on Selfhosted last.fm alternatives · c/selfhosted · 2 pts · 3ymaloja is good for a lot but if you need a 'lastfm' for mpd https://github.com/dbeley/mpdscrobble
on Edit: Thanks for all the great feedback and suggestions. I decided to create a new [#VM](https://kbin.social/tag/VM) in [#Proxmox](https://kbin.social/tag/Proxmox) and install [#Yunohost](https://kbin · c/fediverse · 2 pts · 3yhey heres a few things to know when selfhosting fedi instances: make sure you use a dns-proxy if you can afford the overhead, each instance types should be virtualized separately each instace type needs its own subdomain look into fediblock take lots of backups
on Custom Local Domains · c/selfhosted · 1 pts · 3yTheres a few ways to do that but this is the easiest way it to use a caddy reverse proxy & a local dns server (like pihole or adgarud home) register servername.local in pihole/adguard https://discourse.pi-hole.net/t/howto-using-pi-hole-as-lan-dns-server/533 example caddyfile: # you must set 'http://' or caddy may error when getting a ssl cert http://jellyfin.servername.local { reverse_proxy 192.168.1.100:8096 }
maloja is good for a lot but if you need a 'lastfm' for mpd https://github.com/dbeley/mpdscrobble
hey heres a few things to know when selfhosting fedi instances:
Theres a few ways to do that but this is the easiest way it to use a caddy reverse proxy & a local dns server (like pihole or adgarud home)
register servername.local in pihole/adguard https://discourse.pi-hole.net/t/howto-using-pi-hole-as-lan-dns-server/533
example caddyfile: