add forgejo, add jupyter

This commit is contained in:
Aron Petau 2025-11-05 14:32:21 +01:00
parent a6d498bda0
commit 98417edd8b
23 changed files with 562 additions and 261 deletions

View file

@ -71,6 +71,13 @@ BOOKSTACK_PORT=6875
# BookStack/DB configs (see docker-compose.yml for full list)
```
Note: this repository also contains a local `.env` with example credentials (do NOT commit real secrets). Current repository `.env` contents:
```properties
MATRIX_USER=einszwovier_bot
MATRIX_PASS=einszwo4
```
Prefer injecting secrets via CI environment variables or a secure vault for production. Add `MATRIX_ROOM` and/or `MATRIX_HOMESERVER` when testing Matrix flows.
### Debugging Matrix Integration
Use `get_room_id.py` to discover Matrix room IDs:
```python