mirror of
https://github.com/Corsinvest/cv4pve-admin.git
synced 2026-04-25 21:05:54 +03:00
[PR #168] [MERGED] fix: initialize appsettings.extra.json with valid empty JSON in init container #161
Labels
No labels
bug
bug
enhancement
feedback
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-admin#161
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Corsinvest/cv4pve-admin/pull/168
Author: @franklupo
Created: 2/18/2026
Status: ✅ Merged
Merged: 2/18/2026
Merged by: @franklupo
Base:
main← Head:fix/docker-compose-appsettings-init📝 Commits (1)
08fa0f1fix: initialize appsettings.extra.json with empty JSON object in init container📊 Changes
2 files changed (+2 additions, -2 deletions)
View changed files
📝
src/docker/docker-compose-ce.yaml(+1 -1)📝
src/docker/docker-compose-ee.yaml(+1 -1)📄 Description
Summary
touch /app/config/appsettings.extra.jsonwith[ -f ... ] || echo '{}' > ...in both CE and EE docker-compose init containersJsonReaderExceptionwhen loading an empty file viaAddJsonFileTest plan
appsettings.extra.jsonis created with{}contentappsettings.extra.jsonis not overwrittenInvalidDataException/JsonReaderException🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.