installation all green, but no frontend
Hi guys, installed on my ubuntu docker server, portainer does not give me any errors, all containers running but no frontend...
Any hints where to start looking for a solution??
#setup
30 Replies
What do you mean by "no frontend"? Can you not reach it or are you getting an error?
sorry, got a 404, so cannot reach it at all
Can you post some more detail? Compose file, logs, the URL you're trying to reach, etc
check
docker compose
Oh, so since immich_proxy is on a different network, it can't reach all the other containers
so i should add the t2_proxy network to all other containers as well..??
I think it would be best to just have a dedicated "immich network" (bridge)
But adding the t2_proxy network might work as well
added network immich to all immich containers, restarting now...:-)
log from immich_proxy:
It doens't work?
nope
Are you still having the same issue?
now i get a host error from cloudflare
gateway time out
Can you test locally without involving cloudflare?
the logs of the proxy comtainer give me `
That is know isse, just debug log basically
Can you try reaching it locally as bo0tzz mentioned (so just ip address)
on local ip :8080 i get a 404
It would be local ip:2283
error 1003: direct access not allowed
i created a immich network , bridged
attached all containers to that network
checking all other containers: tyoesense log:
Are you able to access it via (IP Address of Machine):2283 if you remove all the traefik labels?
commented out all traefik labels, compose up, still error 1003 on localip: 2283
😦
1003 is not a standard HTTP Error code so I am not really sure in that case.
i dont mind starting allover if somebody has a good up to date tutorial on this install in combination with traefik...??
I use traefik with immich. I would reccomend first getting immich setup standard with just the docker compose from the setup instructions. Once that is up and running I followed this tutorial from techno tim for setting up wildcard certificates with traefik for sites: https://www.youtube.com/watch?v=liV3c9m_OX8
Def make sure you can just get a barebones setup working first though before tweaking anything else
Techno Tim
YouTube
Put Wildcard Certificates and SSL on EVERYTHING - Traefik Tutorial
Today, we're going to use SSL for everything. No more self-sign certs. No more http. No more hosting things on odd ports. We're going all in with SSL for our internal services and our external services too. We going to set up a reverse proxy using Traefik, Portainer, and use that to get wildcard certificates from Let's Encrypt. Join me and ...
started allover, used the docker compose from the install docs, again this 1003 error...:-(
So everything works on local IP but not when you accessing over reverse proxy?
Hi Alex, nope, cannot get anything working on the local IP's
or through traefik...
Try this, use the default docker-compose
then bring down the staack and bring them backup
made a mistake in the mappings, got it working thanks to @schuhbacca !