home: allow disableing list

This commit is contained in:
Tom 2023-04-27 10:49:30 +02:00
parent 35544bd64c
commit 5e9795ad0c
9 changed files with 127 additions and 32 deletions

View file

@ -24,7 +24,7 @@ type Config struct {
Listen ListenConfig `yaml:"listen" recurse:"true"`
Paths PathsConfig `yaml:"paths" recurse:"true"`
HTTP HTTPConfig `yaml:"http" recurse:"true"`
Theme ThemeConfig `yaml:"theme" recurse:"true"`
Home HomeConfig `yaml:"home" recurse:"true"`
Docker DockerConfig `yaml:"docker" recurse:"true"`
SQL SQLConfig `yaml:"sql" recurse:"true"`