JeffXT
IImmich
•Created by JeffXT on 10/17/2023 in #help-desk-support
Question about the Web Client WebSocket
Gotcha, thanks for clarifying! When that functionality is ready, will it be communicated in the release notes?
4 replies
IImmich
•Created by Harris KA on 7/1/2023 in #help-desk-support
machine learning container using over 4gib ram
Great, thanks, I'll try that!
25 replies
IImmich
•Created by Harris KA on 7/1/2023 in #help-desk-support
machine learning container using over 4gib ram

25 replies
IImmich
•Created by JeffXT on 7/10/2023 in #help-desk-support
Automatic background backup for only certain whitelisted Wifi SSIDs?
@macib ok great, thanks for confirming!
7 replies
IImmich
•Created by Harris KA on 7/1/2023 in #help-desk-support
machine learning container using over 4gib ram
Ok and is the ML container required for Immich to run? Would it be possible to not use ML and still get all of the other features of Immich?
25 replies
IImmich
•Created by Harris KA on 7/1/2023 in #help-desk-support
machine learning container using over 4gib ram
Ok, and let's say the ML container is done processing some photos and sits idle for a while. Will the container free up that RAM to allow the host to reclaim that memory?
25 replies
IImmich
•Created by Harris KA on 7/1/2023 in #help-desk-support
machine learning container using over 4gib ram
Is it safe to limit the RAM usage to less than 4GB or would that cause instability?
25 replies
IImmich
•Created by JeffXT on 7/10/2023 in #help-desk-support
Automatic background backup for only certain whitelisted Wifi SSIDs?
@macib but will the app retry continuously? My concern is battery drain if it goes in a loop
7 replies
IImmich
•Created by JeffXT on 6/21/2023 in #help-desk-support
[SOLVED] Can I rename the docker containers?
Perfect, that worked!
Just for reference (in case someone else reads this in the future), I had to change the following environment variables in the
.env
file to be:
IMMICH_WEB_URL=http://<your_container_name_here>:3000
IMMICH_SERVER_URL=http://<your_container_name_here>:3001
IMMICH_MACHINE_LEARNING_URL=http://<your_container_name_here>:3003
PUBLIC_IMMICH_SERVER_URL=http://<your_container_name_here>:3001
IMMICH_API_URL_EXTERNAL=/api
REDIS_HOSTNAME=<your_container_name_here>
DB_HOSTNAME=<your_container_name_here>
Obviously replace with whatever the docker container name is and remove the < > symbols9 replies
IImmich
•Created by JeffXT on 6/21/2023 in #help-desk-support
[SOLVED] Can I rename the docker containers?
Got it, yeah, so I saw that^ which has 5 containers in the list. What about the microservices container, is there an environment variable for that one? Also, would I need to do the same for the redis, typesense, or postgres containers?
9 replies
IImmich
•Created by JeffXT on 6/21/2023 in #help-desk-support
[SOLVED] Can I rename the docker containers?

9 replies
IImmich
•Created by JeffXT on 6/21/2023 in #help-desk-support
[SOLVED] Can I rename the docker containers?
Sure thing. So this is going to sound nit-picky, but I like to organize my containers based on category (since there is no organizational feature on Docker on my Synology NAS). I would like to do something like this:
immich-proxy:
container_name: utils_immich_proxy
image: ghcr.io/immich-app/immich-proxy:${IMMICHVERSION:-release}
where I would append `"utils..."` as a prefix just to get some alphabetical sorting. Repeat for all the containers. Is that doable?
9 replies