1
0
mirror of https://github.com/PurpleI2P/i2pd_docs_en synced 2025-09-02 17:12:32 +00:00

add: add about http.theme option

This commit is contained in:
Anonymous 2025-08-15 19:52:47 +07:00
parent 88b233271d
commit 15297ca4af

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