Sign inSign up

ogulcanaydogan/artifact-store

By ogulcanaydogan

•Updated 8 months ago

Simple artifact/file storage server with REST API

Image
0

852

ogulcanaydogan/artifact-store repository overview

⁠Artifact Store

Simple artifact/file storage server with upload/download REST API.

⁠Quick Start

docker run -p 8080:8080 -v $(pwd)/artifacts:/data ogulcanaydogan/artifact-store

⁠Features

  • Upload and download files via REST API
  • Directory listing
  • File versioning
  • S3-compatible storage backend
  • Access token authentication
  • Max file size limits

⁠Environment Variables

VariableDescriptionDefault
PORTServer port8080
STORAGE_DIRLocal storage path/data
MAX_FILE_SIZEMax upload size (MB)100
AUTH_TOKENAccess token for uploads-

⁠License

MIT

Tag summary

Content type

Image

Digest

sha256:7225eb861…

Size

48.3 MB

Last updated

8 months ago

docker pull ogulcanaydogan/artifact-store