You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Decision:⚠️ ai-reviewed:needs-review (forced — new app submission; AI pre-check is advisory, humans own the decision) Tech review (incl. security): needed — new app submission (root containers + new volume mounts) Commit:e3d1c2c | Checklist source:CONTRIBUTING.md@main
Apps in this PR
Wordpress — new app (WordPress 6.9.4-apache + MariaDB 11.8.6)
AI static checks
✅ Specific version tags, no :latest (wordpress:6.9.4-apache, mariadb:11.8.6)
✅ No hardcoded credentials (DB passwords use $APP_DEFAULT_PASSWORD)
✅ Volumes under /DATA/AppData/$AppID/ (html/, db/)
✅ cpu_shares set on all services (70 / 50)
✅ user: field set on both services (0:0 — root, exception documented in rationale.md)
❌ Required asset files present in PR — thumbnail.png is referenced in x-casaos.thumbnail and is Required by CONTRIBUTING.md, but is missing from the PR (only icon.png + screenshot-1..3.png are present)
➖ pre/post-install command security (no pre-install-cmd / post-install-cmd in compose)
→ Tier 2 must verify (human)
Works immediately after installation (no manual config, sensible defaults)
Fresh installation tested
Uninstall / reinstall preserves data (html/ + db/ persist)
Migration path from previous versions (n/a — new app; still confirm upgrade-on-top behavior)
Notes for reviewers
New app submission, so this stays on the human flow and the AI verdict is advisory only. One real static issue: the thumbnail.png tile image is referenced but not committed — it must be added before merge (CONTRIBUTING.md marks it Required). rationale.md requests a documented exception for running as root: "Both services run as user: 0:0 (root). Authentication is handled via WordPress's first-launch onboarding wizard (no pre-configured credentials)." The justification (official WordPress/MariaDB images need root for file/DB initialization) is plausible and volumes are confined to /DATA/AppData/$AppID/ with the DB kept off the pcs network — a reviewer should confirm this is acceptable.
Next step
→ Add the missing thumbnail.png, then Tier 2 functional review + tech + security review (new app submission; root containers and new volume mounts).
Generated by AI pre-check. Checklist read live from CONTRIBUTING.md on main. Labels are the machine-readable verdict; this comment is the human-readable explanation. Humans own the merge.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add WordPress (v6.9.4-apache) with MariaDB 11.8.6 backend.
Architecture
wordpress-network(bridge)pcs(Caddy reverse proxy)Submission Checklist
Tech Checklist
user: 0:0, volumes mapped to/DATA/AppData/$AppID/Security Checklist
$PCS_DEFAULT_PASSWORDfor DBwordpress:6.9.4-apache,mariadb:11.8.6Functionality Checklist
/DATA/AppData/$AppID/—html/,dbdata/Documentation Checklist
Yundera/AppStore@main