From fc63b7aa1a032e83cb8493cfac771cf9ab0039a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Szab=C3=B3?= <25702868+szabodanika@users.noreply.github.com> Date: Mon, 2 May 2022 18:23:29 +0100 Subject: [PATCH] Update README.MD --- README.MD | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.MD b/README.MD index 1035c2a..6a83378 100644 --- a/README.MD +++ b/README.MD @@ -6,13 +6,15 @@ MicroBin is a super tiny and simple self hosted pastebin app written in Rust. Th ### Features - Is very small +- File uploads +- Raw pasta content (/raw/[animals]) +- URL shortening and redirection - Automatic dark mode (follows system preferences) +- Very simple database (json + files) for portability and easy backups - Animal names instead of random numbers for pasta identifiers (64 animals) - Automatically expiring pastas - Never expiring pastas - Listing and manually removing pastas (/pastalist) -- Raw pasta content (/raw/[animals]) -- URL shortening and redirection - Very little CSS and absolutely no JS (see [water.css](https://github.com/kognise/water.css)) ### Installation @@ -54,9 +56,9 @@ or to download the pasta: `curl https://microbin.myserver.com/rawpasta/fish-pony ### Needed improvements -- Persisting pastas on disk (currently they are lost on restart) +- ~~Persisting pastas on disk (currently they are lost on restart)~~ (added on 2 May 2022) - Removing pasta after N reads -- File uploads +- ~~File uploads~~ (added on 2 May 2022) - ~~URL shortening~~ (added on 23 April 2022) - CLI tool - Configuration with command line arguments (ports, enable-disable pasta list, footer, etc)