microbin
microbin copied to clipboard
A secure, configurable file-sharing and URL shortening web app written in Rust.
Please add to the docs on how to migrate the old json format to be compatible with v2 :) ``` cat old_database.json | jq '.[] += {"readonly": false, "encrypt_server": false,...
https://github.com/szabodanika/microbin/blob/b8a0c5490d681550d982ad02d67a1aaa0897f503/templates/admin.html#L7 change that to what ever you like
**Describe the bug** There's some documentation mixups for the variables I think. https://microbin.eu/docs/installation-and-configuration/configuration/ It'd also be helpful if the formatting was something like --- ### MICROBIN_ADMIN_USERNAME **Default value: admin** Enables...
**Is your feature request related to a problem? Please describe.** I'd like to turn off access log to preserve privacy of users. **Describe the solution you'd like** 1. Add a...
**Describe the bug** Can't create encrypted bin with only client side encryption **To Reproduce** 1. go to the bin page 2. add content 3. add password 4. (optional) change the...
**Is your feature request related to a problem? Please describe.** I'm wondering if its possible to either add/remove/modify an uploaded file? **Describe the solution you'd like** When we click on...
I can't see the full list of options I have only expiration and privacy only public. 
Replace documentation link in Info page (https://microbin.eu/documentation) with new one: https://microbin.eu/docs/intro
I've crashed the public server (sorry) and after setting up a local instance, I've crashed that some dozen times. I am not very familiar with curl or http requests in...