blek! File - a minute file sharing service
Go to file
blek 50447597f1
add explicit caddy alias
2023-10-26 23:27:54 +10:00
conf/caddy file uploaded page 2023-10-10 21:56:28 +10:00
containers minify js 2023-10-14 13:19:09 +10:00
filed get client ip on upload action 2023-10-26 18:30:35 +10:00
janitor mount config files in their places 2023-10-23 00:03:02 +10:00
volatile add readme to volatile directory 2023-10-01 14:46:40 +10:00
.env.example redis in docker 2023-09-30 23:49:00 +10:00
.gitignore redis in docker 2023-09-30 23:49:00 +10:00
LICENSE.md license text 2023-09-29 20:34:36 +10:00
README.md readme ui improvements 2023-10-22 15:29:47 +10:00
docker-compose.dev.yml add explicit caddy alias 2023-10-26 23:27:54 +10:00
docker-compose.prod.yml mount config files in their places 2023-10-23 00:03:02 +10:00

README.md

⚠️ This is in a rather early stage of development and shouldn't be deployed

Even though this project is mature enough to be deployed in a public instance, this is highly discouraged.
However, if you do this, be prepared for DOS issues and API changes.


blek! File

blek! File is a free service that would help you with file sharing.

The principle is very simple: you upload a file, then download it from another device. The file will be deleted after 1 download or 30 minutes.

Licensing

This software is released under GPL3 license, a copyleft license that protects users' freedom by ensuring that all future copies of this software are open source as well.

Deploying

Simply copy the docker-compose.yml.example to docker-compose.yml, and .env.example to .env and edit them if necessary.

The following could be done with these bash commands:

$ # Notice that those are just for reference; you may not want to 100% copy them
$ cp docker-compose.yml.example docker-compose.yml
$ cp .env.example .env
$ nvim .env # you need to edit this file
# docker-compose up -d # "#" at the start means that the command must be run as root/sudo
$ # It all should me up and running at this point

Screenshots

Main page!