fix: address PR review feedback

- Use fetch_and_deploy_gh_release instead of manual curl/tar/mv
- Use apt instead of apt-get per project convention
- Remove preinstalled deps (curl, sudo, jq)
- Collapse erlang deps with brace expansion
- Generate random RabbitMQ password instead of hardcoded
- Rename MinIO client to mcli to avoid Midnight Commander conflict
- Use nginx sites-available/sites-enabled convention
- Add Requires=plane-api.service to worker and beat units
- Add RabbitMQ credentials to ~/plane.creds
- Add VITE rebuild warning note to JSON
This commit is contained in:
Michael Joshua Saul
2026-02-26 23:06:59 -07:00
parent 53896b1450
commit 8acc57d31d
3 changed files with 25 additions and 50 deletions

View File

@@ -43,6 +43,10 @@
{
"text": "Credentials are saved to `~/plane.creds`.",
"type": "info"
},
{
"text": "If the container IP changes, rebuild the frontend apps or run the update script to apply the new URL.",
"type": "warning"
}
]
}