Explorar el Código

rm ATTACHMENTS_STORE_PATH

David Arnold hace 4 años
padre
commit
a38a78d9a3
Se han modificado 5 ficheros con 0 adiciones y 15 borrados
  1. 0 1
      Dockerfile
  2. 0 4
      docker-compose.yml
  3. 0 0
      snap-src/bin/config
  4. 0 6
      snap-src/bin/wekan-help
  5. 0 4
      torodb-postgresql/docker-compose.yml

+ 0 - 1
Dockerfile

@@ -31,7 +31,6 @@ ENV BUILD_DEPS="apt-utils libarchive-tools gnupg gosu wget curl bzip2 g++ build-
     ACCOUNTS_COMMON_LOGIN_EXPIRATION_IN_DAYS=90 \
     RICHER_CARD_COMMENT_EDITOR=false \
     CARD_OPENED_WEBHOOK_ENABLED=false \
-    ATTACHMENTS_STORE_PATH="" \
     MAX_IMAGE_PIXEL="" \
     IMAGE_COMPRESS_RATIO="" \
     NOTIFICATION_TRAY_AFTER_READ_DAYS_BEFORE_REMOVE="" \

+ 0 - 4
docker-compose.yml

@@ -247,10 +247,6 @@ services:
       # Defaults below. Uncomment to change. wekan/server/accounts-common.js
       # - ACCOUNTS_COMMON_LOGIN_EXPIRATION_IN_DAYS=90
       #---------------------------------------------------------------
-      # ==== STORE ATTACHMENT ON SERVER FILESYSTEM INSTEAD OF MONGODB ====
-      # https://github.com/wekan/wekan/pull/2603
-      #- ATTACHMENTS_STORE_PATH = <pathname> # pathname can be relative or fullpath
-      #---------------------------------------------------------------
       # ==== RICH TEXT EDITOR IN CARD COMMENTS ====
       # https://github.com/wekan/wekan/pull/2560
       - RICHER_CARD_COMMENT_EDITOR=false

La diferencia del archivo ha sido suprimido porque es demasiado grande
+ 0 - 0
snap-src/bin/config


+ 0 - 6
snap-src/bin/wekan-help

@@ -131,12 +131,6 @@ echo -e "\t$ snap set $SNAP_NAME image-compress-ratio='80'"
 echo -e "Disable:"
 echo -e "\t$ snap unset $SNAP_NAME image-compress-ratio"
 echo -e "\n"
-echo -e "Allow to set attachment upload into specified server location. Create that directory first. https://github.com/wekan/wekan/pull/2603"
-echo -e "Example:"
-echo -e "\t$ snap set $SNAP_NAME attachments-store-path='/var/snap/wekan/common/attachments'"
-echo -e "Disable:"
-echo -e "\t$ snap unset $SNAP_NAME attachments-store-path"
-echo -e "\n"
 echo -e "NOTIFICATION TRAY AFTER READ DAYS BEFORE REMOVE https://github.com/wekan/wekan/pull/2998"
 echo -e "Number of days after a notification is read before we remove it. Default: 2."
 echo -e "Example:"

+ 0 - 4
torodb-postgresql/docker-compose.yml

@@ -252,10 +252,6 @@ services:
       # Defaults below. Uncomment to change. wekan/server/accounts-common.js
       # - ACCOUNTS_COMMON_LOGIN_EXPIRATION_IN_DAYS=90
       #---------------------------------------------------------------
-      # ==== STORE ATTACHMENT ON SERVER FILESYSTEM INSTEAD OF MONGODB ====
-      # https://github.com/wekan/wekan/pull/2603
-      #- ATTACHMENTS_STORE_PATH = <pathname> # pathname can be relative or fullpath
-      #---------------------------------------------------------------
       # ==== RICH TEXT EDITOR IN CARD COMMENTS ====
       # https://github.com/wekan/wekan/pull/2560
       - RICHER_CARD_COMMENT_EDITOR=false

Algunos archivos no se mostraron porque demasiados archivos cambiaron en este cambio