Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Traefik-GUI nicht erreichbar...

Featured Replies

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 :)

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 ...

  • Author

Unraid ist auf 8080 und 80443 umgelegt

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 ?

  • 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....

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

 

image.png.fa50847e6db2818a491f3ce6d4a52902.png

 

wenn das auch nicht geht bin ich raus, mag das Teil nicht und da können andere sicher mehr sagen ;)

  • Author

checke ich später mal - thx erstmal

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...

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.