sachet-server/README.md

16 lines
663 B
Markdown
Raw Permalink Normal View History

2023-03-10 18:31:25 -05:00
# sachet
Sachet is a small file share server.
2023-03-10 18:31:25 -05:00
## Installation & Usage
2023-03-10 18:31:25 -05: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
## Features
2023-03-10 18:31:25 -05: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