Open Grimmrp2 opened 8 months ago
I think you should go to your pi-hole (or your local DNS server) and point the traefik-dashboard.firesand.xyz to your traefik IP.
Then in the browser you should be able to connect to https://traefik-dashboard.firesand.xyz/dashboard
If you haven't deployed a local DNS server, my guess would be editing your hosts file.
Hope it helped
I think you should go to your pi-hole (or your local DNS server) and point the traefik-dashboard.firesand.xyz to your traefik IP.
traefik-dashboard.firesand.xyz
Then in the browser you should be able to connect to https://traefik-dashboard.firesand.xyz/dashboard
If you haven't deployed a local DNS server, my guess would be editing your hosts file.
Hope it helped
Thanks i havent set up pihole yet but ive added traefik-dashboard.firesand.xyz to hosts file
but get
Same here went from 404 and now it just blank page. Maybe go deeper into it for the noobs hahaha.
I'm having the exact same issue. If I use the http-external label it works fine. As soon as I add https-external label, I get the 404 not found.
Thanks i havent set up pihole yet but ive added traefik-dashboard.firesand.xyz to hosts file
but get
I'm no expert at all, I've also be struggle with traefik, but check your .rules, don't know if that's an issue, or not, but you have different domains on both.
The typo might work for OP but I'm still having the issue. Has anyone else resolved it?
sg="accept tcp [::]:444: use of closed network connection" entryPointName=https-external
time="2024-05-02T15:56:14-04:00" level=error msg="accept tcp [::]:443: use of closed network connection" entryPointName=https
time="2024-05-02T15:56:14-04:00" level=error msg="accept tcp [::]:81: use of closed network connection" entryPointName=http-external
time="2024-05-02T15:56:14-04:00" level=error msg="accept tcp [::]:80: use of closed network connection" entryPointName=http
time="2024-05-02T15:56:14-04:00" level=error msg="close tcp [::]:80: use of closed network connection" entryPointName=http
time="2024-05-02T15:56:14-04:00" level=error msg="close tcp [::]:81: use of closed network connection" entryPointName=http-external
time="2024-05-02T15:56:14-04:00" level=error msg="Error while starting server: accept tcp [::]:444: use of closed network connection" entryPointName=https-external
time="2024-05-02T15:56:14-04:00" level=error msg="close tcp [::]:443: use of closed network connection" entryPointName=https
hi i followed this your YouTube guide here https://youtu.be/IBlZgrwc1T8?si=QMjnL0tmoqBh6piI and used the traefik-secure docs here https://github.com/JamesTurland/JimsGarage/tree/main/Traefik-Secure
Made all nessasery canges to yml files and get to the log back in to traefik dashboard about 8 mins 16 seconds and no mater what port i use eg.
192.168.0.7:80 192.168.0.7:81 192.168.0.7:443 192.168.0.7:444
i get a 404 page not found error
docker-compose
traefik.yml
I have changed the sensitive parts names passwords ect.
any help would be great
Thanka