fix(web-ui): stabilize app store service creation flow and add Ghost sqlite defaults

This commit is contained in:
2026-03-18 09:48:12 +00:00
parent 829f7e47f1
commit 6e5743c837
9 changed files with 139 additions and 366 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 2026-03-18 - 1.22.2 - fix(web-ui)
stabilize app store service creation flow and add Ghost sqlite defaults
- Defers App Store navigation to the services view to avoid destroying the current view during the deploy event handler.
- Processes pending app templates after services view updates so the create flow opens reliably.
- Adds default Ghost environment variables for sqlite3 and the database file path in the App Store template.
- Removes obsolete Gitea CI and npm publish workflow definitions.
## 2026-03-18 - 1.22.1 - fix(repo)
no changes to commit