2023-10-15 01:31:54 +00:00
2023-10-15 01:31:54 +00:00
2023-10-14 19:29:50 +00:00
2023-10-15 01:31:06 +00:00
2023-10-14 19:29:50 +00:00

Web File Storage

Development install:

python -m venv .venv        # Create virtual env
. .venv/bin/activate
pip install -e .            # Editable install
sanic cista --reload --dev  # Runs on localhost:8000

Environment variable STORAGE=<path> may be used to choose which folder it serves. The default is current directory.

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

S
Description
A file storage for the web
Readme
10 MiB
Languages
Python 56.2%
Vue 32.4%
TypeScript 10.2%
CSS 1%
JavaScript 0.1%