Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)A
Posts
1
Comments
5
Joined
3 yr. ago

  • Other than Navidrome (which is probably your best option right now), I also use AzuraCast. It's essentially an internet radio playing my playlists 24/7 that I (or anyone, but I obviously don't just share it with strangers) can listen to from anywhere.

  • I've had great success with this script. It's a script that makes a Wireguard tunnel between your local network and the VPS, so no opening of ports at home needed. It's made for Oracle VPS though, but it'd probably work elsewhere too.

    My current setup is this:

    Cloudflare DNS -> Caddy (VPS) -> Wireguard tunnel -> NginxPM (Home) -> services

    You can just have the Wireguard tunnel go straight to docker though.

  • Tailscale, and a Cloudflare Tunnel going to Nginx Proxy Manager. So all three, in a way.

  • Can't really go wrong with ext4 for filesystem.

    Make a partition with fdisk, format it with mkfs. As for fstab make sure to mount it via either disk ID or UUID.

    If you need details just Google it. There's a shitton of guides out there.