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

@ -45,9 +45,9 @@ BOOKSTACK_APP_KEY=base64:YOUR_BOOKSTACK_KEY_HERE
# ========================================
DB_HOST=bookstack-mariadb
DB_PORT=3306
DB_DATABASE=bookstack
DB_USERNAME=bookstack
DB_PASSWORD=your_secure_database_password_here
BOOKSTACK_DB_DATABASE=bookstack
BOOKSTACK_DB_USERNAME=bookstack
BOOKSTACK_DB_PASSWORD=your_secure_database_password_here
# MariaDB root password
MARIADB_ROOT_PASSWORD=your_secure_root_password_here