level0gamer
level0gamer
IImmich
Created by level0gamer on 2/16/2023 in #help-desk-support
Unable to load the start page
I hope I can dig in to the code soon and can help in whatever way I can.
65 replies
IImmich
Created by level0gamer on 2/16/2023 in #help-desk-support
Unable to load the start page
Thanks a lot folks once again, this was super fast help. Such a nice user experience to get help on discord about a free service. Kudos.
65 replies
IImmich
Created by level0gamer on 2/16/2023 in #help-desk-support
Unable to load the start page
thanks again for the help everyone. 🙂
65 replies
IImmich
Created by level0gamer on 2/16/2023 in #help-desk-support
Unable to load the start page
will probably use web browser for now, not the app.
65 replies
IImmich
Created by level0gamer on 2/16/2023 in #help-desk-support
Unable to load the start page
Ah okay. good to know.
65 replies
IImmich
Created by level0gamer on 2/16/2023 in #help-desk-support
Unable to load the start page
One more quick question. Does anyone have any short post somewhere on how to enable quick https support using nginx? I will be using self signed certs for my domain.
65 replies
IImmich
Created by level0gamer on 2/16/2023 in #help-desk-support
Unable to load the start page
although in both cases the name of the container name and the variable was the same, but yes, not DNS resolvable. Alright this helps a lot.
65 replies
IImmich
Created by level0gamer on 2/16/2023 in #help-desk-support
Unable to load the start page
yes, that's correct. I am using container names to resolve the names, and the names are consistent as I am using terraform variables. But nevertheless, learned something today.
65 replies
IImmich
Created by level0gamer on 2/16/2023 in #help-desk-support
Unable to load the start page
But I still don't know why I had to change from _ to - :/
65 replies
IImmich
Created by level0gamer on 2/16/2023 in #help-desk-support
Unable to load the start page
docker container inspect immich_web_container | grep IMMICH
"IMMICH_SERVER_URL=http://immich-server:3001",
docker container inspect immich_web_container | grep IMMICH
"IMMICH_SERVER_URL=http://immich-server:3001",
Problem solved.
65 replies
IImmich
Created by level0gamer on 2/16/2023 in #help-desk-support
Unable to load the start page
No description
65 replies
IImmich
Created by level0gamer on 2/16/2023 in #help-desk-support
Unable to load the start page
changing now. deploying with -
65 replies
IImmich
Created by level0gamer on 2/16/2023 in #help-desk-support
Unable to load the start page
this is how terraform makes sure that the names are consistent. But if you want I can change the _ to -, but only if it's really required.
65 replies
IImmich
Created by level0gamer on 2/16/2023 in #help-desk-support
Unable to load the start page
for the server url? okay. but I would not make any mistake as the name is generated as follows: "IMMICH_SERVER_URL=${docker_container.immich_server_container.name}:3001", and it will always be correct.
65 replies
IImmich
Created by level0gamer on 2/16/2023 in #help-desk-support
Unable to load the start page
this should be correct, then what's the problem. Also no stack traces shown in container logs.
65 replies
IImmich
Created by level0gamer on 2/16/2023 in #help-desk-support
Unable to load the start page
docker container inspect immich_web_container | grep IMMICH
"IMMICH_SERVER_URL=immich_server:3001",
docker container inspect immich_web_container | grep IMMICH
"IMMICH_SERVER_URL=immich_server:3001",
65 replies
IImmich
Created by level0gamer on 2/16/2023 in #help-desk-support
Unable to load the start page
No description
65 replies
IImmich
Created by level0gamer on 2/16/2023 in #help-desk-support
Unable to load the start page
proxy logs show nothing other than the generic nginx startup logs. Any idea how can I enable logging? LOG_LEVEL doesn't seem to work.
65 replies
IImmich
Created by level0gamer on 2/16/2023 in #help-desk-support
Unable to load the start page
That error is gone, but new one is here:
connect EADDRNOTAVAIL ::1:80 - Local (:::0) - EADDRNOTAVAIL
Stacktrace
Error: connect EADDRNOTAVAIL ::1:80 - Local (:::0)
at internalConnect (node:net:953:16)
at defaultTriggerAsyncIdScope (node:internal/async_hooks:465:18)
at node:net:1044:9
at processTicksAndRejections (node:internal/process/task_queues:78:11)
connect EADDRNOTAVAIL ::1:80 - Local (:::0) - EADDRNOTAVAIL
Stacktrace
Error: connect EADDRNOTAVAIL ::1:80 - Local (:::0)
at internalConnect (node:net:953:16)
at defaultTriggerAsyncIdScope (node:internal/async_hooks:465:18)
at node:net:1044:9
at processTicksAndRejections (node:internal/process/task_queues:78:11)
65 replies
IImmich
Created by level0gamer on 2/16/2023 in #help-desk-support
Unable to load the start page
Yes correct, since i am using docker and not docker-compose, I didn't provide it a .env file, and adding all envs manually. Make sense
65 replies