{% extends "base.html" %} {% block title %}Config โ€” LynxManager{% endblock %} {% block content %}

Config editor

{{ config_path }}
๐Ÿ’ก Edit the JSON below and click Save. The server validates with the same loader Lynx uses on startup โ€” invalid configs are rejected without overwriting the file. A backup of the previous content is kept at {{ config_path }}.bak after every save.
Lines: โ€” ยท Characters: โ€”
{% endblock %}