config: switch Sveltia backend to localhost (tunnels closed)

This commit is contained in:
ctao
2026-07-24 21:18:44 +02:00
parent 7286121f71
commit 778ab25063
+4 -4
View File
@@ -1,13 +1,13 @@
# Sveltia CMS config — backend: local Gitea (demo). Editors log in via Gitea OAuth
# (PKCE, no client secret); edits are committed to the ctao/portal repo in Gitea.
# NOTE: base_url/api_root point at an ephemeral cloudflared quick tunnel — if the
# tunnel restarts, update these URLs and the OAuth app redirect_uri in Gitea.
# Local-only setup: for phone demos switch base_url/api_root to a cloudflared
# tunnel URL and update the OAuth redirect_uri + Gitea ROOT_URL accordingly.
backend:
name: gitea
repo: ctao/portal
branch: main
base_url: https://lyrics-carpet-bingo-adams.trycloudflare.com
api_root: https://lyrics-carpet-bingo-adams.trycloudflare.com/api/v1
base_url: http://localhost:3010
api_root: http://localhost:3010/api/v1
app_id: 73c02331-8842-4ddc-b769-8b09c3c422fb
media_folder: "public/uploads"