Compare commits

...
2 Commits
Author SHA1 Message Date
m038andClaude Opus 4.8 2b48e427fd chore: gitignore api plugin private-key file (api-private.php)
The API plugin (>=1.0.7) relocates jwt_secret from config/plugins/api.yaml
into a generated config/plugins/api-private.php. Ignore it like the other
per-instance secrets (git-sync.yaml, security.yaml) so it is never committed
or pushed by git-sync.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Np4cMQLF77i664CAQXySzU
2026-07-04 17:49:59 +02:00
m038andClaude Opus 4.8 c4e9b2f6bf config: switch GPM release channel testing -> stable
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Np4cMQLF77i664CAQXySzU
2026-07-04 16:38:28 +02:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -6,5 +6,6 @@
/pages/01.trips/italy-2026-demo/ /pages/01.trips/italy-2026-demo/
/pages/02.post/*ui-test*/ /pages/02.post/*ui-test*/
/config/plugins/git-sync.yaml /config/plugins/git-sync.yaml
/config/plugins/api-private.php
/config/security.yaml /config/security.yaml
/themes/intotheeast/node_modules/ /themes/intotheeast/node_modules/
+1 -1
View File
@@ -210,7 +210,7 @@ session:
domain: null domain: null
path: null path: null
gpm: gpm:
releases: testing releases: stable
official_gpm_only: true official_gpm_only: true
http: http:
method: curl method: curl