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

help-circle





  • They won’t apply unexpectedly, so you can schedule maintenance windows. Unless there’s a specific security risk there’s no need to apply them frequently. Total downtime is the length of a restart, which is also nice and easy.

    It won’t fit every use-case, but if you’re looking for a zero-maintenance containerized-workload option, it can’t be beat.





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

    i have to remap the user namespace

    Note: I have not done this. What are you running Podman on? Perhaps there is some config issue with the host, since you’re having issues with many containers?

    To be fair, maybe just go with docker if it’s causing that much pain. But again, mine is working OOTB without making any changes to the Podman setup on ucore, and using the config below.

    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?