mirror of
https://github.com/khairul169/garage-webui.git
synced 2025-11-30 04:51:04 +07:00
Update Readme with info about escaping doller characters
This commit is contained in:
parent
ee420fbf29
commit
31f6a4fabb
@ -170,6 +170,8 @@ webui:
|
||||
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
|
||||
|
||||
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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user