From b0cc93c48884fda94cfdd0c97467bf03ab5ef022 Mon Sep 17 00:00:00 2001 From: blek Date: Fri, 27 Oct 2023 10:26:55 +1000 Subject: [PATCH 1/2] remove the indev banner --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 29acfd2..8c9d6cc 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,3 @@ -| ⚠️ 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](https://en.wikipedia.org/wiki/Denial-of-service_attack) issues and API changes. -

-- 2.40.1 From 8a41d4bef2da4c9da27c0db6f569d2063eb3f22d Mon Sep 17 00:00:00 2001 From: blek Date: Fri, 27 Oct 2023 10:39:29 +1000 Subject: [PATCH 2/2] add instances list --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 8c9d6cc..ec782da 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,21 @@ 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. +## Public instances +List of official instances + +| Name | Administrator | URL | +| --- | --- | --- | +| 🌠 blek! File | b1ek <me@blek.codes> | [https://file.blek.codes](file.blek.codes) | + +To add your instance in this list, fork and open a PR. + +To qualify, your instance must be having: +1. Uploads without a password turned on +2. Have proper ToS +3. Come up with a unique name +4. Have a public administrator email + ## 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. -- 2.40.1