Merge 31f6a4fabb37a65315e5533d42750a9708cb5af9 into ee420fbf2946e9f79977615cee5e29192d7da478

This commit is contained in:
alxhu 2025-10-31 07:37:15 +01:00 committed by GitHub
commit 4731b137ea
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.