feat(ai): add packages (PR 1/5) — superseded by PR #46 #7
Closed
Hermes
wants to merge 3 commits from
feat/dockerfile-pr1-curl-poppler-imagemagick into master
pull from: feat/dockerfile-pr1-curl-poppler-imagemagick
merge into: gortium:master
gortium:master
gortium:fix/remove-stale-copy
gortium:fix/hermes-entrypoint-simple
gortium:fix/hermes-s6-overlay-entrypoint-crash
gortium:fix/hermes-gosu-honcho-ssh
gortium:feat/llama-upgrade-b9890
gortium:local_changes
gortium:feat/hermes43-llamacpp
gortium:fix/backup-compose-os-upgrade
gortium:fix/hermes-user-10000
gortium:feat/drop-fork-use-plugins
gortium:feat/honcho-only
gortium:fix/network-creation
gortium:feat/worldmonitor
gortium:merge/drop-fork-use-plugins-into-master
gortium:feat/drop-multi-memory
gortium:feat/honcho-only-rebased
gortium:fix/multi-gateway-path
gortium:fix/hermes-build
gortium:hermes-save-compose-2026-07-01
gortium:fix/remove-venv-mount
gortium:feat/multi-profile-gateways
gortium:feat/memory-providers
gortium:fix/matrix-bridge-dependencies
gortium:workspace-recovery-may21
gortium:merge/network-creation-fix
gortium:fix/matrix-bridge-deps
gortium:merge-all-prs-7-to-11
gortium:feat/ai-chromium-packages
gortium:fix/combined-network-bridge
gortium:feat/env-example-paperclip
gortium:feat/ai-base-image-temp
gortium:feat/7zz-chm-extraction-v3
gortium:feat/texlive-latex-v2
gortium:feat/hermes-chromium-packages
gortium:feat/qemu-cross-compile-4
gortium:env-vars-for-domain
gortium:feat/honcho-memory-provider
gortium:feat/hermes-dockerfile-workdir-httpx
gortium:merge/matrix-bridge-fix
gortium:feat/hermes-workspace-combined
gortium:feat/hermes-workspace-combined-entrypoint
gortium:feat/hermes-dashboard-env-healthchecks
gortium:feat/add-dashi-dashboard
gortium:feat/hermes-workspace
gortium:feat/hermes-workers
gortium:feat/add-paperclip
gortium:feat/hermes-chromium-dockerfile
gortium:feat/hermes-worker-anchor
gortium:hermes-backup-compose-master
gortium:feat/syncthing-org-sync
gortium:feat/docker-add-7zz-chm-extraction
gortium:fix/vpn-iptables-nft-v3
gortium:fix/vpn-iptables-nft-v2
gortium:fix/vpn-iptables-nft-upstream
gortium:feat/act-runner
gortium:fix/himalaya-email-cli
gortium:fix/wg-easy-iptables-nft
gortium:feat/hermes-custom-tools-startup
gortium:feat/hermes-fork-dockerfile
gortium:fix/hermes-timezone-v2
gortium:feat/wireguard-vpn
gortium:feat/hermes-voice-gpu-support
gortium:feature/hermes-browser-v2
gortium:feat/dockerfile-pr3-latex
gortium:feat/dockerfile-pr2-chromium-browser
gortium:feat/dockerfile-pr4-qemu
gortium:feat/dockerfile-pr5-emacs
gortium:fix/hermes-timezone-setting
3 Commits
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| d0031e5c57 |
feat: add Paperclip env example file with placeholder secrets
Add env/.env.example.paperclip documenting the two required environment variables for the Paperclip agent orchestrator services: - PAPERCLIP_DB_PASSWORD -- PostgreSQL password for paperclip-db - PAPERCLIP_AUTH_SECRET -- Better Auth secret key for token signing Users copy this to .env and fill in the secrets before deploying. |
|||
| 38f67f1bd6 |
fix: trim Dockerfile to minimal base image (PR 1 of 5)
Replace the full Hermes agent Dockerfile with the minimal debian:13.4 base image as specified in the task: - debian:13.4 base - uv installed from astral-sh/uv:latest - curl, poppler-utils, imagemagick only - No other packages (PR 1 of 5) |
|||
|
|
7738269fb3 |
feat(ai): add Dockerfile with curl, poppler-utils, imagemagick
Add Dockerfile for building custom Hermes Agent image. Packages (PR 1 of 5): - curl: HTTP client - poppler-utils: PDF tools - imagemagick: Image manipulation |