Christian Winther 1 년 전
부모
커밋
7db513b366
1개의 변경된 파일11개의 추가작업 그리고 11개의 파일을 삭제
  1. 11 11
      contrib/docker-compose/.env

+ 11 - 11
contrib/docker-compose/.env

@@ -88,7 +88,7 @@ ADMIN_DOMAIN="${APP_DOMAIN}"
 PF_MAX_USERS="false"
 
 # See: https://docs.pixelfed.org/technical-documentation/config/#oauth_enabled
-# OAUTH_ENABLED="true"
+OAUTH_ENABLED="true"
 
 # Defaults to "UTC".
 #
@@ -167,13 +167,6 @@ APP_TIMEZONE="${TZ}"
 # See: https://docs.pixelfed.org/technical-documentation/config/#max_album_length
 #MAX_ALBUM_LENGTH="4"
 
-# Set the image optimization quality, must be a value between 1-100.
-#
-# Defaults to "80".
-#
-# See: https://docs.pixelfed.org/technical-documentation/config/#image_quality
-#IMAGE_QUALITY="80"
-
 # Resize and optimize image uploads.
 #
 # Defaults to "true".
@@ -181,6 +174,13 @@ APP_TIMEZONE="${TZ}"
 # See: https://docs.pixelfed.org/technical-documentation/config/#pf_optimize_images
 #PF_OPTIMIZE_IMAGES="true"
 
+# Set the image optimization quality, must be a value between 1-100.
+#
+# Defaults to "80".
+#
+# See: https://docs.pixelfed.org/technical-documentation/config/#image_quality
+#IMAGE_QUALITY="80"
+
 # Resize and optimize video uploads.
 #
 # Defaults to "true".
@@ -487,7 +487,7 @@ CACHE_DRIVER="redis"
 # Defaults to "true".
 #
 # See: https://docs.pixelfed.org/technical-documentation/config/#exp_emc
-#EXP_EMC="true"
+EXP_EMC="true"
 
 ###############################################################
 # ActivityPub confguration
@@ -496,7 +496,7 @@ CACHE_DRIVER="redis"
 # Defaults to "false".
 #
 # See: https://docs.pixelfed.org/technical-documentation/config/#activity_pub
-#ACTIVITY_PUB="false"
+ACTIVITY_PUB="true"
 
 # Defaults to "true".
 #
@@ -721,7 +721,7 @@ LOG_CHANNEL="stderr"
 # - "null" (default)
 #
 # See: https://docs.pixelfed.org/technical-documentation/config/#broadcast_driver
-#BROADCAST_DRIVER=
+BROADCAST_DRIVER=redis
 
 ###############################################################
 # Other settings