Traefik-GUI nicht erreichbar...


Recommended Posts

Mahlzeit...

da UNRAID noch ein Netzwerk-Display-Problem mit Docker-Compose hat, versuche ich Traefik aus dem App-Store zum Fliegen zu bekommen.

Traefik wird als "lauffähig" angezeigt, ich komme jedoch nicht auf's Dashboard. Hier meine Config:

docker run
  -d
  --name='traefik'
  --net='traefik_proxy'
  -e TZ="Europe/Berlin"
  -e HOST_OS="Unraid"
  -e HOST_HOSTNAME="Tower"
  -e HOST_CONTAINERNAME="traefik"
  -l net.unraid.docker.managed=dockerman
  -l net.unraid.docker.webui='http://traefik.xxxxx.cc/dashboard/#/'
  -l net.unraid.docker.icon='https://raw.githubusercontent.com/ibracorp/unraid-templates/master/icons/traefik.png'
  -l 'traefik.http.routers.api.rule'='Host(`traefik.xxxxx.cc`) && (PathPrefix(`/api`) || PathPrefix(`/dashboard`))"'
  -l 'traefik.http.routers.api.entryPoints'='websecure'
  -l 'traefik.http.routers.api.service'='api@internal'
  -l 'traefik.enable'='true'
  -l 'traefik.http.middlewares.auth.basicauth.users'='xxxxx:xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'
  -l 'traefik.http.routers.traefik.middlewares'='auth@docker'
  -l 'traefik.http.routers.traefik.tls.certresolver'='default'
  -p '443:443/tcp'
  -p '80:80/tcp'
  -v '/mnt/user/appdata/traefik':'/etc/traefik':'rw'
  -v '/var/run/docker.sock':'/var/run/docker.sock':'rw' 'traefik:latest' 

 

Port 80 und 443 sind im Router offen.

 

Hat noch jemand 'nen Tipp? Dankeschön :)

Link to comment
3 minutes ago, tescher said:

Hat noch jemand 'nen Tipp? Dankeschön :)

 

3 minutes ago, tescher said:
  --net='traefik_proxy'

 

3 minutes ago, tescher said:
  -p '443:443/tcp'
  -p '80:80/tcp'

 

dein "traefik" proxy ist auf den ports 80 / 443 mapped (am Host), hast du am Host die Ports vom unraid UI umeglegt ? wenn nicht, sind beispielsweise Port 80 (HTTP) und Port 443 (HTTPS) eventuell belegt ...

Link to comment
Just now, tescher said:

Unraid ist auf 8080 und 80443 umgelegt

ok, jetzt nutze ich traefik nicht (bin swag user und bevorzuge nginx), hat traefik ne Art Konfigurationsseite oder sollte der stumpf erkennen und weiterleiten anhand von ? ich meine früher (hatte den mal getestet und für mich untauglich befunden) gab es da ne yaml config ... oder ?

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.