2026-03-17 11:12:32 +00:00
|
|
|
# Combined jail package list — union of all jail package lists from clawdie-ai
|
2026-05-24 23:21:02 +02:00
|
|
|
# Mirrors infra/packages/*-jail.txt (deduplicated), with browser package choices
|
|
|
|
|
# adjusted for the operator USB's Firefox-first package closure.
|
2026-06-20 22:31:32 +02:00
|
|
|
# Keep in sync when jail package lists change. The agent-jail section also
|
|
|
|
|
# mirrors Colibri packaging/freebsd/agent-jail-bootstrap.sh.
|
2026-03-17 11:12:32 +00:00
|
|
|
|
|
|
|
|
# Shared across jails
|
|
|
|
|
bash
|
|
|
|
|
git
|
|
|
|
|
rsync
|
|
|
|
|
curl
|
|
|
|
|
|
2026-06-20 22:31:32 +02:00
|
|
|
# agent-jail (Colibri agent-jail-bootstrap.sh baseline)
|
2026-06-21 09:36:28 +02:00
|
|
|
# python312 is our application Python. System deps (npm-node24 etc.) pull
|
|
|
|
|
# python311 as a transitive dependency from FreeBSD's default PYTHON=3.11.
|
2026-06-21 20:38:33 +02:00
|
|
|
# jq is used by the MCP tool path and mirrors Colibri
|
|
|
|
|
# packaging/freebsd/agent-jail-bootstrap.sh.
|
2026-06-20 22:31:32 +02:00
|
|
|
python312
|
|
|
|
|
node24
|
|
|
|
|
npm-node24
|
|
|
|
|
bash
|
|
|
|
|
curl
|
2026-06-21 20:38:33 +02:00
|
|
|
jq
|
2026-06-20 22:31:32 +02:00
|
|
|
|
2026-03-17 11:12:32 +00:00
|
|
|
# cms-jail
|
|
|
|
|
nginx
|
|
|
|
|
node24
|
2026-06-20 22:31:32 +02:00
|
|
|
npm-node24
|
2026-04-19 07:58:13 +00:00
|
|
|
postgresql18-client
|
2026-03-17 11:12:32 +00:00
|
|
|
|
|
|
|
|
# db-jail
|
2026-04-19 07:58:13 +00:00
|
|
|
postgresql18-server
|
|
|
|
|
postgresql18-contrib
|
2026-05-12 12:17:59 +02:00
|
|
|
postgresql18-pgvector
|
2026-03-17 11:12:32 +00:00
|
|
|
|
|
|
|
|
# worker-jail
|
|
|
|
|
cage
|
2026-05-24 23:21:02 +02:00
|
|
|
firefox
|
2026-03-17 11:12:32 +00:00
|
|
|
|
|
|
|
|
# management-jail (observability)
|
|
|
|
|
victoria-metrics
|
2026-05-12 12:17:59 +02:00
|
|
|
grafana
|
2026-03-17 11:12:32 +00:00
|
|
|
|
|
|
|
|
# ollama-jail (optional local inference)
|
|
|
|
|
ollama
|
2026-04-12 06:52:23 +02:00
|
|
|
|
|
|
|
|
# forgejo-jail (optional code hosting UI, extends git-jail baseline)
|
|
|
|
|
forgejo
|