add forgejo, add jupyter
This commit is contained in:
parent
a6d498bda0
commit
98417edd8b
23 changed files with 562 additions and 261 deletions
7
.github/copilot-instructions.md
vendored
7
.github/copilot-instructions.md
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue