mirror of
https://github.com/simon-ding/polaris.git
synced 2026-06-09 03:27:39 +08:00
login feature
This commit is contained in:
@@ -8,6 +8,12 @@ const (
|
||||
SettingDownloadDir = "download_dir"
|
||||
)
|
||||
|
||||
const (
|
||||
SettingAuthEnabled = "auth_enbled"
|
||||
SettingUsername = "auth_username"
|
||||
SettingPassword = "auth_password"
|
||||
)
|
||||
|
||||
const (
|
||||
IndexerTorznabImpl = "torznab"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user