Sign inSign up

lahatra3/mofogasy

By lahatra3

Updated 5 months ago

Server side application for streaming big file from SFTPGo

Image
Web servers
0

244

lahatra3/mofogasy repository overview

mofogasy

Server side application for streaming big file from SFTPGo

Variables
# ====== 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

To run
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

Tag summary

Content type

Image

Digest

sha256:060c7ef4c

Size

47.7 MB

Last updated

5 months ago

docker pull lahatra3/mofogasy