A file storage for the web
Go to file
2023-10-17 21:33:31 +03:00
cista Major upgrades, much code and docs rewritten. 2023-10-17 21:33:31 +03:00
tests Cleanup LRUCache, fix bug, add unit tests (pytest). 2023-10-15 08:56:50 +03:00
.gitignore Update packaging. 2023-10-15 11:00:29 +03:00
pyproject.toml Major upgrades, much code and docs rewritten. 2023-10-17 21:33:31 +03:00
README.md Major upgrades, much code and docs rewritten. 2023-10-17 21:33:31 +03:00

Web File Storage

Run directly from repository with Hatch (or use pip install as usual):

hatch run sanic cista --reload --dev

Configuration file is created .cista.toml in current directory, which is also shared by default. Edit while the server is not running to set share path and other parameters.

No authentication yet, so implement access control externally or be careful with your files.