Highly performant and advanced self hosted file sharing platform made in Rust
Go to file
JSH32 7dacdf32ec Album routine complete on server side. 2022-12-25 22:41:27 -06:00
.github cargo CI 2022-03-04 11:13:09 -06:00
frontend Album routine complete on server side. 2022-12-25 22:41:27 -06:00
migration Fix API and migration, regenerate client. 2022-12-14 09:12:39 -06:00
proxy Albums data migration 2022-09-23 12:58:03 -05:00
src Album routine complete on server side. 2022-12-25 22:41:27 -06:00
.dockerignore Better docker architecture 2022-06-07 00:05:24 -06:00
.env.example Update env 2022-11-17 13:05:10 -06:00
.gitignore Multi DB support 2022-08-11 11:02:12 -05:00
Cargo.lock Create album service and use `LateInit` for cyclic dependencies. 2022-11-21 16:57:29 -06:00
Cargo.toml Create album service and use `LateInit` for cyclic dependencies. 2022-11-21 16:57:29 -06:00
Dockerfile Fix frontend 2022-11-18 10:46:22 -06:00
LICENSE Update LICENSE 2022-06-10 20:26:12 -06:00
README.md Update README.md 2022-08-11 11:06:53 -05:00
docker-compose.yml Albums data migration 2022-09-23 12:58:03 -05:00

README.md


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)
  • Multiple database support (PostgreSQL, MySQL, SQLite)
  • NextJS client and color themes.