mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-09-06 11:46:24 -07:00
10 lines
No EOL
485 B
HTML
10 lines
No EOL
485 B
HTML
<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> |