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
Problem solved.
65 replies
IImmich
•Created by level0gamer on 2/16/2023 in #help-desk-support
Unable to load the start page

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
65 replies
IImmich
•Created by level0gamer on 2/16/2023 in #help-desk-support
Unable to load the start page

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:
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 sense65 replies