No, I use a second reverse proxy for my local network. For example, I can resolve navidrome either via my VPS using navidrome.mydomain.net or directly in my local network with the address navidrome.local.mydomain.net. I also configured the local caddy reverse proxy with a DNS provider module to get LetsEncrypt certificates for my local addresses.
- 3 Posts
- 28 Comments
I use a wireguard tunnel that connects to a cheap VPS and then configured a caddy reverse proxy on that VPS that makes my services available on the internet.
e8d79@discuss.tchncs.deto
Selfhosted@lemmy.world•Anubis is awesome and I want to talk about itEnglish
12·18 days agodeleted by creator
I recently bought one and I am quite happy with it.
I use Kopia to do encrypted incremental backups of my user directory.
e8d79@discuss.tchncs.deto
Programmer Humor@programming.dev•The only way one should code C btw.
26·2 months agoAre you sure the
fis supposed to meanfileand notformat, as in print a formatted string?
e8d79@discuss.tchncs.deto
Programmer Humor@programming.dev•New Jetbrains Update Dropped
1658·2 months agoThis is misleading. For people paying for the IDE nothing changed, data sharing remains an opt-in option. For users of their free licenses data sharing was enabled by default. Still a shitty thing to do especially as it hits a lot of OSS developers but lets criticize that instead of creating memes that are misinformation.
There is that weird conspiracy theory that soybeans contain an estrogen adjacent substance which makes men more feminine. Complete nonsense but it gets especially funny when these people are advocating for cows milk instead of soy milk, because the former actually contains mammalian estrogen.
e8d79@discuss.tchncs.deto
Ask Lemmy@lemmy.world•How do people in cities have fun without spending money at every turn?
1·3 months agoDon’t worry about being an introvert in a big city; I’ve lived here for three years and have never seen my next door neighbor, let alone spoken to them. You don’t get this kind of privacy in a village.
e8d79@discuss.tchncs.deto
Selfhosted@lemmy.world•What do you think is the best (and cheapest) way to host a new nextcloud instance and website for my local scouts organisation?English
16·3 months agoHonestly, I would go with a managed Nextcloud solution like Hetzner Storage Share or another reputable provider. No hassle of updating and securing the server, no data stored at Google or Microsoft, and easy to administrate by people who aren’t expert system administrators in case you are no longer available. I also went with that route for my personal instance because it was actually cheaper than hosting it myself on a VPS.
e8d79@discuss.tchncs.deto
Selfhosted@lemmy.world•Why I Ditched Spotify, and How I Set Up My Own Music Stack | LeshiCodesEnglish
41·3 months agoAs for the listenbrainz/last.fm that is kind of a solution, but it takes a very long time to train up your profile to actually be useful.
This isn’t a huge issue, listenbrainz supports importing your spotify history.
There no need to choose on over the other. I host all my podman containers in a Proxmox VM.
e8d79@discuss.tchncs.deto
Selfhosted@lemmy.world•Been seeing a lot of posts about replacing Spotify and such, so I wrote up a guide on how I did just thatEnglish
2·3 months agoYou can connect navidrome and many other music players to listenbrainz.org. Like Spotify it creates an end of the year report and it also does recommendations like the weekly spotify playlist.
Pretty cool as a learning exercise. As a follow up scenario maybe try moving this infrastructure to another cloud provider because AWS deleted your account without warning or try a multi-cloud deployment.
e8d79@discuss.tchncs.deto
Selfhosted@lemmy.world•Self-hosted blog - do I need a static IP address?English
1·4 months agoRegarding Lets Encrypt you don’t your server doesn’t need to be accessible from the internet if you use the DNS-01 challenge. Caddy with the caddy-dns plugin for your provider can do that automatically for you.
e8d79@discuss.tchncs.deto
Selfhosted@lemmy.world•What's up, selfhosters? It's self hosting Sunday!English
2·4 months agoEither use the
sftpcommand, it also supports the-Joption, or use SSH tunneling. For example here I bind the homelab port 4533 to my local port 8080.$ ssh -L 8080:vpn-homelab-ip:4533 user@vps-ip (user@vps) $I can now open a new shell and run:
$ curl http://localhost:8080/ <a href="/app/">Found</a>.You could also do it this way:
$ ssh -L 8080:localhost:4533 user@vpn-homelab-ip -J user@vps-ip (user@homelab) $
e8d79@discuss.tchncs.deto
Selfhosted@lemmy.world•What's up, selfhosters? It's self hosting Sunday!English
3·4 months agoAccording to the Pangolin docs it supports raw TCP and UDP connections.
For SSH you can also try to use the VPS as a jump host like this:
$ ssh user@vpn-homelab-ip -J user@vps-ip
e8d79@discuss.tchncs.deto
Ask Lemmy@lemmy.world•What's the worst food you've ever eaten?
6·5 months agoProbably, entomophagy is not that uncommon outside of western countries.
You can just buy them for one year and keep using the perpetual fallback license. Also, they can fuck right off with their planet incinerating automatic plagiarism chat bots.
I am used to the uninformed complaining about Rust but suggesting JAI of all things as an alternative is new.