March 4, 20242 yr 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
March 4, 20242 yr 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 ...
March 4, 20242 yr 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 ?
March 4, 20242 yr Author mit yml läuft der auf 'nem anderen Host 1A. Eigentlich sollte ich mit https://domain.tld/dashboard/#/ auf 'ne GUI kommen, was mit dieser Config nicht funzt....
March 4, 20242 yr Just now, tescher said: Eigentlich sollte ich mit https://domain.tld/dashboard/#/ auf 'ne GUI kommen, was mit dieser Config nicht funzt.... naja, adde mal noch den Port 8080 und ergänze das (insecure) um zumindest lokal zu testen wenn das auch nicht geht bin ich raus, mag das Teil nicht und da können andere sicher mehr sagen
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.