Commit Graph
4 Commits
Author SHA1 Message Date
okxlin 081587c410 Document ServerKit image CVE risk 2026-09-17 20:51:49 +08:00
okxlin a0dfe66df8 Migrate legacy ServerKit volume during upgrade
Run the target version upgrade hook to move the SQLite database and its SQLite sidecars from the previously published serverkit-data volume into the new app-local bind directory. Keep the migration scoped to installs whose old Compose still used the named volume and retain the legacy volume for rollback.
2026-09-17 19:57:29 +08:00
okxlin c69d1fee40 Use app-local bind mount for ServerKit data
Store the SQLite data directory under the 1Panel application install path so application backups include it. Initialize the bind directory with the image runtime UID/GID and keep both packaged versions upgrade-safe.
2026-09-17 19:40:46 +08:00
okxlin d4ba8c3432 Add serverkit app
Rebuilt-from-PR: #6948
Source-PR: https://github.com/okxlin/appstore/pull/6948
Maintainer-workflow: appstore-pr-maintainer
2026-09-17 17:35:41 +08:00