|
@@ -18,12 +18,14 @@
|
|
|
|
|
|
# The name/title for your site
|
|
# The name/title for your site
|
|
# @see https://docs.pixelfed.org/technical-documentation/config/#app_name-1
|
|
# @see https://docs.pixelfed.org/technical-documentation/config/#app_name-1
|
|
|
|
+# @dottie/example My Pixelfed Site
|
|
# @dottie/validate required,ne=My Pixelfed Site
|
|
# @dottie/validate required,ne=My Pixelfed Site
|
|
-APP_NAME="My Pixelfed Site"
|
|
|
|
|
|
+APP_NAME=
|
|
|
|
|
|
# Application domain used for routing. (e.g., pixelfed.org)
|
|
# Application domain used for routing. (e.g., pixelfed.org)
|
|
#
|
|
#
|
|
# @see https://docs.pixelfed.org/technical-documentation/config/#app_domain
|
|
# @see https://docs.pixelfed.org/technical-documentation/config/#app_domain
|
|
|
|
+# @dottie/example example.com
|
|
# @dottie/validate required,ne=example.com,fqdn
|
|
# @dottie/validate required,ne=example.com,fqdn
|
|
APP_DOMAIN="example.com"
|
|
APP_DOMAIN="example.com"
|
|
|
|
|
|
@@ -368,8 +370,8 @@ DB_USERNAME="pixelfed"
|
|
# Use a site like https://pwgen.io/ to generate it
|
|
# Use a site like https://pwgen.io/ to generate it
|
|
#
|
|
#
|
|
# @see https://docs.pixelfed.org/technical-documentation/config/#db_password
|
|
# @see https://docs.pixelfed.org/technical-documentation/config/#db_password
|
|
-# @dottie/validate required,ne=__CHANGE_ME__
|
|
|
|
-DB_PASSWORD="__CHANGE_ME__"
|
|
|
|
|
|
+# @dottie/validate required
|
|
|
|
+DB_PASSWORD=
|
|
|
|
|
|
# @see https://docs.pixelfed.org/technical-documentation/config/#db_database
|
|
# @see https://docs.pixelfed.org/technical-documentation/config/#db_database
|
|
# @dottie/validate required
|
|
# @dottie/validate required
|
|
@@ -890,6 +892,7 @@ SESSION_DRIVER="redis"
|
|
# 32 character string, otherwise these encrypted strings will not be safe.
|
|
# 32 character string, otherwise these encrypted strings will not be safe.
|
|
#
|
|
#
|
|
# @see https://docs.pixelfed.org/technical-documentation/config/#app_key
|
|
# @see https://docs.pixelfed.org/technical-documentation/config/#app_key
|
|
|
|
+# @dottie/validate required
|
|
APP_KEY=
|
|
APP_KEY=
|
|
|
|
|
|
# Prefix for container names (without any dash at the end)
|
|
# Prefix for container names (without any dash at the end)
|
|
@@ -1226,4 +1229,4 @@ DOCKER_PROXY_LETSENCRYPT_EMAIL="${INSTANCE_CONTACT_EMAIL:?error}"
|
|
# Lets Encrypt staging/test servers for certificate requests.
|
|
# Lets Encrypt staging/test servers for certificate requests.
|
|
#
|
|
#
|
|
# Setting this to any value will change to letsencrypt test servers.
|
|
# Setting this to any value will change to letsencrypt test servers.
|
|
-DOCKER_PROXY_LETSENCRYPT_TEST="1"
|
|
|
|
|
|
+#DOCKER_PROXY_LETSENCRYPT_TEST="1"
|