bfile/filed
blek dc6d19a478
tidy up imports
2023-10-01 12:05:39 +10:00
..
src tidy up imports 2023-10-01 12:05:39 +10:00
static get it to run with docker 2023-09-30 19:26:47 +10:00
templates handle stuff using rejection 2023-10-01 12:05:08 +10:00
.dockerignore add dockerignore 2023-09-30 14:59:12 +10:00
.env.example gitignore .env in filed 2023-10-01 09:55:58 +10:00
.gitignore gitignore .env in filed 2023-10-01 09:55:58 +10:00
Cargo.lock stateful warp controllers 2023-10-01 10:14:35 +10:00
Cargo.toml stateful warp controllers 2023-10-01 10:14:35 +10:00
Dockerfile.dev get it to run with docker 2023-09-30 19:26:47 +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 get it to run with docker 2023-09-30 19:26:47 +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.