feat(atlas): deploy self-hosted honcho

This commit is contained in:
2026-05-20 20:52:15 +02:00
parent 42acdbc98f
commit 59ada8585f
9 changed files with 316 additions and 1 deletions
+8
View File
@@ -3,6 +3,14 @@
secrets = {
baserow-env = {file = ../../secrets/baserow-env.age;};
ghost-env = {file = ../../secrets/ghost-env.age;};
honcho-selfhost-db-password = {
file = ../../secrets/honcho-selfhost-db-password.age;
owner = "postgres";
group = "postgres";
mode = "400";
};
honcho-selfhost-env = {file = ../../secrets/honcho-selfhost-env.age;};
honcho-selfhost-jwt-secret = {file = ../../secrets/honcho-selfhost-jwt-secret.age;};
kestra-config = {
file = ../../secrets/kestra-config.age;
mode = "644";