Skip Navigation

What's your Immich setup and backups like? (Advise needed)

I recently setup a immich server on a mini PC, and can access it through cloudflare etc.

It works pretty smoothly except for files bigger than 100mb (cloudflare limitation)

I have a few questions, if you can answer some please do.

  1. What's your setup like? Do you have any tips/tricks for a newbie I should know about?
  2. What's your backups like? Is your data safe if your house burns down?
  3. Is there a cloudflare alternative I can use that will handle any file size from anywhere in the world without needing to tun on/off a vpn like tailscale?

(i would like to also set it up for my family, but for that is needs to work VERY smoothly, no needing to turn on and off VPN's to sync)

14 comments
  • You don't say what you're using Cloudflare for, so suggesting an alternative is a bit tough.

    Assuming that you're using a CF tunnel to get through CGNAT, tailscale would be one alternative (no need to turn it off/on, though). The other alternative would be renting a cheap VPS and tunneling through that instead.

    On the other hand, if you're primarily using CF as a reverse proxy, you can run any number of them on your own server instead, like Nginx, Zoraxy, etc.

    On the other other hand, if you're using their WAF, that can also be run locally. Crowdsec offers a WAF component in addition to their usual protections, for example.

    On the other other other hand.... There are alternatives to most, if not all, of their other services, too.

    • Currently I'm just using CF as a tunnel so that I can reach my server through eg. immich.mydomain.com anywhere in the world. The issue I'm running into is Large files fail (they have file size limits)

      • If you're using it as a GCNAT tunnel and you don't want to use tailscale, then your best bet will likely be either a VPS or asking your ISP for a public IP address. Some ISPs will just say no, but others might provide one for an additional fee.

        You can also look into your IPV6 situation. You might actually already have a public IPv6 address you can use.

    1. VM running on a proxmox host. Tips: make sure you know your backups are in a state you can restore data from them.
    2. Nightly backup via proxmox to Hetzner Storage box with 2 day retention. I'd like a local copy too but I don't currently have hardware for it.
    3. Don't know. Personally I have a DNAT rule on firewall and my instance is directly open to the internet. You might not want that and I might not recommend it, but right now, for me, it works. I'd need to look in a VPN solution for android I could replace the current 'open for all' situation.
  • VM is backed up daily to PBS then synced to an external and off-site.

    All the photos are on the NAS and backed up to an external and off-site.

  • I use the ImageGenius container. I mount config, library and photo store to my NAS which duplicates to another NAS and pushes a copy to C2.

    To access away from home I use tailscale.

14 comments