• 0 Posts
  • 18 Comments
Joined 2 years ago
cake
Cake day: June 12th, 2023

help-circle







  • Here’s my Navidrome config. This is running on uCore version of CoreOS, with rootless Podman. I made no configuration changes to Podman out-of-the-box, and this is the full compose file.

    What are you running Podman on? Perhaps there is some config issue with the host, since you’re having issues with many containers?

    services:
      navidrome:
        image: deluan/navidrome:latest
        container_name: navidrome
        ports:
          - "3015:4533"
        restart: unless-stopped
        environment:
          # Optional: put your config options customization here. Examples:
        volumes:
          - ./data:/data:Z
          - ./config.toml:/navidrome.toml:Z
    




  • That’s not a caveat, as you should be making your own backups of your photos no matter where they’re located.

    As an example, this man who lost all his photos because Google closed the account for an invalid reason, with no recourse.

    For something irreplaceable like photos, you should take your own backup no matter where they are. If you’re not already doing this - have a good think about how painful it would be to lose all your photos, even if the perceived risk is low.

    This doesn’t apply to just Google Photos of course. Any cloud provider has the possibility of losing your data or locking you out of your account. Even if the risk is low, do you want to roll those dice?