Dániel Szabó
Dániel Szabó
Currently all pastas are stored in the memory. Can we save them on the disk in either a tiny database or simply in files? Storing everything in the memory could...
Add option to encode URL (final URL made by microbin, not the original) as QR Code using https://docs.rs/qrcode/latest/qrcode/. It could be simply displayed and it would be extremely useful for...
**Describe the bug** When you disable upload listing, the "Public" privacy settings remains available despite the upload not actually being public since there is no list to see it. **To...
Allow setting maximum storage size (sum of all uploads) in gigabytes , and showing usage on the admin console. e.g. MICROBIN_MAX_STORAGE=16
Let's add some simple rate limiting, should be fairly easy to implement with actix-governor: https://crates.io/crates/actix-governor
Update docker compose and docker setup script if needed, so that MicroBin get's a named, sized volume (contents can still be read at the mounting point of the volume) instead...
This will likely require a client app but maybe it can be done through SSH
Replace plaintext password with encrytion. Probably better to do it through SQLite