Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsh32/backpack
Highly performant and advanced self hosted file sharing platform made in Rust
https://github.com/jsh32/backpack
files s3 screenshot sharex sharing storage storage-providers
Last synced: 2 months ago
JSON representation
Highly performant and advanced self hosted file sharing platform made in Rust
- Host: GitHub
- URL: https://github.com/jsh32/backpack
- Owner: JSH32
- License: mit
- Created: 2019-12-24T08:04:54.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T01:16:03.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T17:21:53.345Z (9 months ago)
- Topics: files, s3, screenshot, sharex, sharing, storage, storage-providers
- Language: Rust
- Homepage:
- Size: 14.2 MB
- Stars: 61
- Watchers: 5
- Forks: 10
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Backpack
Backpack is an open source file uploading and sharing tool that can be deployed easily to any docker environment. It aims to be extendable, easy to use, and support many storage providers and databases.### Providers
We aim to support many storage providers for backpack. This will allow you to have a choice in the storage medium you desire for storing your files. Currently supported file providers are listed below.- Local storage
- S3 Protocol### Development
This project is in heavy development. It is not safe to use yet and is missing crucial features. Contributions are accepted and encouraged. There is no support in getting the project up and running right now because it is not ready.### Roadmap
I know we aren't even at the version one launch yet, but I have some features in mind for version two release. I'm going to list them below, so we have a log. So far, the goal of version one is basic pomf functionality.
- [ ] Multiple language support
- [ ] Paste support (hastebin, pastebin)
- [ ] Plugin API (Basic scripting to add functionality/callbacks)
- [x] Multiple database support (PostgreSQL, MySQL, SQLite)
- [x] NextJS client and color themes.