1.2 KiB
1.2 KiB
Easy Gate on Cloudron
- Upstream repository: https://github.com/wiredlush/easy-gate.git
- Implementation issue: https://projects.knownelement.com/issues/54
- Generated: 2025-10-02T17:19:00Z UTC
Packaging Checklist
- Map upstream services (databases, caches, workers) to Cloudron addons; remove unused entries from
optionalAddons
and enable required ones underaddons
. - Implement the multi-stage build in
Dockerfile
to fetch/compile the correct release of Easy Gate. - Update
start.sh
to configure the app from Cloudron environment variables and launch the primary process. - Replace the placeholder health checks and smoke test with real coverage.
- Complete
CloudronManifest.json
(tagline, description, versioning, resource limits, ingress, TCP ports, etc.). - Document manual configuration steps, migrations, and known gaps below.
Notes
- Populate the
app/
directory with runtime overlays or artifacts generated during the build stage. - Use the shared packaging container (
output/docker/packager
) forcloudron build/install
to keep the host clean. - Record decisions and operational requirements under
output/docs/apps/easy-gate/
as work progresses.