transfersh fixes

This commit is contained in:
Didier Slof 2023-01-03 00:16:45 +01:00
parent 4be80d1eb1
commit 46c2d75261
Signed by: didier
GPG key ID: 01E71F18AA4398E5
2 changed files with 4 additions and 6 deletions

View file

@ -75,14 +75,13 @@ services:
- proxy
transfersh:
#docker run --publish 8080:8080 dutchcoders/transfer.sh:latest --provider local --basedir /tmp/
image: dutchcoders/transfer.sh:latest
command: --provider local --basedir /tmp/
environment:
- PROVIDER=local
- BASEDIR=/tmp/
- PURGE_DAYS=15
- LETSENCRYPT_HOST=share.neo.faulty.nl
- VIRTUAL_HOST=share.neo.faulty.nl
- VIRTUAL_PORT=8080
volumes:
- /srv/transfersh/config:/opt/youtransfer/config
networks:
- proxy

View file

@ -8,8 +8,7 @@
"jellyfin",
"ghost",
"gitlab",
"searx",
"transfersh"
"searx"
],
"local_days_of_retention": 1,
"remote_days_of_retention": 30,