2023-03-10 18:31:25 -05:00
|
|
|
# sachet
|
|
|
|
|
2023-05-28 13:16:18 -04:00
|
|
|
Sachet is a small file share server.
|
2023-03-10 18:31:25 -05:00
|
|
|
|
2023-05-28 13:16:18 -04:00
|
|
|
## Installation & Usage
|
2023-03-10 18:31:25 -05:00
|
|
|
|
2023-05-28 13:16:18 -04:00
|
|
|
See [the docs](https://sachet-server.readthedocs.io/en/latest/) for information about how to set up Sachet, and how to use its API.
|
2023-03-10 18:31:25 -05:00
|
|
|
|
2023-05-28 13:16:18 -04:00
|
|
|
## Features
|
2023-03-10 18:31:25 -05:00
|
|
|
|
2023-05-28 13:16:18 -04:00
|
|
|
- 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
|