sachet-server/README.md
dogeystamp 409e71b0a0
README.md: updated
since most things are in the docs now, link to it instead
2023-05-28 13:16:37 -04:00

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