Update Readme with info about escaping doller characters

This commit is contained in:
alxhu 2025-10-31 07:35:32 +01:00 committed by GitHub
parent ee420fbf29
commit 31f6a4fabb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -170,6 +170,8 @@ webui:
AUTH_USER_PASS: "username:$2y$10$DSTi9o..." AUTH_USER_PASS: "username:$2y$10$DSTi9o..."
``` ```
**Attention:** If login fails, you may need to escape the dollar character (`$`). For example: `$2y$10$DSTi9o...``$$2y$$10$$DSTi9o`
### Running ### Running
Once your instance of Garage Web UI is started, you can open the web UI at http://your-ip:3909. You can place it behind a reverse proxy to secure it with SSL. Once your instance of Garage Web UI is started, you can open the web UI at http://your-ip:3909. You can place it behind a reverse proxy to secure it with SSL.