Compare commits

...

12 Commits

Author SHA1 Message Date
Robert
45952662f8 bump compose: dashboard-cathou auto-start in boot bundle 2026-09-18 17:12:27 -04:00
Robert
d72bfca2d8 chore: ignore secret backups 2026-09-18 16:23:48 -04:00
Robert
8bcaf162b0 secrets: re-encrypt containers.env to gortium.main with rotated dashboard/honcho/restic/cathou secrets; repair secrets.nix (was corrupt). age secrets never in public repo. 2026-09-18 16:23:33 -04:00
Robert
f7ec3d995a bump compose submodule: hermes vpn_net fix + build ssh removal 2026-09-15 17:18:31 -04:00
gortium
73c7b5f9b9 chore: bump assets/compose submodule (hermes on vpn_net) 2026-09-15 15:28:54 -04:00
82719a3c3b Merge pull request 'fix: update compose submodule — remove stale COPY line' (#81) from fix/remove-stale-copy into master
Reviewed-on: #81
2026-07-08 02:35:19 +00:00
29c2aea6a1 fix: update compose submodule — remove stale COPY line 2026-07-07 22:34:01 -04:00
e5ec3cea6a Merge pull request 'fix: update compose submodule — use native s6 multi-profile supervision' (#80) from fix/hermes-entrypoint-simple into master
Reviewed-on: #80
2026-07-08 02:28:01 +00:00
db01cf54d6 fix: update compose submodule — use native s6 multi-profile supervision
Updates the compose submodule to commit 3f82c9d on branch
fix/hermes-entrypoint-simple, which drops all custom entrypoint
scripts and uses the image's native s6-overlay profile supervision.

The five profiles (ashley, claire, finn, matt, paul) auto-start
on boot via the s6 reconciler reading their gateway_state.json.
2026-07-07 22:26:18 -04:00
0399a23147 Merge pull request 'fix: update compose submodule for s6-overlay entrypoint crash fix' (#78) from fix/hermes-s6-overlay-entrypoint-crash into master
Reviewed-on: #78
2026-07-08 02:09:38 +00:00
c59a65478e fix: update compose submodule for s6-overlay entrypoint crash fix
Updates the compose submodule to commit f4dd57f on branch
fix/hermes-s6-overlay-entrypoint-crash, which:

- Removes the broken entrypoint override (bash->tini->entrypoint.sh)
- Bakes start-hermes.sh into the image as the new CMD
- Uses the image default ENTRYPOINT (s6-overlay /init)

Fixes the SIGTERM restart loop on the Hermes container.

See compose PR #56 for details.
2026-07-07 22:08:46 -04:00
e061ed28ad Merge pull request 'fix/hermes-submodule-update' (#79) from fix/hermes-submodule-update into master
Reviewed-on: #79
2026-07-08 02:06:42 +00:00
4 changed files with 4 additions and 9 deletions

2
secrets/.gitignore vendored Normal file
View File

@@ -0,0 +1,2 @@
*.age.bak
*.corrupt.bak

Binary file not shown.

View File

@@ -8,11 +8,4 @@ let
in
{
"containers.env.age".publicKeys = authorizedKeys;
"lazyworkhorse_host_ssh_key.age".publicKeys = authorizedKeys;
"n8n_ssh_key.age".publicKeys = authorizedKeys;
"openclaw_gateway_token.age".publicKeys = authorizedKeys;
"ai.age".publicKeys = authorizedKeys;
"cloudstorege.age".publicKeys = authorizedKeys;
"homeautomation.age".age".publicKeys = authorizedKeys;
"network.age".age".publicKeys = authorizedKeys;
}