chore(send): update config

This commit is contained in:
Nicolas Meienberger 2022-09-19 10:01:06 +02:00
parent b549fde364
commit b2a3a70bbf
4 changed files with 5 additions and 4 deletions

View File

@ -3,7 +3,7 @@
"name": "Send",
"available": true,
"exposable": true,
"port": 8108,
"port": 8126,
"id": "send",
"tipi_version": 1,
"version": "latest",

View File

@ -11,7 +11,7 @@ services:
networks:
- tipi_main_network
volumes:
- ${APP_DATA_DIR}/data:/uploads
- ${APP_DATA_DIR}/data/uploads:/uploads
environment:
- NODE_ENV=production
# Networking
@ -20,6 +20,7 @@ services:
- REDIS_HOST=send-redis
# Storage Limit
- MAX_FILE_SIZE=2147483648
- DETECT_BASE_URL=true
depends_on:
- send-redis
labels:
@ -41,3 +42,5 @@ services:
interval: 1s
timeout: 3s
retries: 30
networks:
- tipi_main_network

View File

@ -1,5 +1,3 @@
# [![Send](https://gitlab.com/timvisee/send/-/raw/master/assets/icon.svg)](https://gitlab.com/timvisee/send/) Send
A fork of Mozilla's [Firefox Send][mozilla-send].
Mozilla discontinued Send, this fork is a community effort to keep the project
up-to-date and alive.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB