aboutsummaryrefslogtreecommitdiff
path: root/conf/.env.production.sample
diff options
context:
space:
mode:
authoryalh76 <yalh@yahoo.com>2020-02-16 15:20:36 +0100
committerGitHub <noreply@github.com>2020-02-16 15:20:36 +0100
commit1fad8df86b235802e1600ae700cf1d4f6f4f96f5 (patch)
tree078860c4612bd3dc5a7c74655452f5bec1285e15 /conf/.env.production.sample
parenta85f1bbe2f147fe89098e26a4b17922390eabeeb (diff)
parent0fd7fb74c49b2226a8c28d9769ac3fc600dea784 (diff)
downloadmastodon_ynh-1fad8df86b235802e1600ae700cf1d4f6f4f96f5.tar.gz
mastodon_ynh-1fad8df86b235802e1600ae700cf1d4f6f4f96f5.tar.bz2
mastodon_ynh-1fad8df86b235802e1600ae700cf1d4f6f4f96f5.zip
Merge pull request #191 from YunoHost-Apps/3.1.1
Upgrade to 3.1.1
Diffstat (limited to 'conf/.env.production.sample')
-rw-r--r--conf/.env.production.sample20
1 files changed, 17 insertions, 3 deletions
diff --git a/conf/.env.production.sample b/conf/.env.production.sample
index 94c65b8..8b992d9 100644
--- a/conf/.env.production.sample
+++ b/conf/.env.production.sample
@@ -178,7 +178,11 @@ STREAMING_CLUSTER_NUM=1
# LDAP_BIND_DN=uid=__LDAP_USER__,ou=users,dc=yunohost,dc=org
# LDAP_PASSWORD=__LDAP_PASSWORD__
# LDAP_UID=uid
-# LDAP_SEARCH_FILTER="%{uid}=%{email}"
+# LDAP_MAIL=mail
+# LDAP_SEARCH_FILTER=(|(%{uid}=%{email})(%{mail}=%{email}))
+# LDAP_UID_CONVERSION_ENABLED=true
+# LDAP_UID_CONVERSION_SEARCH=., -
+# LDAP_UID_CONVERSION_REPLACE=_
# PAM authentication (optional)
# PAM authentication uses for the email generation the "email" pam variable
@@ -222,8 +226,8 @@ STREAMING_CLUSTER_NUM=1
# Optional SAML authentication (cf. omniauth-saml)
# SAML_ENABLED=true
-# SAML_ACS_URL=
-# SAML_ISSUER=http://localhost:3000/auth/auth/saml/callback
+# SAML_ACS_URL=http://localhost:3000/auth/auth/saml/callback
+# SAML_ISSUER=https://example.com
# SAML_IDP_SSO_TARGET_URL=https://idp.testshib.org/idp/profile/SAML2/Redirect/SSO
# SAML_IDP_CERT=
# SAML_IDP_CERT_FINGERPRINT=
@@ -246,3 +250,13 @@ STREAMING_CLUSTER_NUM=1
# http_proxy=http://gateway.local:8118
# Access control for hidden service.
# ALLOW_ACCESS_TO_HIDDEN_SERVICE=true
+
+# Authorized fetch mode (optional)
+# Require remote servers to authentify when fetching toots, see
+# https://docs.joinmastodon.org/admin/config/#authorized_fetch
+# AUTHORIZED_FETCH=true
+
+# Whitelist mode (optional)
+# Only allow federation with whitelisted domains, see
+# https://docs.joinmastodon.org/admin/config/#whitelist_mode
+# WHITELIST_MODE=true