You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I installed the traefik package to establish a reverse proxy for some services.
Installation and general setup are ok.
However, the brewed package is obviously missing the dashboard UI component.
(See also this discussion on the traefik forum)
What happened (include all command output)?
I provided traefik with this minimal configuration in a traefik.yml
api:
dashboard: trueinsecure: true
and started traefik with /usr/local/opt/traefik/bin/traefik --configfile=/usr/local/etc/traefik/traefik.yml.
By default, this opens the default entrypoints on port 80, 443 and 8080, which I successfully verified.
Port 8080 should expose the traefik dashboard at http://localhost:8080/dashboard/, but a GET request only returns DONT-EDIT-FILES-IN-THIS-DIRECTORY.md.
From my research I would conclude, that the build traefik package is incomplete (see referenced post above).
Without any deeper knowledge in GO or the brew build process, I compared the Github-Build-Workflows from the traefik project with the brew formula.
The first is explicitly including a "webui" build, which I can't find in the formula.
Thanks for the detailed report, this should be fixed now with #202791. You should be able to pick up the rebuilt version with the dashboard working via brew upgrade traefik. Please advise if you are still seeing the issue and we can re-open this.
brew gist-logs <formula>
link ORbrew config
ANDbrew doctor
outputVerification
brew doctor
output saysYour system is ready to brew.
and am still able to reproduce my issue.brew update
and am still able to reproduce my issue.brew doctor
and that did not fix my problem.What were you trying to do (and why)?
I installed the
traefik
package to establish a reverse proxy for some services.Installation and general setup are ok.
However, the brewed package is obviously missing the dashboard UI component.
(See also this discussion on the traefik forum)
What happened (include all command output)?
I provided traefik with this minimal configuration in a
traefik.yml
and started traefik with
/usr/local/opt/traefik/bin/traefik --configfile=/usr/local/etc/traefik/traefik.yml
.By default, this opens the default entrypoints on port 80, 443 and 8080, which I successfully verified.
Port 8080 should expose the traefik dashboard at http://localhost:8080/dashboard/, but a GET request only returns
DONT-EDIT-FILES-IN-THIS-DIRECTORY.md
.From my research I would conclude, that the build traefik package is incomplete (see referenced post above).
Without any deeper knowledge in GO or the brew build process, I compared the Github-Build-Workflows from the traefik project with the brew formula.
The first is explicitly including a "webui" build, which I can't find in the formula.
What did you expect to happen?
An HTTP request on ' http://localhost:8080/dashboard/` should show the traefik dashboard.
Step-by-step reproduction instructions (by running
brew
commands)The text was updated successfully, but these errors were encountered: