Pastime0293
@Pastime0293@discuss.tchncs.de
Hey, I’m Miggi. I study computer science in Germany & love programmer memes 😉
- Comment on 1 week ago:
Matrix is a well-known self-hosted messenger. I use it for years now.
- Comment on set up local DNS using Pi-hole + nginx + audiobookshelf 2 weeks ago:
Both your containers need share at least one network. It looks like have created a external network. Good job. The next step is to configure your container to join the network. Do something like this:
services: nginx-proxy-manager: .... networks: - nginx-proxy-manager_default # or just nginx ... networks: nginx: name: nginx-proxy-manager_default external: true
Don’t forget to also add the network in your audiobookshelf service.
Maybe this helps: docs.docker.com/compose/how-tos/networking/#use-a…
- Comment on Anyone use Hetzner Storage Box to backup their Synology NAS? 3 weeks ago:
I have used some Hetzner products for some time now, including the Storage Box. The services they provide are great. My NAS backs up my important data to the Storage Box, and it just works fine. Sometimes I get emails that they need to do maintenance, but I never disturb my work. I think you can give it a try.
- Comment on How to reverse proxy? 2 months ago:
I think it’s still one of the best solutions.
- Comment on Ideas for Hosting on a 2009 Netbook? 3 months ago:
Maybe AdGuard Home would be cool. Its a modern way to block ads via DNS (like PiHole, just newer)