docs(agents): allow host curl strictly for connectivity checks

This commit is contained in:
2025-09-12 14:31:44 -05:00
parent 790c5b9d92
commit abb7232ce0

View File

@@ -54,7 +54,8 @@ Package ~100 free/libre/open-source applications as Cloudron apps with a fast, c
## Networking & External Access
- All networked actions (git clones, docker pulls, downloads) must happen from within the packaging container.
- Do not attempt host-level network configuration or host-level package installation.
- Host-level curl allowance: You MAY use `curl` on the host strictly for quick connectivity checks (e.g., verifying a URL or endpoint is reachable). Do not install any additional host packages beyond `docker`, `git` (and optionally `tea`).
- Do not attempt other host-level network configuration or host-level package installation.
## Commit Messages
- Use conventional, concise messages:
@@ -66,4 +67,3 @@ Package ~100 free/libre/open-source applications as Cloudron apps with a fast, c
## When in Doubt
- Ask for maintainer guidance before introducing new tools, dependencies, or changing global structure.
- Default to safer, smaller changes and explicit approval before pushing.