Compare commits

..

6 Commits

Author SHA1 Message Date
e9d6262039 fix(paperclip): force Traefik to use ai_net network for routing 2026-05-18 22:14:03 -04:00
49dce32c27 chore: update compose submodule (remove custom Dockerfile)
Adapter installs via persistent volume — no custom Dockerfile needed.
2026-05-18 18:38:27 -04:00
dfdc8a309a feat: add custom Paperclip Dockerfile with Hermes adapter
Updates assets/compose submodule to include:
- Custom Dockerfile that pre-installs hermes-paperclip-adapter
- Startup script that seeds the adapter on fresh volume
- Compose file updated to build from custom Dockerfile
2026-05-18 18:37:41 -04:00
1cc057bfda feat: add Paperclip agent orchestrator (submodule update)
Updates assets/compose submodule to include Paperclip services
in the AI compose stack. Paperclip is an open-source agent
orchestration dashboard with PostgreSQL backend.

Compose repo PR: gortium/compose#32
2026-05-18 18:17:40 -04:00
670ae4f002 Merge pull request 'fix: update compose submodule — use ln -sf for iptables-nft' (#46) from fix/vpn-iptables-nft-v3 into master
Reviewed-on: #46
2026-05-13 17:00:16 +00:00
f785abfd49 fix: update compose submodule — use ln -sf for iptables-nft 2026-05-13 12:59:04 -04:00
2 changed files with 1 additions and 2 deletions

View File

@@ -207,7 +207,6 @@
ai = {
path = self + "/assets/compose/ai";
envFile = config.age.secrets.containers_env.path;
ports = [ 22000 ]; # Syncthing TCP sync
};
cloudstorage = {