Compare commits

..

11 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
6f44aa7f76 Merge pull request 'fix: update compose submodule — remove apk add iptables-nft' (#45) from fix/vpn-iptables-nft-v2 into master
Reviewed-on: #45
2026-05-13 16:49:39 +00:00
8d40f1691f fix: update compose submodule — remove apk add iptables-nft 2026-05-13 12:49:14 -04:00
Robert
2dd2e64986 Merge remote-tracking branch 'origin/master' 2026-05-13 12:42:54 -04:00
Robert
23fc5e0597 Give a little more ssh room for tramp 2026-05-13 12:41:09 -04:00
0c9c33d735 Merge pull request 'fix: update wg-easy to official ghcr image with iptables-nft' (#44) from fix/vpn-iptables-nft-upstream into master
Reviewed-on: #44
2026-05-13 16:39:56 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -474,7 +474,7 @@
services.openssh.settings = {
PermitRootLogin = "no";
MaxAuthTries = 3;
MaxSessions = 10;
MaxSessions = 20;
LoginGraceTime = 30;
ClientAliveInterval = 300;
ClientAliveCountMax = 2;