Flask API for file-sharing.
contrib | ||
docs | ||
migrations | ||
sachet | ||
tests | ||
.gitignore | ||
.readthedocs.yaml | ||
config-testing.yml | ||
config.yml.example | ||
LICENSE | ||
pytest.ini | ||
README.md | ||
requirements.txt | ||
TODO.txt |
sachet
Sachet is a small file share server.
Installation & Usage
See the docs for information about how to set up Sachet, and how to use its API.
Features
- JWT-based authentication
- Granular user permissions (read, create, modify, delete, admin)
- Anonymous access to shares can be configured
- REST API for interacting with clients
- Chunked uploads/downloads for reliability