[Services] added cryptpad as a service

This commit is contained in:
2025-03-31 04:30:58 +02:00
parent a06ed4abab
commit efbc442116
3 changed files with 30 additions and 2 deletions

View File

@@ -28,6 +28,14 @@ To stop it:
nginx -p . -s stop
```
## Events
To update events, update the `events.csv` then run commands
```
python build_pages.py # builds html out of csv
python image_poster.py # generates images for events
```
## TODO:
- [x] create page builder