cista-storage/README.md

11 lines
409 B
Markdown
Raw Normal View History

2023-10-15 05:31:06 +01:00
# Web File Storage
Run directly from repository with Hatch (or use pip install as usual):
2023-10-15 05:31:06 +01:00
```sh
hatch run sanic cista --reload --dev
2023-10-15 05:31:06 +01:00
```
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.
2023-10-15 05:31:06 +01:00
No authentication yet, so implement access control externally or be careful with your files.