A website for temporary file- or text hosting https://trash.ctdo.de/
Go to file
neri 77fd25b787 implement delete on download, better logging and multipart parsing
a new database column was introduced for delete on download.
the model should be migrated automatically.

Fixes #4
2021-04-04 03:39:50 +02:00
src implement delete on download, better logging and multipart parsing 2021-04-04 03:39:50 +02:00
static implement delete on download, better logging and multipart parsing 2021-04-04 03:39:50 +02:00
template implement delete on download, better logging and multipart parsing 2021-04-04 03:39:50 +02:00
.dockerignore add dockerignore 2020-08-07 02:11:56 +02:00
.gitignore Initial commit 2020-07-08 21:33:48 +02:00
Cargo.lock remove openssl from dependencies 2021-03-10 00:15:18 +01:00
Cargo.toml remove openssl from dependencies 2021-03-10 00:15:18 +01:00
Dockerfile remove openssl from dependencies 2021-03-10 00:15:18 +01:00
README.md update documentation to new environment variables 2020-08-03 02:56:42 +02:00
docker-compose.yml update documentation to new environment variables 2020-08-03 02:56:42 +02:00
init-db.sql implement delete on download, better logging and multipart parsing 2021-04-04 03:39:50 +02:00
screenshot.png add readme, extract init-db script 2020-07-09 22:01:25 +02:00

README.md

datatrash

A file and text uploading service with configurable time limit

Application screenshot

compiling

cargo build --release

or

docker build -t datatrash .
docker cp datatrash:/home/rust/.cargo/bin/datatrash datatrash

or, to just run it in docker

docker-compose up -d --build

running & config

The static files directory needs to be next to the binary.

environment variable default value
DATABASE_URL
DATABASE_USER
DATABASE_PASS
DATABASE_HOST localhost
DATABASE_NAME datatrash
FILES_DIR ./files
UPLOAD_MAX_BYTES 8388608 (8MiB)
BIND_ADDRESS 0.0.0.0:8000

The maximum filename length is 255