Flask API for file-sharing.
Go to file
dogeystamp 29f854f3a5
deleted migrations
i can't figure out how to fix this db mess so
2023-07-15 22:37:36 -04:00
contrib contrib/testcmds.fish: use base64 instead of xxd 2023-06-14 21:36:20 -04:00
docs /users/password: return 403 on auth failure 2023-07-05 21:22:14 -04:00
migrations deleted migrations 2023-07-15 22:37:36 -04:00
sachet /users/<user>: fix inability to change password via PATCH 2023-07-15 22:26:22 -04:00
tests /users/<user>: fix inability to change password via PATCH 2023-07-15 22:26:22 -04:00
.gitignore docs: make things more compatible with readthedocs 2023-05-28 13:04:21 -04:00
.readthedocs.yaml docs: make things more compatible with readthedocs 2023-05-28 13:04:21 -04:00
config-testing.yml Fix configurations 2023-03-10 18:17:03 -05:00
config.yml.example storage: implemented filesystem 2023-04-08 18:35:56 -04:00
LICENSE LICENSE: added 2023-05-28 11:23:32 -04:00
pytest.ini Fix configurations 2023-03-10 18:17:03 -05:00
README.md README.md: updated 2023-05-28 13:16:37 -04:00
requirements.txt docs: make things more compatible with readthedocs 2023-05-28 13:04:21 -04:00
TODO.txt TODO.txt: added tasks 2023-07-12 21:03:26 -04:00

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