Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
Address *netip.AddrPort `toml:"address"`
Host string `toml:"host"`
Sessions struct {
PublicKey string `toml:"public_key"`
PrivateKey string `toml:"private_key"`
} `toml:"sessions"`
Database struct {
Type string `toml:"type"`
DSN string `toml:"dsn"`
} `toml:"database"`
Scheduler struct {
Workers int `toml:"workers"`
} `toml:"scheduler"`
Files struct {
Type string `toml:"type"`
Path string `toml:"path"`
} `toml:"files"`
DisableWebUI bool `toml:"disable_web_ui"`
DisableWebAPI bool `toml:"disable_web_api"`
}
Click to show internal directories.
Click to hide internal directories.