Documentation ¶
Overview ¶
Package webui implements the scan2drive web user interface using materializecss.com and jQuery.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { ClientSecretPath string LockedUsers *user.Locked ScansDir string StateDir string Finders []scan2drive.ScanSourceFinder IngesterFor func(uid string) *scaningest.Ingester AllowedUsers map[string]bool // ListenURLs contains the base URLs of all configured listeners, // e.g. ["https://scan2drive.zekjur.net", "http://scan2drive.lan:7120"] ListenURLs []string }
Click to show internal directories.
Click to hide internal directories.