## setuppage.html - The setup page showing a database setup
As users are created, they will be set into the database file 'indipyweb.db'. If the file cannot be found a new file containing a single user will be created. The values set below are also saved in the database and will be read when the service is restarted.
The folder containing the database file should be set as a command line argument, if not set the current working directory will be used.
To move the file, create a backup using the above button, and move and rename the backup file.
If web host and port are set on the command line, they will have priority, if not set, then the values from the database will be used.
Current value: ${currentwebhost}
Stored value: ${storedwebhost}
Current value: ${currentwebport}
Stored value: ${storedwebport}
Current value: ${currentindihost}
Stored value: ${storedindihost}
Current value: ${currentindiport}
Stored value: ${storedindiport}
Current value: ${currentblobfolder}
Stored value: ${storedblobfolder}
The BLOB folder should be an existing folder on the web server, if set, then BLOBs transmitted from the INDI server will be saved to that folder.
It will be necessary for the system administrator to clear out old BLOB files, otherwise the folder could increase to an unwanted size.