diff --git a/conf/config.ini b/conf/config.ini index 9969356..2b535b9 100644 --- a/conf/config.ini +++ b/conf/config.ini @@ -10,6 +10,7 @@ static_parent_dir = pages_parent_dir = keys_parent_dir = hash_seed = +gopher_port = 0 [database] type = mysql @@ -19,35 +20,37 @@ password = __DB_PWD__ database = __DB_NAME__ host = localhost port = 3306 +tls = false [app] -site_name = WriteFreely -site_description = WriteFreely_Blogs -host = __DOMAIN__ -theme = write -editor = -disable_js = false -webfonts = true -landing = -simple_nav = false -wf_modesty = false -chorus = false -forest = false -disable_drafts = false -single_user = __SINGLE_USER__ -open_registration = true -open_deletion = true -min_username_len = 3 -max_blogs = 4 -federation = true -public_stats = true -monetization = false -notes_only = false -private = false -local_timeline = true -user_invites = -default_visibility = -update_checks = false +site_name = WriteFreely +site_description = WriteFreely_Blogs +host = https://__DOMAIN__ +theme = write +editor = +disable_js = false +webfonts = true +landing = +simple_nav = false +wf_modesty = false +chorus = false +forest = false +disable_drafts = false +single_user = __SINGLE_USER__ +open_registration = true +open_deletion = true +min_username_len = 3 +max_blogs = 1 +federation = true +public_stats = true +monetization = false +notes_only = false +private = false +local_timeline = true +user_invites = +default_visibility = +update_checks = false +disable_password_auth = false [oauth.slack] client_id = @@ -73,3 +76,27 @@ display_name = callback_proxy = callback_proxy_api = +[oauth.gitea] +client_id = +client_secret = +host = +display_name = +callback_proxy = +callback_proxy_api = + +[oauth.generic] +client_id = +client_secret = +host = +display_name = +callback_proxy = +callback_proxy_api = +token_endpoint = +inspect_endpoint = +auth_endpoint = +scope = +allow_disconnect = false +map_user_id = +map_username = +map_display_name = +map_email =