feat: fullscreen terminal with iPhone landscape action buttons #57

Merged
jimmy merged 11 commits from dev into main 2026-04-22 01:45:15 +08:00
Showing only changes of commit 81f33c0b5a - Show all commits
+1 -1
View File
@@ -3,7 +3,7 @@ import os
from fastapi import Request
# Dashboard v1.4Conversation tracker enabled
# Dashboard v1.5File downloads fixed, CI workflows improved
GITEA_URL = os.environ.get("GITEA_URL", "http://gitea:3000")
GITEA_TOKEN = os.environ.get("GITEA_TOKEN", "")