I’m using Immich in Nixos. It’s simple. Takes about 10 mins. You need to set Docker up in your configuration.nix then set Immich up using docker compose. Let me know if you need a hand getting it going.
That is very true. I’ve got Tailscale setup and I can get into it through that. Unfortunately I can’t put Tailscale on my work machines, so having access via the web would be useful.
Yeah but the report says the vulnerability is related to graphapi which doesn’t seem to be a part of all OwnCloud installations. I can’t see it on mine either.
Thanks a lot. I’m still getting trusted domain errors. Obviously need to have a dig around.
Thanks for the rec. I’ve got all my stuff running through NPM and am loath to change it just for this one (annoying) thing!
Oof. That’s bad news. I don’t have that bit of kit on my setup though. Luckily.
proxy_pass https://
Thanks. I found it, but still borked. Need to do some digging. Strange things are afoot at the Circle K …
Thanks a lot. Whereabouts do I add it to Nginx? Do I need to do this through the dashboard for the proxy host or is there something in docker that I need to add?
Ah, thank-you so much!
Yeah see I’m not even sure what the env vars are. I’m running it with docker-compose and the only alterations I’ve made to anything are to add my IP address to the config file in the trusted domains array. That’s definitely where it needs to go because if I take it out then it flops hard.
Docker makes it easy to set up and remove apps. Simply (a) create folder, (b) download/copy-paste the docker-compose template into the folder, © run ‘docker-compose up -d’ and watch the magic happen. And if you want to remove the image just do a ‘docker-compose down’ followed by ‘docker system prune -a’ and poof, it’s gone (although this command will remove any docker container that’s not running, so be careful! (Otherwise remove manually with ‘docker ps’ and then ‘rm name-of-container’). I’m in a similar boat to you and my L2 now runs Plex (media), Immich (photos), Mealie (recipes), Kavita (books), OwnCloud (files), PaperlessNgx (important documents) and Joplin (notes). It also runs Nginx Proxy Manager so I can access some of these apps outside my network (you can grab free domains from duckdns.org), and the others I access via Tailscale for extra security (highly recommend looking it up). Enjoy your journey. It gets very addictive!
Actually this fixed it. Thanks! They can access if I share it but NOT if I add them as a user and then share it. I had to delete them as a user first 🤷♂️
Even that doesn’t work. I’ve made them an admin on the machine but they get a message saying they already have access to it. But … they don’t!
It’s the Tailscale IP. I can connect to it no problem.
Yep. It says they are a member of my network. But no dice.
Replying to my own comment to say thanks again for all the tips and advice. I got it all sorted with Tailscale. The final piece of the puzzle!
Ah, I very much did not know that! Ok, I’m off to investigate Tailscale a bit more.
Thanks a lot. Tailscale is out, unfortunately. Because the server also runs Plex and I need to use it with Chromecast on remote access (it’s an old CC, so can’t add tailscale to it). Looking into Cloudflare and port forwarding. I’ve just signed up to NextDNS though, so don’t want to add another layer of DNS stuff to my mix.
Thanks, I’m going to try this.