Add start up checks

This commit is contained in:
2025-12-19 17:31:28 +00:00
parent 3d58c5b244
commit be75382ead
4 changed files with 78 additions and 24 deletions

View File

@@ -18,6 +18,7 @@ All options show an example configuartion value and the variable type + an expla
| cache_data | true | Boolean | Not caching data means you can edit the posts, users, comments etc, maunally and not have to restart the server, however, for large instances this is not reccomended as it takes longer to load the required data. Note: config.json always needs a restart |
| request_data_limit | 20 | Integer | The maximum number of objects to return (latest), so if set to 20, then only the 20 most recent posts will ever show |
| root_path | '/var/www/blog_root' | String | Relative or Absolute path to the root directory of your static content, holds files such as favicon.ico, custom.css and robots.txt |
| locale | 'en_GB' | String | The locale to use which determines the language used and minor cultural differences |
## Basic Customisation
| name | example value | variable type | explanation |
|-----------------|----------------------------|---------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|