Sign inSign up

kensobi/fileserver

By kensobi

Updated about 3 years ago

File Server with Http API, ApiKey Authentication and Link Sharing

Image
0

372

kensobi/fileserver repository overview

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

Tag summary

Content type

Image

Digest

sha256:797ee30fd

Size

335.1 MB

Last updated

about 3 years ago

docker pull kensobi/fileserver