Update Config

Kibi Kelburton
2026-07-18 21:13:47 +00:00
parent f2121eb897
commit 4ac3caf61e

@@ -48,6 +48,8 @@ This documents provides some explanation of the keys found in config.json
| `websrv` | `description` | `String` | Site description | `"Example Description"` | Meta Tag | `websrv` | `description` | `String` | Site description | `"Example Description"` | Meta Tag
| `websrv` | `themes` | `Array` | Available themes | `["amoled"]` | Possible: `atmos`,`4d`,`xd`,`orange`,`p1nk`,`iced`,`f0ck95d` | `websrv` | `themes` | `Array` | Available themes | `["amoled"]` | Possible: `atmos`,`4d`,`xd`,`orange`,`p1nk`,`iced`,`f0ck95d`
| `websrv` | `theme` | `String` | Active theme | `"amoled"` | Default theme | `websrv` | `theme` | `String` | Active theme | `"amoled"` | Default theme
|`websrv` | `default_font` | `String` | Default custom font | `` | Global website default font. Example: Manrope.ttf needs full filename with extension
|`websrv` | `hide_sidebar_default` | Boolean | Sidebar | `false` | Hide sidebar on init
| `websrv` | `default_layout` | `String` | UI Layout style | `"legacy"` | `legacy`,`modern` | `websrv` | `default_layout` | `String` | UI Layout style | `"legacy"` | `legacy`,`modern`
| `websrv` | `custom_favicon` | `String` | Favicon path | `"/s/img/favicon.gif"` | specifiy custom favicon | `websrv` | `custom_favicon` | `String` | Favicon path | `"/s/img/favicon.gif"` | specifiy custom favicon
| `websrv` | `custom_brand_image` | `Array` | Branding assets | `[]` | specify custom brand image(s) | `websrv` | `custom_brand_image` | `Array` | Branding assets | `[]` | specify custom brand image(s)