This commit is contained in:
royalcat 2024-01-07 20:09:56 +03:00
parent 78704bee78
commit 2cefb9db98
19 changed files with 691 additions and 627 deletions
src/config

View file

@ -7,7 +7,7 @@ type Config struct {
Mounts Mounts `koanf:"mounts"`
Log Log `koanf:"log"`
DataFolder string `koanf:"dataFolder"`
SourceDir string `koanf:"source_dir"`
}
type WebUi struct {