2018-01-19 14:04:24 -08:00
|
|
|
<h2>Config editor</h2>
|
2018-08-09 00:04:45 -07:00
|
|
|
{{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>
|
2018-01-19 14:04:24 -08:00
|
|
|
<form action="/manage?action=config" method="POST">
|
2018-08-09 00:04:45 -07:00
|
|
|
<input name="do" value="save" type="hidden" />
|
|
|
|
{{generateConfigTable}}<br />
|
2018-01-19 14:04:24 -08:00
|
|
|
<input type="submit" />
|
|
|
|
</form>
|