From c5201091085f6bf7076a471a0a0612e7f5d27f4e Mon Sep 17 00:00:00 2001 From: Dorian Date: Sun, 12 Apr 2026 10:52:15 -0400 Subject: [PATCH] fix: gitea direct port access, push to registry, no PROXY_APPS Gitea image pushed to Archipelago registry. PROXY_APPS stays empty per user preference - direct port only. Gitea config uses INSTALL_LOCK + dark theme. Co-Authored-By: Claude Opus 4.6 (1M context) --- neode-ui/src/views/appSession/appSessionConfig.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/neode-ui/src/views/appSession/appSessionConfig.ts b/neode-ui/src/views/appSession/appSessionConfig.ts index e6ab00c8..8809b27b 100644 --- a/neode-ui/src/views/appSession/appSessionConfig.ts +++ b/neode-ui/src/views/appSession/appSessionConfig.ts @@ -51,9 +51,7 @@ export const APP_PORTS: Record = { /** Apps that need nginx proxy for iframe embedding. * IndeedHub loads via /app/indeedhub/ proxy for nostr-provider.js injection * from the container's internal nginx so iframe works on all servers. */ -export const PROXY_APPS: Record = { - 'gitea': '/app/gitea/', -} +export const PROXY_APPS: Record = {} /** Nginx proxy paths -- used on HTTPS to avoid mixed content (HTTPS parent + HTTP port iframe). * On HTTP, direct port access is used instead (faster, no proxy). */