Versions in this module Expand all Collapse all v0 v0.1.1 Jan 3, 2022 v0.1.0 Jan 3, 2022 Changes in this version + type AuthUser struct + AllowFTP bool + AllowHTTP bool + AllowUpload bool + Password string + Username string + type Settings struct + AllowAnonFTP bool + AllowAnonHTTP bool + CacheFolder string + CleanupEmptyFolders bool + CompressionEnabled bool + Deduplicate bool + DeleteValidationFails bool + EnableSorting bool + FTPPort int + FoldersToScan []string + HTTPPort int + JSONLocations []string + LogFilePath string + LogLevel int + NSZCommandLine string + OrganisationFormat string + PreferCompressed bool + PreferXCI bool + PreferredLangOrder []int + ServerMOTD string + StorageFolder string + TempFilesFolder string + TitlesDBURLs []string + UploadingAllowed bool + Users []AuthUser + ValidateLibrary bool + ValidateNewFiles bool + func NewSettings(path string) *Settings + func (s *Settings) GetAllScanFolders() []string + func (s *Settings) Load() + func (s *Settings) Save() + func (s *Settings) SetupLogging(logoutput io.Writer)