Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve local deployment #115

Merged
merged 3 commits into from
Aug 9, 2024
Merged

Improve local deployment #115

merged 3 commits into from
Aug 9, 2024

Conversation

Set27
Copy link
Contributor

@Set27 Set27 commented Aug 9, 2024

Small local development guide improvement

@@ -4,7 +4,7 @@ DOMAIN=localhost

# Username and Password for Traefik HTTP Basic Auth
USERNAME=admin
HASHED_PASSWORD=$apr1$7UvB4Qa3$9W8H0tmwFbQ9MYljwkbCJ. # password=changethis
HASHED_PASSWORD='$apr1$7UvB4Qa3$9W8H0tmwFbQ9MYljwkbCJ.' # password=changethis
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without quotes, docker try to get variable from password (because of the dollar sign)

- **Unable to login to Traefik Dashboard**: Ensure that username and password is correct. If you are using zsh, `USERNAME` environment variable corresponds to the real user ID of the shell process, so you should use your user ID as the username.
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was shold, now should

@StreetLamb StreetLamb merged commit cd49e57 into StreetLamb:master Aug 9, 2024
4 checks passed
@StreetLamb
Copy link
Owner

Thanks @Set27!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants