cista-storage/README.md

13 lines
384 B
Markdown
Raw Normal View History

2023-10-15 05:31:06 +01:00
# Web File Storage
Development install:
```sh
2023-10-15 09:00:29 +01:00
pip install hatch --break-system-packages
hatch run sanic cista --reload --dev # Runs on localhost:8000
2023-10-15 05:31:06 +01:00
```
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.