From 6a71c5aa0a8b46351cfddb101acbfb825891f291 Mon Sep 17 00:00:00 2001 From: kisfenyo Date: Tue, 23 Jun 2026 12:00:30 +0200 Subject: [PATCH] catalog: add open_path for apps whose UI isn't at / (gokapi=/admin, ghost=/ghost/) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit New .felhom.yml field consumed by the controller's Megnyitás link. Audit of all 53 templates: only gokapi (file-share index redirects away) and ghost (bare / is the public blog; admin at /ghost/) need it; the rest serve/redirect usefully at root. onlyoffice is API-only (status page at /) — left at root. --- templates/ghost/.felhom.yml | 2 ++ templates/gokapi/.felhom.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/templates/ghost/.felhom.yml b/templates/ghost/.felhom.yml index d093bcf..3e672fb 100644 --- a/templates/ghost/.felhom.yml +++ b/templates/ghost/.felhom.yml @@ -8,6 +8,8 @@ description: "Professzionális blog és hírlevél platform" category: "productivity" subdomain: "blog" slug: "ghost" +# Bare "/" is the public blog; the admin panel / setup wizard lives at /ghost/. +open_path: "/ghost/" # --- Resource hints (displayed on deploy screen) --- resources: diff --git a/templates/gokapi/.felhom.yml b/templates/gokapi/.felhom.yml index b1bf3d8..ba5deec 100644 --- a/templates/gokapi/.felhom.yml +++ b/templates/gokapi/.felhom.yml @@ -8,6 +8,8 @@ description: "Ideiglenes fájlmegosztás lejáró linkekkel" category: "files" subdomain: "share" slug: "gokapi" +# Gokapi's bare "/" redirects away (file-share index); the admin/login UI is at /admin. +open_path: "/admin" # --- Resource hints (displayed on deploy screen) --- resources: