Yeah Matrix is a good choice 👍
Hey, I’m Miggi. I study computer science in Germany & love programmer memes 😉
- 0 Posts
- 6 Comments
Miggi@discuss.tchncs.deto
Selfhosted@lemmy.world•Docker or Proxmox? Something else entirely?English
1·2 months agoMaybe use Docker with a UI like
lazydockerorPortainer.If you feel safe with Docker, perhaps experiment with Proxmox as a base. Then you can separate your environments into different VMs.
Miggi@discuss.tchncs.deto
Selfhosted@lemmy.world•For people running a family chat in their #selfhosted #homelab: What is the system with the best mobile experience (both Android and iOS)? I've been using mattermost, but my family is not superEnglish
9·3 months agoMatrix is a well-known self-hosted messenger. I use it for years now.
Miggi@discuss.tchncs.deto
Selfhosted@lemmy.world•set up local DNS using Pi-hole + nginx + audiobookshelfEnglish
6·4 months agoBoth 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: trueDon’t forget to also add the network in your audiobookshelf service.
Maybe this helps: https://docs.docker.com/compose/how-tos/networking/#use-an-existing-network
Miggi@discuss.tchncs.deto
Selfhosted@lemmy.world•Anyone use Hetzner Storage Box to backup their Synology NAS?English
3·4 months agoI 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.

deleted by creator