Documentation
¶
Index ¶
Constants ¶
View Source
const DEFAULT_PORT = 8380 // ASCII (Decimal) 'SP' (83 + 80)
Variables ¶
View Source
var ( ConfigFile string // custom config file path Addr string Sign bool Parse bool Log bool Encrypt bool Cors bool BasicAuth bool EnableUnix bool EnableFile bool EnableRclone bool EnableCurl bool EnableExec bool Prod bool OpenNormal bool SupressError bool RcloneBinary string RcloneConfig string CurlBinary string Rootpath string Sitename string Adminpath string Prefix string Eid string Key string Keytype string PublicUrl string KeytypeBlacklistStr string User string Pass string KeytypeBlacklist []string OpenScopes ArrayFlags // scopes that do NOT need signing Aliases ArrayFlags // each alias format: "prefix=path" Cipher cipher.AEAD )
Functions ¶
Types ¶
type ArrayFlags ¶ added in v0.11.0
type ArrayFlags []string
func (*ArrayFlags) Set ¶ added in v0.11.0
func (i *ArrayFlags) Set(value string) error
func (*ArrayFlags) String ¶ added in v0.11.0
func (i *ArrayFlags) String() string
Click to show internal directories.
Click to hide internal directories.