From e96bcc0904476714942b87089baf073be21a8f72 Mon Sep 17 00:00:00 2001 From: Viyurz <128215328+Viyurz@users.noreply.github.com> Date: Tue, 13 Feb 2024 21:29:47 +0100 Subject: [PATCH] Remove Send for real. --- ports.txt | 1 - send/docker-compose.yaml | 33 --------------------------------- update.sh | 2 +- 3 files changed, 1 insertion(+), 35 deletions(-) delete mode 100644 send/docker-compose.yaml diff --git a/ports.txt b/ports.txt index ae2828b..7411685 100644 --- a/ports.txt +++ b/ports.txt @@ -1,6 +1,5 @@ 80/443 -> NGINX reverse proxy 995 -> SSH -1443 -> Send 3478 -> coturn 3735 -> Etebase 5349 -> coturn diff --git a/send/docker-compose.yaml b/send/docker-compose.yaml deleted file mode 100644 index b2a5363..0000000 --- a/send/docker-compose.yaml +++ /dev/null @@ -1,33 +0,0 @@ -services: - send: - container_name: send - build: https://gitlab.com/timvisee/send.git - image: send - restart: always - user: '1003:1003' - environment: - - BASE_URL=https://send.viyurz.fr - - REDIS_HOST=send-redis - - FILE_DIR=/uploads - - MAX_FILE_SIZE=16106127360 - # - MAX_ARCHIVES_PER_USER=16 - - EXPIRE_TIMES_SECONDS=3600,86400,604800,2592000 - - DEFAULT_EXPIRE_SECONDS=86400 - - MAX_EXPIRE_SECONDS=2592000 - - DOWNLOAD_COUNTS=1,2,5,10,15,25,50,100,1000,10000 - - DEFAULT_DOWNLOADS=100 - - MAX_DOWNLOADS=10000 - ports: - - '[::1]:1443:1443' - volumes: - - /mnt/send:/uploads - - redis: - container_name: send-redis - image: redis:alpine - restart: always - volumes: - - redis:/data - -volumes: - redis: diff --git a/update.sh b/update.sh index 12128f5..c72df30 100755 --- a/update.sh +++ b/update.sh @@ -1,7 +1,7 @@ #!/bin/bash -services=(coturn element etebase nginx-www searxng send synapse syncthing vw) +services=(coturn element etebase nginx-www searxng synapse syncthing vw) needs_backup=(etebase synapse vw)