{% extends "base.html" %} {% block title %}Settings โ FreeWeight{% endblock %} {% block content %}
Only settings that can be changed safely while the server is running appear here. Anything that
decides who can reach this machine, what leaves it, or where its data lives is set in
config.toml, the environment or on the command line โ and is listed below as
read-only.
{{ error }}
These are security-relevant. They are never editable from this UI, in any state, for any user โ
a boundary a browser session can move is not a boundary (configuration standards ยง7). Edit
config.toml and restart, or set the environment variable.
| Key | Environment variable |
|---|---|
| {{ key }} | FREEWEIGHT_{{ key.split('.')[0] | upper }}__{{ key.split('.')[1] | upper }} |