diff --git a/neode-ui/src/views/appSession/appSessionConfig.ts b/neode-ui/src/views/appSession/appSessionConfig.ts index 8809b27b..e6ab00c8 100644 --- a/neode-ui/src/views/appSession/appSessionConfig.ts +++ b/neode-ui/src/views/appSession/appSessionConfig.ts @@ -51,7 +51,9 @@ 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 = {} +export const PROXY_APPS: Record = { + 'gitea': '/app/gitea/', +} /** 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). */