Documentation
¶
Index ¶
- Constants
- func AllowRemoteHostClients() bool
- func AppLifetimeMinutes() int
- func AppURL() string
- func AzureClientID() string
- func AzureClientSecret() string
- func AzureTenant() string
- func CheckPageIP() bool
- func CookieSecret() string
- func ForceSSL() bool
- func GithubClientID() string
- func GithubClientSecret() string
- func GoogleClientID() string
- func GoogleClientSecret() string
- func HostClientsAuthToken() string
- func LimitPagesPerHour() int
- func LimitSessionSizeBytes() int
- func LimitSessionsPerHour() int
- func MasterSecretKey() string
- func MaxWebSocketMessageSize() int
- func PageLifetimeMinutes() int
- func RedisAddr() string
- func RedisMaxActive() int
- func RedisMaxIdle() int
- func RedisPassword() string
- func ReservedAccountNames() []string
- func ReservedPageNames() []string
- func RouteUrlStrategy() string
- func ServerIP() string
- func ServerPort() int
- func TrustedProxies() []string
- func UploadRootDir() string
- func UseColorEmoji() bool
- func WebRenderer() string
Constants ¶
View Source
const ( LogToFileFlag = "FLET_LOG_TO_FILE" LogLevelFlag = "FLET_LOG_LEVEL" )
Variables ¶
This section is empty.
Functions ¶
func AllowRemoteHostClients ¶
func AllowRemoteHostClients() bool
func AppLifetimeMinutes ¶
func AppLifetimeMinutes() int
func AzureClientID ¶
func AzureClientID() string
func AzureClientSecret ¶
func AzureClientSecret() string
func AzureTenant ¶
func AzureTenant() string
func CheckPageIP ¶
func CheckPageIP() bool
func CookieSecret ¶
func CookieSecret() string
func GithubClientID ¶
func GithubClientID() string
func GithubClientSecret ¶
func GithubClientSecret() string
func GoogleClientID ¶
func GoogleClientID() string
func GoogleClientSecret ¶
func GoogleClientSecret() string
func HostClientsAuthToken ¶
func HostClientsAuthToken() string
func LimitPagesPerHour ¶
func LimitPagesPerHour() int
func LimitSessionSizeBytes ¶
func LimitSessionSizeBytes() int
func LimitSessionsPerHour ¶
func LimitSessionsPerHour() int
func MasterSecretKey ¶
func MasterSecretKey() string
func MaxWebSocketMessageSize ¶
func MaxWebSocketMessageSize() int
func PageLifetimeMinutes ¶
func PageLifetimeMinutes() int
func RedisMaxActive ¶
func RedisMaxActive() int
func RedisMaxIdle ¶
func RedisMaxIdle() int
func RedisPassword ¶
func RedisPassword() string
func ReservedAccountNames ¶
func ReservedAccountNames() []string
func ReservedPageNames ¶
func ReservedPageNames() []string
func RouteUrlStrategy ¶
func RouteUrlStrategy() string
func ServerPort ¶
func ServerPort() int
func TrustedProxies ¶
func TrustedProxies() []string
func UploadRootDir ¶
func UploadRootDir() string
func UseColorEmoji ¶
func UseColorEmoji() bool
func WebRenderer ¶
func WebRenderer() string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.