So I'm trying to setup Immich, or maybe not exactly set IT up, as it works fine, sees dGPU, but doesn't have space to work.
So I'm trying to make it use what host can offer.
- I mounted storage via LXCs conf file as /immich on the LXC.
- I changed /opt/Immich/.env
- And now the symlinks - if I have /immich it should be "ln -s /immich /opt/immich/app/upload" and "ln -s /immich /opt/immich/app/machine-learning/upload"?
Problem is that if I go whit what I wrote above with the ml part it says symlick already exist.
However the problem is that with just one symlink and editing .env LXC cannot be accessed using its IP:2283...
But as console still works I can unlink symlinks, however it doesn't change that there is no IP access anymore to GUI.
Am I to dumb to understand what You wrote about symlinks or what?