A minimal file upload/pastebin service with client-side highlighting.
Find a file
2021-07-25 14:48:11 +03:00
src refactor(config): remove environment variable prefix 2021-07-24 23:51:23 +03:00
.dockerignore chore(docker): add Dockerfile 2021-07-25 14:47:48 +03:00
.env refactor(server): use .env for auth token 2021-07-24 14:10:30 +03:00
.gitignore feat(server): support file upload and serving 2021-07-23 22:52:00 +03:00
Cargo.lock chore(config): only support toml and yaml formats 2021-07-24 20:48:15 +03:00
Cargo.toml chore(config): only support toml and yaml formats 2021-07-24 20:48:15 +03:00
config.toml refactor(server): use .env for auth token 2021-07-24 14:10:30 +03:00
docker-compose.yml chore(docker): add docker-compose.yml 2021-07-25 14:48:11 +03:00
Dockerfile chore(docker): add Dockerfile 2021-07-25 14:47:48 +03:00