Remove Send for real.
This commit is contained in:
parent
31a3ec56b2
commit
e96bcc0904
3 changed files with 1 additions and 35 deletions
|
@ -1,6 +1,5 @@
|
||||||
80/443 -> NGINX reverse proxy
|
80/443 -> NGINX reverse proxy
|
||||||
995 -> SSH
|
995 -> SSH
|
||||||
1443 -> Send
|
|
||||||
3478 -> coturn
|
3478 -> coturn
|
||||||
3735 -> Etebase
|
3735 -> Etebase
|
||||||
5349 -> coturn
|
5349 -> coturn
|
||||||
|
|
|
@ -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:
|
|
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/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)
|
needs_backup=(etebase synapse vw)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue