mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-19 12:36:23 -07:00
Start setting up gochan-installer for providing a web interface for setting up configuration
This commit is contained in:
parent
fbee82edee
commit
772bd265f9
10 changed files with 302 additions and 68 deletions
5
templates/install.html
Normal file
5
templates/install.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
{{if eq "" .page}}
|
||||
Welcome to the Gochan installer! This installer will help you configure Gochan to run on your system, including setting the necessary directories and connecting to the SQL database.
|
||||
{{else if eq .page "license"}}
|
||||
{{else}}
|
||||
{{end}}
|
Loading…
Add table
Add a link
Reference in a new issue