16 lines
663 B
Markdown
16 lines
663 B
Markdown
# sachet
|
|
|
|
Sachet is a small file share server.
|
|
|
|
## Installation & Usage
|
|
|
|
See [the docs](https://sachet-server.readthedocs.io/en/latest/) for information about how to set up Sachet, and how to use its API.
|
|
|
|
## Features
|
|
|
|
- JWT-based [authentication](https://sachet-server.readthedocs.io/en/latest/authentication.html)
|
|
- Granular user [permissions](https://sachet-server.readthedocs.io/en/latest/permissions.html) (read, create, modify, delete, admin)
|
|
- [Anonymous access](https://sachet-server.readthedocs.io/en/latest/admin.html#anonymous-permissions) to shares can be configured
|
|
- REST API for interacting with clients
|
|
- Chunked uploads/downloads for reliability
|