Default web_server.ip_address and port

Fall back to "0.0.0.0" and 3000 when these fields are omitted from the
[web_server] section (api_key remains required). Update the sample TOML
and README to reflect the new defaults; the Nix module already used them.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
rzuasti
2026-06-02 18:33:35 -04:00
co-authored by Claude Opus 4.8
parent 0393378d24
commit bee492b703
3 changed files with 37 additions and 4 deletions
+2 -2
View File
@@ -43,8 +43,8 @@ token="" # Your pushover token goes here, just copy&paste from their website aft
user_key="" # User key goes here, this is the account wide code for pushover
[web_server]
ip_address="0.0.0.0" # IP to bind the web server for the API and web UI to, use 0.0.0.0 to bind it to all interfaces
port=3000 # Port to listen on
ip_address="0.0.0.0" # IP to bind the web server for the API and web UI to, use 0.0.0.0 to bind it to all interfaces. Defaults to "0.0.0.0" if omitted
port=3000 # Port to listen on. Defaults to 3000 if omitted
api_key="CHANGE_ME" # API Key to use the system's API, change this!
[retention]