Update README.MD

This commit is contained in:
Dániel Szabó 2022-05-02 18:23:29 +01:00 committed by GitHub
parent 757f73ec5b
commit fc63b7aa1a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)