class Config
- Config
- Reference
- Object
Included Modules
- YAML::Serializable
Defined in:
invidious/helpers/helpers.crConstructors
Class Method Summary
Instance Method Summary
- #admins : Array(String)
- #admins=(admins : Array(String))
- #banner : String | Nil
- #banner=(banner : String | Nil)
- #cache_annotations : Bool
- #cache_annotations=(cache_annotations : Bool)
- #captcha_api_url : String
- #captcha_api_url=(captcha_api_url : String)
- #captcha_enabled : Bool
- #captcha_enabled=(captcha_enabled : Bool)
- #captcha_key : String | Nil
- #captcha_key=(captcha_key : String | Nil)
- #channel_threads : Int32
- #channel_threads=(channel_threads : Int32)
- #check_tables : Bool
- #check_tables=(check_tables : Bool)
- #cookies : HTTP::Cookies
- #cookies=(cookies : HTTP::Cookies)
- #database_url : URI
- #database_url=(database_url : URI)
- #db : DBConfig | Nil
- #db=(db : DBConfig | Nil)
- #decrypt_polling : Bool
- #decrypt_polling=(decrypt_polling : Bool)
- #default_user_preferences : ConfigPreferences
- #default_user_preferences=(default_user_preferences : ConfigPreferences)
- #disable_proxy : Bool | Nil | Array(String) | Nil
- #disable_proxy=(disable_proxy : Bool | Nil | Array(String) | Nil)
- #disabled?(option)
- #dmca_content : Array(String)
- #dmca_content=(dmca_content : Array(String))
- #domain : String | Nil
- #domain=(domain : String | Nil)
- #external_port : Int32 | Nil
- #external_port=(external_port : Int32 | Nil)
- #feed_threads : Int32
- #feed_threads=(feed_threads : Int32)
- #force_resolve : Socket::Family
- #force_resolve=(force_resolve : Socket::Family)
- #full_refresh : Bool
- #full_refresh=(full_refresh : Bool)
- #hmac_key : String | Nil
- #hmac_key=(hmac_key : String | Nil)
- #host_binding : String
- #host_binding=(host_binding : String)
- #hsts : Bool | Nil
- #hsts=(hsts : Bool | Nil)
- #https_only : Bool | Nil
- #https_only=(https_only : Bool | Nil)
- #log_level : LogLevel
- #log_level=(log_level : LogLevel)
- #login_enabled : Bool
- #login_enabled=(login_enabled : Bool)
- #output : String
- #output=(output : String)
- #pool_size : Int32
- #pool_size=(pool_size : Int32)
- #popular_enabled : Bool
- #popular_enabled=(popular_enabled : Bool)
- #port : Int32
- #port=(port : Int32)
- #registration_enabled : Bool
- #registration_enabled=(registration_enabled : Bool)
- #statistics_enabled : Bool
- #statistics_enabled=(statistics_enabled : Bool)
- #use_pubsub_feeds : Bool | Int32
- #use_pubsub_feeds=(use_pubsub_feeds : Bool | Int32)
- #use_quic : Bool
- #use_quic=(use_quic : Bool)