Added Typst and Overleaf CE to fold-stack with toggle scripts, updated diagnostics and rclone sync

This commit is contained in:
2025-05-26 20:39:04 -05:00
parent b9f9a3ecc7
commit 0c768a0fd0
7 changed files with 103 additions and 15 deletions
+5 -1
View File
@@ -1,2 +1,6 @@
#!/bin/bash
docker compose -f docker-compose.dev.yml --env-file .env.dev up -d
set -e
echo "Starting fold-stack development environment (excluding Overleaf CE by default)..."
docker compose -f docker-compose.dev.yml up -d --build ghost forgejo radicle pandoc mailhog trilium hedgedoc nextcloud rclone typst
echo "Core services started. To enable Overleaf CE, run: ./scripts/enable-overleaf.sh"