I
Immich3w ago
Aki

Confused about setting up and installing through terminal

So I want to use my minecraft server as a NAS, and I already had the minecraft server set up through AMP, and using webmin. The software for my server is just Ubuntu Server, no desktop interface. The PC came with a 6tb Hard drive that I haven't used yet, and its honestly the perfect amount I need to replace google cloud for me and my mom. However, I am having trouble with the set up, trying to figure out how to install Immich through one of the linux methods. I want to manage and use it on my Windows PC like AMP and Webmin through my browser, but don't know which one to use. Docker, or TrueNAS. It seems to be needing a different Linux Distro and I was told it was just an application program I could install like AMP.
13 Replies
Immich
Immich3w ago
:wave: Hey @Akio, Thanks for reaching out to us. Please carefully read this message and follow the recommended actions. This will help us be more effective in our support effort and leave more time for building Immich :immich:. References - Container Logs: docker compose logs docs - Container Status: docker ps -a docs - Reverse Proxy: https://immich.app/docs/administration/reverse-proxy - Code Formatting https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline#h_01GY0DAKGXDEHE263BCAYEGFJA Checklist I have... 1. :blue_square: verified I'm on the latest release(note that mobile app releases may take some time). 2. :blue_square: read applicable release notes. 3. :blue_square: reviewed the FAQs for known issues. 4. :blue_square: reviewed Github for known issues. 5. :blue_square: tried accessing Immich via local ip (without a custom reverse proxy). 6. :blue_square: uploaded the relevant information (see below). 7. :blue_square: tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable (an item can be marked as "complete" by reacting with the appropriate number) Information In order to be able to effectively help you, we need you to provide clear information to show what the problem is. The exact details needed vary per case, but here is a list of things to consider: - Your docker-compose.yml and .env files. - Logs from all the containers and their status (see above). - All the troubleshooting steps you've tried so far. - Any recent changes you've made to Immich or your system. - Details about your system (both software/OS and hardware). - Details about your storage (filesystems, type of disks, output of commands like fdisk -l and df -h). - The version of the Immich server, mobile app, and other relevant pieces. - Any other information that you think might be relevant. Please paste files and logs with proper code formatting, and especially avoid blurry screenshots. Without the right information we can't work out what the problem is. Help us help you ;) If this ticket can be closed you can use the /close command, and re-open it later if needed.
Zeus
Zeus3w ago
Yes you would need to install docker. That’s not an OS, it’s a container platform Our docs have links to docker setup
Aki
AkiOP3w ago
Okay, I see it now, Docker compose and not engine oh docker compose on top of engine Okay so I have docker engine, and now compose installed. Okay so I did the steps for immich but docker compose up - d is giving me an error. I'm looking into it
unable to get image 'docker.io/valkey/valkey:8@sha256:81db6d39e1bba3b3ff32bd3a1b19a6d69690f94a3954ec131277b9a26b95b3aa': permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.51/images/docker.io/valkey/valkey:8@sha256:81db6d39e1bba3b3ff32bd3a1b19a6d69690f94a3954ec131277b9a26b95b3aa/json": dial unix /var/run/docker.sock: connect: permission denied
unable to get image 'docker.io/valkey/valkey:8@sha256:81db6d39e1bba3b3ff32bd3a1b19a6d69690f94a3954ec131277b9a26b95b3aa': permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Get "http://%2Fvar%2Frun%2Fdocker.sock/v1.51/images/docker.io/valkey/valkey:8@sha256:81db6d39e1bba3b3ff32bd3a1b19a6d69690f94a3954ec131277b9a26b95b3aa/json": dial unix /var/run/docker.sock: connect: permission denied
Hexie
Hexie3w ago
this is something related to user permissions, when you do docker run (something) docker uses /var/run/docke.sock i bet its root if you did sudo apt install docker etc do ls -l /var/run/docker.sock i think (dont hold me liable for this) you can also do sudo docker compose up -d and error should go away, but then i think you run immich as root but then again, if its not an exposed server maybe its no issue :peepoShrug:
Aki
AkiOP3w ago
Alr that did it, but um my server on webmin does show up as Unsecure. I've been meaning to find a way to make sure it's secure
Hexie
Hexie3w ago
you connect with https://ip:port? it will show that yes in order to get it secure youd need to set up TLS i think i did that with traefik, it automatically install certificates for websites you host you can also use npm
Aki
AkiOP3w ago
I haven't, Oh ik what you mean now. Yeah For my programs I use my Static IP and different ports for each program. Okay now odd question, is there a way for me and my mom to have seperate backups on Immich? If not it's honestly fine, it's mostly for her I don't really need it for myself..
Hexie
Hexie3w ago
it is, go to administration, users, make a new user and when you connect her phone use that user
Aki
AkiOP3w ago
Ah gotchu, now to figure out how to mount immich to the 6tb hdd because its on the 250 gb instead rn
Hexie
Hexie3w ago
mount the hdd to your machine lsblk mount /dev/whatever /mountpoint then in the yaml youll need to bind mount /mountpoint:/(i dont remember but immich data)
Aki
AkiOP3w ago
Is it cool if I dm you?
Hexie
Hexie3w ago
sure
Aki
AkiOP3w ago
i UH.. Idk what I did but I managed to make immich have access to the amount I want. I'm just now making the exclusive libraries for each user. I mounted it to my user, and rebooted my pc and it worked but it removed the docker files I had installed it seems but docker runs fine when verifying stuff ALr figured it out nvm allg ood now

Did you find this page helpful?