Skip Navigation
vibrantleaf julia @lemmy.blahaj.zone

rawr x3

main: @[email protected]

Posts 0
Comments 3
Selfhosted last.fm alternatives
  • maloja is good for a lot but if you need a 'lastfm' for mpd https://github.com/dbeley/mpdscrobble

  • 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
  • hey heres a few things to know when selfhosting fedi instances:

    1. make sure you use a dns-proxy
    2. if you can afford the overhead, each instance types should be virtualized separately
    3. each instace type needs its own subdomain
    4. look into fediblock
    5. take lots of backups
  • Custom Local Domains
  • 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:

    # you must set 'http://' or caddy may error when getting a ssl cert
    http://jellyfin.servername.local {
      reverse_proxy 192.168.1.100:8096
    }