Merge pull request #105 from wipedlifepotato/http.theme

add: add about http.theme option
pull/107/head
orignal 2025-08-15 09:08:20 -04:00 committed by GitHub
commit 3b582f818b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -109,6 +109,7 @@ http.user | Username for basic auth (default: i2pd)
http.pass | Password for basic auth (default: random, see logs)
http.strictheaders | Enable strict host checking on WebUI. (default: true)
http.hostname | Expected hostname for WebUI (default: localhost)
http.theme | Set webconsole CSS theme. Built-in themes: `black`, `white` (default: `light`). To use a custom theme, place a CSS file (e.g., `hacker.css`) in `%DataDir%/webconsole/` and use `--http.theme=hacker`.
### HTTP proxy