bfile/filed
blek 014c031fbc
dockerify
2023-09-30 14:46:29 +10:00
..
src basic file upload UI 2023-09-30 00:41:23 +10:00
static accessibility stuff 2023-09-30 13:55:17 +10:00
templates accessibility stuff 2023-09-30 13:55:17 +10:00
.env load the listen address from .env 2023-09-29 20:57:53 +10:00
.gitignore dockerify 2023-09-30 14:46:29 +10:00
Cargo.lock basic template 2023-09-29 23:25:20 +10:00
Cargo.toml basic template 2023-09-29 23:25:20 +10:00
Dockerfile.dev dockerify 2023-09-30 14:46:29 +10:00
Dockerfile.prod dockerify 2023-09-30 14:46:29 +10:00
README.md dockerify 2023-09-30 14:46:29 +10:00
dev-entry.sh dockerify 2023-09-30 14:46:29 +10:00

README.md

fileD - file daemon

This is a part of blek! File that is responsible for serving and uploading files.
This module is released under the GPLv3 with additions, copy of which is included in the top level of this repository.

Building

To get started with this, copy either Dockerfile.dev or Dockerfile.prod to Dockerfile, depending on your environment.

Then either build it manually or start it up using the docker-compose.yml file, which is provided in the top level directory.