Simple artifact/file storage server with REST API
852
Simple artifact/file storage server with upload/download REST API.
docker run -p 8080:8080 -v $(pwd)/artifacts:/data ogulcanaydogan/artifact-store
| Variable | Description | Default |
|---|---|---|
PORT | Server port | 8080 |
STORAGE_DIR | Local storage path | /data |
MAX_FILE_SIZE | Max upload size (MB) | 100 |
AUTH_TOKEN | Access token for uploads | - |
MIT
Content type
Image
Digest
sha256:7225eb861…
Size
48.3 MB
Last updated
8 months ago
docker pull ogulcanaydogan/artifact-store