Server side application for streaming big file from SFTPGo
244
Server side application for streaming big file from SFTPGo
# ====== SFTPGo configuration =======
SFTPGO_API_USERNAME=...
SFTPGO_API_PASSWORD=...
SFTPGO_API_BASE_URL=http://localhost:3180/api/v2
# ====== Mofogasy configuration =====
SERVER_HOST=0.0.0.0
SERVER_PORT=3131
docker run --rm -p 3131:3131 \
-e SFTPGO_API_USERNAME=... \
-e SFTPGO_API_PASSWORD=... \
-e SFTPGO_API_BASE_URL=... \
-e SERVER_HOST=... \
-e SERVER_PORT=... \
-d lahatra3/mofogasy:latest
Content type
Image
Digest
sha256:060c7ef4c…
Size
47.7 MB
Last updated
5 months ago
docker pull lahatra3/mofogasy