microbin icon indicating copy to clipboard operation
microbin copied to clipboard

A secure, configurable file-sharing and URL shortening web app written in Rust.

Results 120 microbin issues
Sort by recently updated
recently updated
newest added

similar to #124, filenames can also contain identifying information, additionally they are often much longer than needed

enhancement
good-first-issue

I want to disable editing/removing uploads, especially when shared to other people, without having to set a password every single time I upload, but nothing I try seems to work....

I hope to be able to translate your project into Chinese so that your MicroBin project can be liked and used by more people. Many Chinese friends are suffering from...

i18n

Can't support multiple file upload, seek support? **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to...

Microbin's port from docker's internal network wasn't being published to the host at all, even though `"${MICROBIN_PORT}:8081"` was set clearly in compose file. Then I noticed the MICROBIN_PORT wasn't listed...

Noticed some missing env variable when deploying my instance. Added them to compose.yml

**Describe the bug** 2023-08-28T17:23:08.966149222Z note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace 2023-08-28T17:24:09.606143163Z 2023-08-28T17:24:09 [INFO] - MicroBin starting on http://0.0.0.0:8080 2023-08-28T17:24:09.606807104Z thread 'main' panicked at 'failed to spawn...

Automatically generated keys are great, but are hard to navigate from the list, it would be great if i can rename a bin, or give it a title, so its...

# Issue * Creation of database was only done on request. * Crash when database queries would not be successful # Changes * Database gets created on startup * Moved...