transfersh fixes
This commit is contained in:
parent
4be80d1eb1
commit
46c2d75261
2 changed files with 4 additions and 6 deletions
|
@ -75,14 +75,13 @@ services:
|
||||||
- proxy
|
- proxy
|
||||||
|
|
||||||
transfersh:
|
transfersh:
|
||||||
#docker run --publish 8080:8080 dutchcoders/transfer.sh:latest --provider local --basedir /tmp/
|
|
||||||
image: dutchcoders/transfer.sh:latest
|
image: dutchcoders/transfer.sh:latest
|
||||||
command: --provider local --basedir /tmp/
|
|
||||||
environment:
|
environment:
|
||||||
|
- PROVIDER=local
|
||||||
|
- BASEDIR=/tmp/
|
||||||
|
- PURGE_DAYS=15
|
||||||
- LETSENCRYPT_HOST=share.neo.faulty.nl
|
- LETSENCRYPT_HOST=share.neo.faulty.nl
|
||||||
- VIRTUAL_HOST=share.neo.faulty.nl
|
- VIRTUAL_HOST=share.neo.faulty.nl
|
||||||
- VIRTUAL_PORT=8080
|
- VIRTUAL_PORT=8080
|
||||||
volumes:
|
|
||||||
- /srv/transfersh/config:/opt/youtransfer/config
|
|
||||||
networks:
|
networks:
|
||||||
- proxy
|
- proxy
|
|
@ -8,8 +8,7 @@
|
||||||
"jellyfin",
|
"jellyfin",
|
||||||
"ghost",
|
"ghost",
|
||||||
"gitlab",
|
"gitlab",
|
||||||
"searx",
|
"searx"
|
||||||
"transfersh"
|
|
||||||
],
|
],
|
||||||
"local_days_of_retention": 1,
|
"local_days_of_retention": 1,
|
||||||
"remote_days_of_retention": 30,
|
"remote_days_of_retention": 30,
|
||||||
|
|
Reference in a new issue