1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-09-06 11:46:24 -07:00
gochan/templates/manage_config.html

10 lines
485 B
HTML
Raw Normal View History

<h2>Config editor</h2>
{{if ne .status ""}}{{.status}}<hr />{{end}}
Some fields omitted because they can not be (safely) edited from the web interface while Gochan is running.
Edit these directly in gochan.json, then restart Gochan.<br />
<span class="warning">This config editor isn't fully stable so MAKE BACKUPS!</span>
<form action="/manage?action=config" method="POST">
<input name="do" value="save" type="hidden" />
{{generateConfigTable}}<br />
<input type="submit" />
</form>