File Server with Http API, ApiKey Authentication and Link Sharing
372
services:
fileserver:
image: kensobi/fileserver:dev
ports:
- "8080:8080"
volumes:
- PATH_TO_YOUR_FILES:/app/files
restart: always
environment:
- DIR=files
- HTTP_ADDR=:8080
- FILE_BROWSING_TOKEN=file_browsing_token-123
- DIRECT_LINK_SECRET=direct_link_secret-123
Content type
Image
Digest
sha256:797ee30fd…
Size
335.1 MB
Last updated
about 3 years ago
docker pull kensobi/fileserver