Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kasramp/mira
Easy and fast file sharing from command line (bashupload alternative)
https://github.com/kasramp/mira
bashuploader spring-boot spring-mvc
Last synced: about 1 month ago
JSON representation
Easy and fast file sharing from command line (bashupload alternative)
- Host: GitHub
- URL: https://github.com/kasramp/mira
- Owner: kasramp
- License: gpl-3.0
- Created: 2024-05-16T21:57:02.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-06-30T15:10:18.000Z (5 months ago)
- Last Synced: 2024-07-03T10:13:11.978Z (4 months ago)
- Topics: bashuploader, spring-boot, spring-mvc
- Language: Java
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mira
Mira is an ephemeral file upload from the command line. It is handy for uploading config files to transfer from one server/machine to another hassle-free. Similar to Bash Upload (bashupload.com) but open source and faster!
## Screenshots
### Web interface
![gui](https://github.com/kasramp/Mira/assets/4501120/509b71d2-b3b4-467e-8967-c2887b9ea5d6)
#### Command line
![command_line](https://github.com/kasramp/Mira/assets/4501120/96c93d27-25b3-4273-abef-0ac9e710b4aa)
## Dev run
```bash
$ ./mvnw spring-boot:run
```## File upload
```bash
$ curl http://localhost:8080 -F "file=@your_file"
```