diff --git a/blueprints/activepieces/template.toml b/blueprints/activepieces/template.toml index 66795ba..387a7c7 100644 --- a/blueprints/activepieces/template.toml +++ b/blueprints/activepieces/template.toml @@ -11,11 +11,11 @@ env = [ "AP_API_KEY=${api_key}", "AP_ENCRYPTION_KEY=${encryption_key}", "AP_JWT_SECRET=${jwt_secret}", - "AP_POSTGRES_PASSWORD=${postgres_password}" + "AP_POSTGRES_PASSWORD=${postgres_password}", ] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "activepieces" - port = 80 - host = "${main_domain}" +[[config.domains]] +serviceName = "activepieces" +port = 80 +host = "${main_domain}" diff --git a/blueprints/actualbudget/template.toml b/blueprints/actualbudget/template.toml index 40599c7..a3e4dd6 100644 --- a/blueprints/actualbudget/template.toml +++ b/blueprints/actualbudget/template.toml @@ -2,10 +2,10 @@ main_domain = "${domain}" [config] -env = [ ] -mounts = [ ] +env = [] +mounts = [] - [[config.domains]] - serviceName = "actualbudget" - port = 5_006 - host = "${main_domain}" +[[config.domains]] +serviceName = "actualbudget" +port = 5_006 +host = "${main_domain}" diff --git a/blueprints/alist/template.toml b/blueprints/alist/template.toml index a25fecd..3244836 100644 --- a/blueprints/alist/template.toml +++ b/blueprints/alist/template.toml @@ -2,10 +2,10 @@ main_domain = "${domain}" [config] -env = [ ] -mounts = [ ] +env = [] +mounts = [] - [[config.domains]] - serviceName = "alist" - port = 5_244 - host = "${main_domain}" +[[config.domains]] +serviceName = "alist" +port = 5_244 +host = "${main_domain}" diff --git a/blueprints/answer/template.toml b/blueprints/answer/template.toml index d39cf9d..2d77e89 100644 --- a/blueprints/answer/template.toml +++ b/blueprints/answer/template.toml @@ -3,13 +3,10 @@ main_domain = "${domain}" service_hash = "${hash:32}" [config] -env = [ - "ANSWER_HOST=http://${main_domain}", - "SERVICE_HASH=${service_hash}" -] -mounts = [ ] +env = ["ANSWER_HOST=http://${main_domain}", "SERVICE_HASH=${service_hash}"] +mounts = [] - [[config.domains]] - serviceName = "answer" - port = 9_080 - host = "${main_domain}" +[[config.domains]] +serviceName = "answer" +port = 9_080 +host = "${main_domain}" diff --git a/blueprints/appsmith/template.toml b/blueprints/appsmith/template.toml index 90cf5a8..ab3b1c0 100644 --- a/blueprints/appsmith/template.toml +++ b/blueprints/appsmith/template.toml @@ -2,10 +2,10 @@ main_domain = "${domain}" [config] -env = [ ] -mounts = [ ] +env = [] +mounts = [] - [[config.domains]] - serviceName = "appsmith" - port = 80 - host = "${main_domain}" +[[config.domains]] +serviceName = "appsmith" +port = 80 +host = "${main_domain}" diff --git a/blueprints/appwrite/template.toml b/blueprints/appwrite/template.toml index 0740244..3188ea1 100644 --- a/blueprints/appwrite/template.toml +++ b/blueprints/appwrite/template.toml @@ -120,24 +120,24 @@ env = [ "_APP_GRAPHQL_MAX_DEPTH=3", "_APP_MIGRATIONS_FIREBASE_CLIENT_ID=", "_APP_MIGRATIONS_FIREBASE_CLIENT_SECRET=", - "_APP_ASSISTANT_OPENAI_API_KEY=" + "_APP_ASSISTANT_OPENAI_API_KEY=", ] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "appwrite" - port = 80 - host = "${main_domain}" - path = "/" +[[config.domains]] +serviceName = "appwrite" +port = 80 +host = "${main_domain}" +path = "/" - [[config.domains]] - serviceName = "appwrite-console" - port = 80 - host = "${main_domain}" - path = "/console" +[[config.domains]] +serviceName = "appwrite-console" +port = 80 +host = "${main_domain}" +path = "/console" - [[config.domains]] - serviceName = "appwrite-realtime" - port = 80 - host = "${main_domain}" - path = "/v1/realtime" +[[config.domains]] +serviceName = "appwrite-realtime" +port = 80 +host = "${main_domain}" +path = "/v1/realtime" diff --git a/blueprints/aptabase/template.toml b/blueprints/aptabase/template.toml index 9064ba7..e7ebb66 100644 --- a/blueprints/aptabase/template.toml +++ b/blueprints/aptabase/template.toml @@ -3,10 +3,10 @@ main_domain = "${domain}" auth_secret = "${base64:32}" [config] -env = [ "APTABASE_HOST=${main_domain}", "AUTH_SECRET=${auth_secret}" ] -mounts = [ ] +env = ["APTABASE_HOST=${main_domain}", "AUTH_SECRET=${auth_secret}"] +mounts = [] - [[config.domains]] - serviceName = "aptabase" - port = 8_080 - host = "${main_domain}" +[[config.domains]] +serviceName = "aptabase" +port = 8_080 +host = "${main_domain}" diff --git a/blueprints/baserow/template.toml b/blueprints/baserow/template.toml index 19b5aed..d4afcc5 100644 --- a/blueprints/baserow/template.toml +++ b/blueprints/baserow/template.toml @@ -2,10 +2,10 @@ main_domain = "${domain}" [config] -env = [ "BASEROW_HOST=${main_domain}" ] -mounts = [ ] +env = ["BASEROW_HOST=${main_domain}"] +mounts = [] - [[config.domains]] - serviceName = "baserow" - port = 80 - host = "${main_domain}" +[[config.domains]] +serviceName = "baserow" +port = 80 +host = "${main_domain}" diff --git a/blueprints/blender/template.toml b/blueprints/blender/template.toml index 13e79c4..52907f1 100644 --- a/blueprints/blender/template.toml +++ b/blueprints/blender/template.toml @@ -8,11 +8,11 @@ env = [ "TZ=Etc/UTC", "SUBFOLDER=/", "NVIDIA_VISIBLE_DEVICES=all", - "NVIDIA_DRIVER_CAPABILITIES=all" + "NVIDIA_DRIVER_CAPABILITIES=all", ] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "blender" - port = 3_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "blender" +port = 3_000 +host = "${main_domain}" diff --git a/blueprints/browserless/template.toml b/blueprints/browserless/template.toml index c67a631..e1714af 100644 --- a/blueprints/browserless/template.toml +++ b/blueprints/browserless/template.toml @@ -5,11 +5,11 @@ browserless_token = "${password:16}" [config] env = [ "BROWERLESS_HOST=${main_domain}", - "BROWSERLESS_TOKEN=${browserless_token}" + "BROWSERLESS_TOKEN=${browserless_token}", ] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "browserless" - port = 3_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "browserless" +port = 3_000 +host = "${main_domain}" diff --git a/blueprints/budibase/template.toml b/blueprints/budibase/template.toml index 2c2eb2a..3152554 100644 --- a/blueprints/budibase/template.toml +++ b/blueprints/budibase/template.toml @@ -19,11 +19,11 @@ env = [ "BB_REDIS_PASSWORD=${redis_password}", "BB_WATCHTOWER_PASSWORD=${watchtower_password}", "BB_MINIO_ACCESS_KEY=${minio_access_key}", - "BB_MINIO_SECRET_KEY=${minio_secret_key}" + "BB_MINIO_SECRET_KEY=${minio_secret_key}", ] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "proxy" - port = 10_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "proxy" +port = 10_000 +host = "${main_domain}" diff --git a/blueprints/calcom/template.toml b/blueprints/calcom/template.toml index a4a5863..a6303ad 100644 --- a/blueprints/calcom/template.toml +++ b/blueprints/calcom/template.toml @@ -7,11 +7,11 @@ nextauth_secret = "${base64:32}" env = [ "CALCOM_HOST=${main_domain}", "NEXTAUTH_SECRET=${nextauth_secret}", - "CALENDSO_ENCRYPTION_KEY=${calcom_encryption_key}" + "CALENDSO_ENCRYPTION_KEY=${calcom_encryption_key}", ] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "calcom" - port = 3_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "calcom" +port = 3_000 +host = "${main_domain}" diff --git a/blueprints/chatwoot/template.toml b/blueprints/chatwoot/template.toml index ad1ba98..1e5cec5 100644 --- a/blueprints/chatwoot/template.toml +++ b/blueprints/chatwoot/template.toml @@ -20,11 +20,11 @@ env = [ "POSTGRES_PASSWORD=${postgres_password}", "REDIS_URL=redis://chatwoot-redis:6379", "ENABLE_ACCOUNT_SIGNUP=false", - "ACTIVE_STORAGE_SERVICE=local" + "ACTIVE_STORAGE_SERVICE=local", ] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "chatwoot-rails" - port = 3_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "chatwoot-rails" +port = 3_000 +host = "${main_domain}" diff --git a/blueprints/checkmate/template.toml b/blueprints/checkmate/template.toml index 4a75096..2b99313 100644 --- a/blueprints/checkmate/template.toml +++ b/blueprints/checkmate/template.toml @@ -2,10 +2,10 @@ main_domain = "${domain}" [config] -env = [ "DOMAIN=${main_domain}" ] -mounts = [ ] +env = ["DOMAIN=${main_domain}"] +mounts = [] - [[config.domains]] - serviceName = "client" - port = 80 - host = "${main_domain}" +[[config.domains]] +serviceName = "client" +port = 80 +host = "${main_domain}" diff --git a/blueprints/cloudflared/template.toml b/blueprints/cloudflared/template.toml index 55a9cd7..242197b 100644 --- a/blueprints/cloudflared/template.toml +++ b/blueprints/cloudflared/template.toml @@ -1,6 +1,6 @@ -variables = { } +variables = {} [config] -domains = [ ] -env = [ "CLOUDFLARE_TUNNEL_TOKEN=\"\"" ] -mounts = [ ] +domains = [] +env = ["CLOUDFLARE_TUNNEL_TOKEN=\"\""] +mounts = [] diff --git a/blueprints/coder/template.toml b/blueprints/coder/template.toml index a1a55c6..a4ac137 100644 --- a/blueprints/coder/template.toml +++ b/blueprints/coder/template.toml @@ -8,11 +8,11 @@ env = [ "CODER_HTTP_ADDRESS=0.0.0.0:7080", "POSTGRES_DB=coder", "POSTGRES_USER=coder", - "POSTGRES_PASSWORD=${postgres_password}" + "POSTGRES_PASSWORD=${postgres_password}", ] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "coder" - port = 7_080 - host = "${main_domain}" +[[config.domains]] +serviceName = "coder" +port = 7_080 +host = "${main_domain}" diff --git a/blueprints/conduit/template.toml b/blueprints/conduit/template.toml index 662831e..ab7d20d 100644 --- a/blueprints/conduit/template.toml +++ b/blueprints/conduit/template.toml @@ -2,10 +2,10 @@ main_domain = "${domain}" [config] -env = [ "MATRIX_SUBDOMAIN=${main_domain}" ] -mounts = [ ] +env = ["MATRIX_SUBDOMAIN=${main_domain}"] +mounts = [] - [[config.domains]] - serviceName = "homeserver" - port = 6_167 - host = "${main_domain}" +[[config.domains]] +serviceName = "homeserver" +port = 6_167 +host = "${main_domain}" diff --git a/blueprints/conduwuit/template.toml b/blueprints/conduwuit/template.toml index 4daf033..f7bc730 100644 --- a/blueprints/conduwuit/template.toml +++ b/blueprints/conduwuit/template.toml @@ -5,11 +5,11 @@ registration_token = "${password:20}" [config] env = [ "CONDUWUIT_SERVER_NAME=${main_domain}", - "CONDUWUIT_REGISTRATION_TOKEN=${registration_token}" + "CONDUWUIT_REGISTRATION_TOKEN=${registration_token}", ] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "homeserver" - port = 6_167 - host = "${main_domain}" +[[config.domains]] +serviceName = "homeserver" +port = 6_167 +host = "${main_domain}" diff --git a/blueprints/convex/template.toml b/blueprints/convex/template.toml index 93d07cb..3b875ae 100644 --- a/blueprints/convex/template.toml +++ b/blueprints/convex/template.toml @@ -7,21 +7,21 @@ actions_domain = "${domain}" env = [ "NEXT_PUBLIC_DEPLOYMENT_URL=http://${backend_domain}", "CONVEX_CLOUD_ORIGIN=http://${backend_domain}", - "CONVEX_SITE_ORIGIN=http://${actions_domain}" + "CONVEX_SITE_ORIGIN=http://${actions_domain}", ] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "dashboard" - port = 6_791 - host = "${dashboard_domain}" +[[config.domains]] +serviceName = "dashboard" +port = 6_791 +host = "${dashboard_domain}" - [[config.domains]] - serviceName = "backend" - port = 3_210 - host = "${backend_domain}" +[[config.domains]] +serviceName = "backend" +port = 3_210 +host = "${backend_domain}" - [[config.domains]] - serviceName = "backend" - port = 3_211 - host = "${actions_domain}" +[[config.domains]] +serviceName = "backend" +port = 3_211 +host = "${actions_domain}" diff --git a/blueprints/couchdb/template.toml b/blueprints/couchdb/template.toml index 22f1f8d..3cf7ec8 100644 --- a/blueprints/couchdb/template.toml +++ b/blueprints/couchdb/template.toml @@ -4,10 +4,10 @@ username = "${password:16}" password = "${password:32}" [config] -env = [ "COUCHDB_USER=${username}", "COUCHDB_PASSWORD=${password}" ] -mounts = [ ] +env = ["COUCHDB_USER=${username}", "COUCHDB_PASSWORD=${password}"] +mounts = [] - [[config.domains]] - serviceName = "couchdb" - port = 5_984 - host = "${main_domain}" +[[config.domains]] +serviceName = "couchdb" +port = 5_984 +host = "${main_domain}" diff --git a/blueprints/datalens/template.toml b/blueprints/datalens/template.toml index c93ee27..170f633 100644 --- a/blueprints/datalens/template.toml +++ b/blueprints/datalens/template.toml @@ -2,10 +2,10 @@ main_domain = "${domain}" [config] -env = [ "HC=1" ] -mounts = [ ] +env = ["HC=1"] +mounts = [] - [[config.domains]] - serviceName = "datalens" - port = 8_080 - host = "${main_domain}" +[[config.domains]] +serviceName = "datalens" +port = 8_080 +host = "${main_domain}" diff --git a/blueprints/directus/template.toml b/blueprints/directus/template.toml index c8f090c..1073833 100644 --- a/blueprints/directus/template.toml +++ b/blueprints/directus/template.toml @@ -6,11 +6,11 @@ database_password = "${password}" [config] env = [ "DATABASE_PASSWORD=${database_password}", - "DIRECTUS_SECRET=${directus_secret}" + "DIRECTUS_SECRET=${directus_secret}", ] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "directus" - port = 8_055 - host = "${main_domain}" +[[config.domains]] +serviceName = "directus" +port = 8_055 +host = "${main_domain}" diff --git a/blueprints/discord-tickets/template.toml b/blueprints/discord-tickets/template.toml index 96485b7..72f02ff 100644 --- a/blueprints/discord-tickets/template.toml +++ b/blueprints/discord-tickets/template.toml @@ -17,11 +17,11 @@ env = [ "# Follow the guide at: https://discordtickets.app/self-hosting/installation/docker/#creating-the-discord-application", "DISCORD_SECRET=", "DISCORD_TOKEN=", - "SUPER_USERS=YOUR_DISCORD_USER_ID" + "SUPER_USERS=YOUR_DISCORD_USER_ID", ] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "tickets-app" - port = 8_169 - host = "${main_domain}" +[[config.domains]] +serviceName = "tickets-app" +port = 8_169 +host = "${main_domain}" diff --git a/blueprints/discourse/template.toml b/blueprints/discourse/template.toml index 25b3972..c02aa2c 100644 --- a/blueprints/discourse/template.toml +++ b/blueprints/discourse/template.toml @@ -7,11 +7,11 @@ redis_password = "${password}" env = [ "DISCOURSE_HOST=${main_domain}", "POSTGRES_PASSWORD=${postgres_password}", - "REDIS_PASSWORD=${redis_password}" + "REDIS_PASSWORD=${redis_password}", ] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "discourse-app" - port = 3_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "discourse-app" +port = 3_000 +host = "${main_domain}" diff --git a/blueprints/docmost/template.toml b/blueprints/docmost/template.toml index d623c95..834b8cf 100644 --- a/blueprints/docmost/template.toml +++ b/blueprints/docmost/template.toml @@ -9,11 +9,11 @@ env = [ "POSTGRES_USER=docmost", "POSTGRES_PASSWORD=${postgres_password}", "APP_URL=http://${main_domain}:3000", - "APP_SECRET=${app_secret}" + "APP_SECRET=${app_secret}", ] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "docmost" - port = 3_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "docmost" +port = 3_000 +host = "${main_domain}" diff --git a/blueprints/documenso/template.toml b/blueprints/documenso/template.toml index 76d6162..c7d6237 100644 --- a/blueprints/documenso/template.toml +++ b/blueprints/documenso/template.toml @@ -10,11 +10,11 @@ env = [ "DOCUMENSO_PORT=3000", "NEXTAUTH_SECRET=${nextauth_secret}", "NEXT_PRIVATE_ENCRYPTION_KEY=${encryption_key}", - "NEXT_PRIVATE_ENCRYPTION_SECONDARY_KEY=${secondary_encryption_key}" + "NEXT_PRIVATE_ENCRYPTION_SECONDARY_KEY=${secondary_encryption_key}", ] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "documenso" - port = 3_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "documenso" +port = 3_000 +host = "${main_domain}" diff --git a/blueprints/doublezero/template.toml b/blueprints/doublezero/template.toml index 24b8652..8c6a0c3 100644 --- a/blueprints/doublezero/template.toml +++ b/blueprints/doublezero/template.toml @@ -11,11 +11,11 @@ env = [ "AWS_SECRET_ACCESS_KEY=your-aws-secret-key", "AWS_REGION=your-aws-region", "SQS_URL=your-aws-sqs-url", - "SYSTEM_EMAIL=" + "SYSTEM_EMAIL=", ] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "doublezero" - port = 4_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "doublezero" +port = 4_000 +host = "${main_domain}" diff --git a/blueprints/drawio/template.toml b/blueprints/drawio/template.toml index 42c995d..49a6f0e 100644 --- a/blueprints/drawio/template.toml +++ b/blueprints/drawio/template.toml @@ -5,11 +5,11 @@ main_domain = "${domain}" env = [ "DRAWIO_HOST=${main_domain}", "DRAWIO_BASE_URL=https://${main_domain}", - "DRAWIO_SERVER_URL=https://${main_domain}/" + "DRAWIO_SERVER_URL=https://${main_domain}/", ] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "drawio" - port = 8_080 - host = "${main_domain}" +[[config.domains]] +serviceName = "drawio" +port = 8_080 +host = "${main_domain}" diff --git a/blueprints/elastic-search/template.toml b/blueprints/elastic-search/template.toml index 361a8ab..d8037f5 100644 --- a/blueprints/elastic-search/template.toml +++ b/blueprints/elastic-search/template.toml @@ -3,15 +3,15 @@ main_domain = "${domain}" api_domain = "${domain}" [config] -env = [ ] -mounts = [ ] +env = [] +mounts = [] - [[config.domains]] - serviceName = "kibana" - port = 5_601 - host = "${main_domain}" +[[config.domains]] +serviceName = "kibana" +port = 5_601 +host = "${main_domain}" - [[config.domains]] - serviceName = "elasticsearch" - port = 9_200 - host = "${api_domain}" +[[config.domains]] +serviceName = "elasticsearch" +port = 9_200 +host = "${api_domain}" diff --git a/blueprints/erpnext/template.toml b/blueprints/erpnext/template.toml index b59aaeb..dcdb287 100644 --- a/blueprints/erpnext/template.toml +++ b/blueprints/erpnext/template.toml @@ -17,11 +17,11 @@ env = [ "INSTALL_APP_ARGS=--install-app erpnext", "IMAGE_NAME=docker.io/frappe/erpnext", "VERSION=version-15", - "FRAPPE_SITE_NAME_HEADER=" + "FRAPPE_SITE_NAME_HEADER=", ] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "frontend" - port = 8_080 - host = "${main_domain}" +[[config.domains]] +serviceName = "frontend" +port = 8_080 +host = "${main_domain}" diff --git a/blueprints/evolutionapi/template.toml b/blueprints/evolutionapi/template.toml index 99d66cf..c547b9f 100644 --- a/blueprints/evolutionapi/template.toml +++ b/blueprints/evolutionapi/template.toml @@ -30,11 +30,11 @@ env = [ "CACHE_REDIS_ENABLED=true", "CACHE_REDIS_URI=redis://evolution-redis:6379", "CACHE_REDIS_PREFIX_KEY=evolution", - "CACHE_REDIS_SAVE_INSTANCES=true" + "CACHE_REDIS_SAVE_INSTANCES=true", ] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "evolution-api" - port = 8_080 - host = "${main_domain}" +[[config.domains]] +serviceName = "evolution-api" +port = 8_080 +host = "${main_domain}" diff --git a/blueprints/excalidraw/template.toml b/blueprints/excalidraw/template.toml index 7c857ac..bfa04a7 100644 --- a/blueprints/excalidraw/template.toml +++ b/blueprints/excalidraw/template.toml @@ -2,10 +2,10 @@ main_domain = "${domain}" [config] -env = [ ] -mounts = [ ] +env = [] +mounts = [] - [[config.domains]] - serviceName = "excalidraw" - port = 80 - host = "${main_domain}" +[[config.domains]] +serviceName = "excalidraw" +port = 80 +host = "${main_domain}" diff --git a/blueprints/filebrowser/template.toml b/blueprints/filebrowser/template.toml index 20c754e..4b71d2b 100644 --- a/blueprints/filebrowser/template.toml +++ b/blueprints/filebrowser/template.toml @@ -2,10 +2,10 @@ main_domain = "${domain}" [config] -env = [ "FB_BASEURL=/filebrowser" ] -mounts = [ ] +env = ["FB_BASEURL=/filebrowser"] +mounts = [] - [[config.domains]] - serviceName = "filebrowser" - port = 8_080 - host = "${main_domain}" +[[config.domains]] +serviceName = "filebrowser" +port = 8_080 +host = "${main_domain}" diff --git a/blueprints/formbricks/template.toml b/blueprints/formbricks/template.toml index 5293b18..6ba34b3 100644 --- a/blueprints/formbricks/template.toml +++ b/blueprints/formbricks/template.toml @@ -10,11 +10,11 @@ env = [ "NEXTAUTH_URL=http://${main_domain}", "NEXTAUTH_SECRET=${secret_base}", "ENCRYPTION_KEY=${encryption_key}", - "CRON_SECRET=${cron_secret}" + "CRON_SECRET=${cron_secret}", ] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "formbricks" - port = 3_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "formbricks" +port = 3_000 +host = "${main_domain}" diff --git a/blueprints/frappe-hr/template.toml b/blueprints/frappe-hr/template.toml index bab2b1b..0143048 100644 --- a/blueprints/frappe-hr/template.toml +++ b/blueprints/frappe-hr/template.toml @@ -17,11 +17,11 @@ env = [ "INSTALL_APP_ARGS=--install-app hrms", "IMAGE_NAME=ghcr.io/frappe/hrms", "VERSION=version-15", - "FRAPPE_SITE_NAME_HEADER=" + "FRAPPE_SITE_NAME_HEADER=", ] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "frontend" - port = 8_080 - host = "${main_domain}" +[[config.domains]] +serviceName = "frontend" +port = 8_080 +host = "${main_domain}" diff --git a/blueprints/ghost/template.toml b/blueprints/ghost/template.toml index b4e2d56..760a12f 100644 --- a/blueprints/ghost/template.toml +++ b/blueprints/ghost/template.toml @@ -2,10 +2,10 @@ main_domain = "${domain}" [config] -env = [ "GHOST_HOST=${main_domain}" ] -mounts = [ ] +env = ["GHOST_HOST=${main_domain}"] +mounts = [] - [[config.domains]] - serviceName = "ghost" - port = 2_368 - host = "${main_domain}" +[[config.domains]] +serviceName = "ghost" +port = 2_368 +host = "${main_domain}" diff --git a/blueprints/gitea/template.toml b/blueprints/gitea/template.toml index e3d77d4..37b3f13 100644 --- a/blueprints/gitea/template.toml +++ b/blueprints/gitea/template.toml @@ -2,10 +2,10 @@ main_domain = "${domain}" [config] -env = [ "USER_UID=1000", "USER_GID=1000" ] -mounts = [ ] +env = ["USER_UID=1000", "USER_GID=1000"] +mounts = [] - [[config.domains]] - serviceName = "gitea" - port = 3_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "gitea" +port = 3_000 +host = "${main_domain}" diff --git a/blueprints/glance/template.toml b/blueprints/glance/template.toml index e6fc2d4..dd4def7 100644 --- a/blueprints/glance/template.toml +++ b/blueprints/glance/template.toml @@ -2,16 +2,16 @@ main_domain = "${domain}" [config] -env = [ ] +env = [] - [[config.domains]] - serviceName = "glance" - port = 8_080 - host = "${main_domain}" +[[config.domains]] +serviceName = "glance" +port = 8_080 +host = "${main_domain}" - [[config.mounts]] - filePath = "/app/config/glance.yml" - content = """ +[[config.mounts]] +filePath = "/app/config/glance.yml" +content = """ branding: hide-footer: true logo-text: P diff --git a/blueprints/glitchtip/template.toml b/blueprints/glitchtip/template.toml index 6f4d828..c5b7a46 100644 --- a/blueprints/glitchtip/template.toml +++ b/blueprints/glitchtip/template.toml @@ -6,11 +6,11 @@ secret_key = "${base64:32}" env = [ "GLITCHTIP_HOST=${main_domain}", "GLITCHTIP_PORT=8000", - "SECRET_KEY=${secret_key}" + "SECRET_KEY=${secret_key}", ] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "web" - port = 8_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "web" +port = 8_000 +host = "${main_domain}" diff --git a/blueprints/glpi/template.toml b/blueprints/glpi/template.toml index 0f599fb..2b37e86 100644 --- a/blueprints/glpi/template.toml +++ b/blueprints/glpi/template.toml @@ -2,10 +2,10 @@ main_domain = "${domain}" [config] -env = [ ] -mounts = [ ] +env = [] +mounts = [] - [[config.domains]] - serviceName = "glpi-web" - port = 80 - host = "${main_domain}" +[[config.domains]] +serviceName = "glpi-web" +port = 80 +host = "${main_domain}" diff --git a/blueprints/gotenberg/template.toml b/blueprints/gotenberg/template.toml index 2770c19..8a62979 100644 --- a/blueprints/gotenberg/template.toml +++ b/blueprints/gotenberg/template.toml @@ -6,11 +6,11 @@ password = "changethis" [config] env = [ "GOTENBERG_API_BASIC_AUTH_USERNAME=${username}", - "GOTENBERG_API_BASIC_AUTH_PASSWORD=${password}" + "GOTENBERG_API_BASIC_AUTH_PASSWORD=${password}", ] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "gotenberg" - port = 3_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "gotenberg" +port = 3_000 +host = "${main_domain}" diff --git a/blueprints/grafana/template.toml b/blueprints/grafana/template.toml index 3ac47ba..2f5a91a 100644 --- a/blueprints/grafana/template.toml +++ b/blueprints/grafana/template.toml @@ -2,10 +2,10 @@ main_domain = "${domain}" [config] -env = [ ] -mounts = [ ] +env = [] +mounts = [] - [[config.domains]] - serviceName = "grafana" - port = 3_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "grafana" +port = 3_000 +host = "${main_domain}" diff --git a/blueprints/heyform/template.toml b/blueprints/heyform/template.toml index 4ff9fca..0f778d8 100644 --- a/blueprints/heyform/template.toml +++ b/blueprints/heyform/template.toml @@ -7,11 +7,11 @@ form_encryption_key = "${base64:64}" env = [ "APP_HOMEPAGE_URL=http://${main_domain}", "SESSION_KEY=${session_key}", - "FORM_ENCRYPTION_KEY=${form_encryption_key}" + "FORM_ENCRYPTION_KEY=${form_encryption_key}", ] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "heyform" - port = 8_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "heyform" +port = 8_000 +host = "${main_domain}" diff --git a/blueprints/hi-events/template.toml b/blueprints/hi-events/template.toml index 10e0a56..4fea86c 100644 --- a/blueprints/hi-events/template.toml +++ b/blueprints/hi-events/template.toml @@ -17,11 +17,11 @@ env = [ "MAIL_HOST=", "MAIL_PORT=", "MAIL_FROM_ADDRESS=", - "MAIL_FROM_NAME=" + "MAIL_FROM_NAME=", ] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "all-in-one" - port = 80 - host = "${main_domain}" +[[config.domains]] +serviceName = "all-in-one" +port = 80 +host = "${main_domain}" diff --git a/blueprints/hoarder/template.toml b/blueprints/hoarder/template.toml index de59944..2f5b6d6 100644 --- a/blueprints/hoarder/template.toml +++ b/blueprints/hoarder/template.toml @@ -8,11 +8,11 @@ meili_master_key = "${base64:32}" env = [ "NEXTAUTH_SECRET=${next_secret}", "MEILI_MASTER_KEY=${meili_master_key}", - "NEXTAUTH_URL=http://${main_domain}" + "NEXTAUTH_URL=http://${main_domain}", ] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "web" - port = 3_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "web" +port = 3_000 +host = "${main_domain}" diff --git a/blueprints/homarr/template.toml b/blueprints/homarr/template.toml index 9b26aba..d73be94 100644 --- a/blueprints/homarr/template.toml +++ b/blueprints/homarr/template.toml @@ -3,10 +3,10 @@ main_domain = "${domain}" secret_key = "${password:64}" [config] -env = [ "SECRET_ENCRYPTION_KEY=${secret_key}" ] -mounts = [ ] +env = ["SECRET_ENCRYPTION_KEY=${secret_key}"] +mounts = [] - [[config.domains]] - serviceName = "homarr" - port = 7_575 - host = "${main_domain}" +[[config.domains]] +serviceName = "homarr" +port = 7_575 +host = "${main_domain}" diff --git a/blueprints/huly/template.toml b/blueprints/huly/template.toml index ac7eb0d..c0c8bc9 100644 --- a/blueprints/huly/template.toml +++ b/blueprints/huly/template.toml @@ -13,17 +13,17 @@ env = [ "TITLE=Huly", "DEFAULT_LANGUAGE=en", "LAST_NAME_FIRST=true", - "SECRET=${huly_secret}" + "SECRET=${huly_secret}", ] - [[config.domains]] - serviceName = "nginx" - port = 80 - host = "${main_domain}" +[[config.domains]] +serviceName = "nginx" +port = 80 +host = "${main_domain}" - [[config.mounts]] - filePath = "/volumes/nginx/.huly.nginx" - content = """ +[[config.mounts]] +filePath = "/volumes/nginx/.huly.nginx" +content = """ server { listen 80; server_name _; diff --git a/blueprints/immich/template.toml b/blueprints/immich/template.toml index ad8b090..f2b910e 100644 --- a/blueprints/immich/template.toml +++ b/blueprints/immich/template.toml @@ -16,11 +16,11 @@ env = [ "REDIS_HOSTNAME=immich-redis", "REDIS_PORT=6379", "REDIS_DBINDEX=0", - "TZ=UTC" + "TZ=UTC", ] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "immich-server" - port = 2_283 - host = "${main_domain}" +[[config.domains]] +serviceName = "immich-server" +port = 2_283 +host = "${main_domain}" diff --git a/blueprints/infisical/template.toml b/blueprints/infisical/template.toml index 4ae5c70..a96bfb6 100644 --- a/blueprints/infisical/template.toml +++ b/blueprints/infisical/template.toml @@ -48,11 +48,11 @@ env = [ "NEXT_PUBLIC_CAPTCHA_SITE_KEY=", "PLAIN_API_KEY=", "PLAIN_WISH_LABEL_IDS=", - "SSL_CLIENT_CERTIFICATE_HEADER_KEY=" + "SSL_CLIENT_CERTIFICATE_HEADER_KEY=", ] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "backend" - port = 8_080 - host = "${main_domain}" +[[config.domains]] +serviceName = "backend" +port = 8_080 +host = "${main_domain}" diff --git a/blueprints/influxdb/template.toml b/blueprints/influxdb/template.toml index 1e4b127..5961284 100644 --- a/blueprints/influxdb/template.toml +++ b/blueprints/influxdb/template.toml @@ -2,10 +2,10 @@ main_domain = "${domain}" [config] -env = { } -mounts = [ ] +env = {} +mounts = [] - [[config.domains]] - serviceName = "influxdb" - port = 8_086 - host = "${main_domain}" +[[config.domains]] +serviceName = "influxdb" +port = 8_086 +host = "${main_domain}" diff --git a/blueprints/invoiceshelf/template.toml b/blueprints/invoiceshelf/template.toml index c506b66..eab1336 100644 --- a/blueprints/invoiceshelf/template.toml +++ b/blueprints/invoiceshelf/template.toml @@ -5,15 +5,15 @@ db_username = "invoiceshelf" db_database = "invoiceshelf" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "invoiceshelf-app" - port = 80 - host = "${main_domain}" +[[config.domains]] +serviceName = "invoiceshelf-app" +port = 80 +host = "${main_domain}" - [config.env] - INVOICESHELF_HOST = "${main_domain}" - DB_PASSWORD = "${db_password}" - DB_USERNAME = "${db_username}" - DB_DATABASE = "${db_database}" +[config.env] +INVOICESHELF_HOST = "${main_domain}" +DB_PASSWORD = "${db_password}" +DB_USERNAME = "${db_username}" +DB_DATABASE = "${db_database}" diff --git a/blueprints/it-tools/template.toml b/blueprints/it-tools/template.toml index da21a39..2b53587 100644 --- a/blueprints/it-tools/template.toml +++ b/blueprints/it-tools/template.toml @@ -2,10 +2,10 @@ main_domain = "${domain}" [config] -env = { } -mounts = [ ] +env = {} +mounts = [] - [[config.domains]] - serviceName = "it-tools" - port = 80 - host = "${main_domain}" +[[config.domains]] +serviceName = "it-tools" +port = 80 +host = "${main_domain}" diff --git a/blueprints/jellyfin/template.toml b/blueprints/jellyfin/template.toml index d4febdb..7dd63ce 100644 --- a/blueprints/jellyfin/template.toml +++ b/blueprints/jellyfin/template.toml @@ -2,12 +2,12 @@ main_domain = "${domain}" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "jellyfin" - port = 8_096 - host = "${main_domain}" +[[config.domains]] +serviceName = "jellyfin" +port = 8_096 +host = "${main_domain}" - [config.env] - JELLYFIN_HOST = "${main_domain}" +[config.env] +JELLYFIN_HOST = "${main_domain}" diff --git a/blueprints/kimai/template.toml b/blueprints/kimai/template.toml index 4cf0947..2967c09 100644 --- a/blueprints/kimai/template.toml +++ b/blueprints/kimai/template.toml @@ -6,17 +6,17 @@ mysql_root_password = "${password:32}" app_secret = "${password:32}" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "app" - port = 8_001 - host = "${main_domain}" +[[config.domains]] +serviceName = "app" +port = 8_001 +host = "${main_domain}" - [config.env] - KI_HOST = "${main_domain}" - KI_ADMINMAIL = "admin@kimai.local" - KI_ADMINPASS = "${admin_password}" - KI_MYSQL_ROOT_PASSWORD = "${mysql_root_password}" - KI_MYSQL_PASSWORD = "${mysql_password}" - KI_APP_SECRET = "${app_secret}" +[config.env] +KI_HOST = "${main_domain}" +KI_ADMINMAIL = "admin@kimai.local" +KI_ADMINPASS = "${admin_password}" +KI_MYSQL_ROOT_PASSWORD = "${mysql_root_password}" +KI_MYSQL_PASSWORD = "${mysql_password}" +KI_APP_SECRET = "${app_secret}" diff --git a/blueprints/langflow/template.toml b/blueprints/langflow/template.toml index 3910bbf..66a9364 100644 --- a/blueprints/langflow/template.toml +++ b/blueprints/langflow/template.toml @@ -4,13 +4,13 @@ db_password = "${password}" db_username = "langflow" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "langflow" - port = 7_860 - host = "${main_domain}" +[[config.domains]] +serviceName = "langflow" +port = 7_860 +host = "${main_domain}" - [config.env] - DB_PASSWORD = "${db_password}" - DB_USERNAME = "${db_username}" +[config.env] +DB_PASSWORD = "${db_password}" +DB_USERNAME = "${db_username}" diff --git a/blueprints/linkwarden/template.toml b/blueprints/linkwarden/template.toml index 5f53b5b..5b70488 100644 --- a/blueprints/linkwarden/template.toml +++ b/blueprints/linkwarden/template.toml @@ -4,14 +4,14 @@ postgres_password = "${password}" next_secret = "${base64:32}" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "linkwarden" - port = 3_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "linkwarden" +port = 3_000 +host = "${main_domain}" - [config.env] - POSTGRES_PASSWORD = "${postgres_password}" - NEXTAUTH_SECRET = "${next_secret}" - NEXTAUTH_URL = "http://${main_domain}/api/v1/auth" +[config.env] +POSTGRES_PASSWORD = "${postgres_password}" +NEXTAUTH_SECRET = "${next_secret}" +NEXTAUTH_URL = "http://${main_domain}/api/v1/auth" diff --git a/blueprints/listmonk/template.toml b/blueprints/listmonk/template.toml index b7c439c..633341b 100644 --- a/blueprints/listmonk/template.toml +++ b/blueprints/listmonk/template.toml @@ -2,14 +2,14 @@ main_domain = "${domain}" [config] - [[config.domains]] - serviceName = "app" - port = 9_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "app" +port = 9_000 +host = "${main_domain}" - [[config.mounts]] - filePath = "config.toml" - content = """ +[[config.mounts]] +filePath = "config.toml" +content = """ [app] address = "0.0.0.0:9000" diff --git a/blueprints/lobe-chat/template.toml b/blueprints/lobe-chat/template.toml index 37d79c0..c4da570 100644 --- a/blueprints/lobe-chat/template.toml +++ b/blueprints/lobe-chat/template.toml @@ -2,10 +2,10 @@ main_domain = "${domain}" [config] -env = { } -mounts = [ ] +env = {} +mounts = [] - [[config.domains]] - serviceName = "lobe-chat" - port = 3_210 - host = "${main_domain}" +[[config.domains]] +serviceName = "lobe-chat" +port = 3_210 +host = "${main_domain}" diff --git a/blueprints/logto/template.toml b/blueprints/logto/template.toml index 4e49b7f..896a5d3 100644 --- a/blueprints/logto/template.toml +++ b/blueprints/logto/template.toml @@ -4,19 +4,19 @@ admin_domain = "${domain}" postgres_password = "${password}" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "app" - port = 3_001 - host = "${main_domain}" +[[config.domains]] +serviceName = "app" +port = 3_001 +host = "${main_domain}" - [[config.domains]] - serviceName = "app" - port = 3_002 - host = "${admin_domain}" +[[config.domains]] +serviceName = "app" +port = 3_002 +host = "${admin_domain}" - [config.env] - LOGTO_ENDPOINT = "http://${admin_domain}" - LOGTO_ADMIN_ENDPOINT = "http://${admin_domain}" - LOGTO_POSTGRES_PASSWORD = "${postgres_password}" +[config.env] +LOGTO_ENDPOINT = "http://${admin_domain}" +LOGTO_ADMIN_ENDPOINT = "http://${admin_domain}" +LOGTO_POSTGRES_PASSWORD = "${postgres_password}" diff --git a/blueprints/lowcoder/template.toml b/blueprints/lowcoder/template.toml index 156d512..be1cc7a 100644 --- a/blueprints/lowcoder/template.toml +++ b/blueprints/lowcoder/template.toml @@ -4,15 +4,15 @@ encryption_password = "${password:32}" encryption_salt = "${password:32}" api_secret = "${password:32}" -[[config.domains]] +[config] +[config.domains] serviceName = "lowcoder-api-service" port = 3000 host = "${main_domain}" -[[config.env]] +[config.env] ENABLE_USER_SIGN_UP = false ENCRYPTION_PASSWORD = "${encryption_password}" ENCRYPTION_SALT = "${encryption_salt}" CORS_ALLOWED_DOMAINS = "*" LOWCODER_API_KEY_SECRET = "${api_secret}" - diff --git a/blueprints/macos/template.toml b/blueprints/macos/template.toml index 30c14ce..4cdea16 100644 --- a/blueprints/macos/template.toml +++ b/blueprints/macos/template.toml @@ -2,15 +2,15 @@ main_domain = "${domain}" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "macos" - port = 8_006 - host = "${main_domain}" +[[config.domains]] +serviceName = "macos" +port = 8_006 +host = "${main_domain}" - [config.env] - VERSION = "15" - DISK_SIZE = "64G" - RAM_SIZE = "4G" - CPU_CORES = "2" +[config.env] +VERSION = "15" +DISK_SIZE = "64G" +RAM_SIZE = "4G" +CPU_CORES = "2" diff --git a/blueprints/mailpit/template.toml b/blueprints/mailpit/template.toml index 1d4fc84..4c7b4d5 100644 --- a/blueprints/mailpit/template.toml +++ b/blueprints/mailpit/template.toml @@ -3,9 +3,9 @@ main_domain = "${domain}" default_password = "${password}" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "mailpit" - port = 8_025 - host = "${main_domain}" +[[config.domains]] +serviceName = "mailpit" +port = 8_025 +host = "${main_domain}" diff --git a/blueprints/meilisearch/template.toml b/blueprints/meilisearch/template.toml index e7e5b4c..b1bdb5f 100644 --- a/blueprints/meilisearch/template.toml +++ b/blueprints/meilisearch/template.toml @@ -3,13 +3,13 @@ main_domain = "${domain}" master_key = "${base64:32}" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "meilisearch" - port = 7_700 - host = "${main_domain}" +[[config.domains]] +serviceName = "meilisearch" +port = 7_700 +host = "${main_domain}" - [config.env] - MEILI_ENV = "development" - MEILI_MASTER_KEY = "${master_key}" +[config.env] +MEILI_ENV = "development" +MEILI_MASTER_KEY = "${master_key}" diff --git a/blueprints/metabase/template.toml b/blueprints/metabase/template.toml index 26b5b27..f8600d7 100644 --- a/blueprints/metabase/template.toml +++ b/blueprints/metabase/template.toml @@ -2,10 +2,10 @@ main_domain = "${domain}" [config] -env = { } -mounts = [ ] +env = {} +mounts = [] - [[config.domains]] - serviceName = "metabase" - port = 3_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "metabase" +port = 3_000 +host = "${main_domain}" diff --git a/blueprints/minio/template.toml b/blueprints/minio/template.toml index 39e1a27..6c3367d 100644 --- a/blueprints/minio/template.toml +++ b/blueprints/minio/template.toml @@ -3,15 +3,15 @@ main_domain = "${domain}" api_domain = "${domain}" [config] -env = { } -mounts = [ ] +env = {} +mounts = [] - [[config.domains]] - serviceName = "minio" - port = 9_001 - host = "${main_domain}" +[[config.domains]] +serviceName = "minio" +port = 9_001 +host = "${main_domain}" - [[config.domains]] - serviceName = "minio" - port = 9_000 - host = "${api_domain}" +[[config.domains]] +serviceName = "minio" +port = 9_000 +host = "${api_domain}" diff --git a/blueprints/n8n/template.toml b/blueprints/n8n/template.toml index 4915a6f..257bffb 100644 --- a/blueprints/n8n/template.toml +++ b/blueprints/n8n/template.toml @@ -2,14 +2,14 @@ main_domain = "${domain}" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "n8n" - port = 5_678 - host = "${main_domain}" +[[config.domains]] +serviceName = "n8n" +port = 5_678 +host = "${main_domain}" - [config.env] - N8N_HOST = "${main_domain}" - N8N_PORT = "5678" - GENERIC_TIMEZONE = "Europe/Berlin" +[config.env] +N8N_HOST = "${main_domain}" +N8N_PORT = "5678" +GENERIC_TIMEZONE = "Europe/Berlin" diff --git a/blueprints/nextcloud-aio/template.toml b/blueprints/nextcloud-aio/template.toml index 5ea2f3f..30be77a 100644 --- a/blueprints/nextcloud-aio/template.toml +++ b/blueprints/nextcloud-aio/template.toml @@ -4,14 +4,14 @@ db_password = "${password}" db_root_password = "${password}" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "nextcloud" - port = 80 - host = "${main_domain}" +[[config.domains]] +serviceName = "nextcloud" +port = 80 +host = "${main_domain}" - [config.env] - NEXTCLOUD_DOMAIN = "${main_domain}" - MYSQL_SECRET_PASSWORD = "${db_password}" - MYSQL_SECRET_PASSWORD_ROOT = "${db_root_password}" +[config.env] +NEXTCLOUD_DOMAIN = "${main_domain}" +MYSQL_SECRET_PASSWORD = "${db_password}" +MYSQL_SECRET_PASSWORD_ROOT = "${db_root_password}" diff --git a/blueprints/nocodb/template.toml b/blueprints/nocodb/template.toml index e744c0d..36d19d8 100644 --- a/blueprints/nocodb/template.toml +++ b/blueprints/nocodb/template.toml @@ -3,13 +3,13 @@ main_domain = "${domain}" jwt_secret = "${base64:64}" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "nocodb" - port = 8_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "nocodb" +port = 8_000 +host = "${main_domain}" - [config.env] - NOCODB_PORT = "8000" - NC_AUTH_JWT_SECRET = "${jwt_secret}" +[config.env] +NOCODB_PORT = "8000" +NC_AUTH_JWT_SECRET = "${jwt_secret}" diff --git a/blueprints/odoo/template.toml b/blueprints/odoo/template.toml index bf6c241..8860829 100644 --- a/blueprints/odoo/template.toml +++ b/blueprints/odoo/template.toml @@ -2,10 +2,10 @@ main_domain = "${domain}" [config] -env = { } -mounts = [ ] +env = {} +mounts = [] - [[config.domains]] - serviceName = "web" - port = 8_069 - host = "${main_domain}" +[[config.domains]] +serviceName = "web" +port = 8_069 +host = "${main_domain}" diff --git a/blueprints/onedev/template.toml b/blueprints/onedev/template.toml index a38dbee..5960e0e 100644 --- a/blueprints/onedev/template.toml +++ b/blueprints/onedev/template.toml @@ -2,10 +2,10 @@ main_domain = "${domain}" [config] -env = { } -mounts = [ ] +env = {} +mounts = [] - [[config.domains]] - serviceName = "onedev" - port = 6_610 - host = "${main_domain}" +[[config.domains]] +serviceName = "onedev" +port = 6_610 +host = "${main_domain}" diff --git a/blueprints/ontime/template.toml b/blueprints/ontime/template.toml index d99b4ea..02255c0 100644 --- a/blueprints/ontime/template.toml +++ b/blueprints/ontime/template.toml @@ -2,12 +2,12 @@ main_domain = "${domain}" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "ontime" - port = 4_001 - host = "${main_domain}" +[[config.domains]] +serviceName = "ontime" +port = 4_001 +host = "${main_domain}" - [config.env] - TZ = "UTC" +[config.env] +TZ = "UTC" diff --git a/blueprints/open-webui/template.toml b/blueprints/open-webui/template.toml index 18eccad..2386301 100644 --- a/blueprints/open-webui/template.toml +++ b/blueprints/open-webui/template.toml @@ -2,13 +2,13 @@ main_domain = "${domain}" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "open-webui" - port = 8_080 - host = "${main_domain}" +[[config.domains]] +serviceName = "open-webui" +port = 8_080 +host = "${main_domain}" - [config.env] - OLLAMA_DOCKER_TAG = "0.1.47" - WEBUI_DOCKER_TAG = "0.3.7" +[config.env] +OLLAMA_DOCKER_TAG = "0.1.47" +WEBUI_DOCKER_TAG = "0.3.7" diff --git a/blueprints/otterwiki/template.toml b/blueprints/otterwiki/template.toml index b2a6773..6c5af55 100644 --- a/blueprints/otterwiki/template.toml +++ b/blueprints/otterwiki/template.toml @@ -2,10 +2,10 @@ main_domain = "${domain}" [config] -env = [ ] -mounts = [ ] +env = [] +mounts = [] - [[config.domains]] - serviceName = "otterwiki" - port = 80 - host = "${main_domain}" +[[config.domains]] +serviceName = "otterwiki" +port = 80 +host = "${main_domain}" diff --git a/blueprints/penpot/template.toml b/blueprints/penpot/template.toml index 6b567a0..84711b0 100644 --- a/blueprints/penpot/template.toml +++ b/blueprints/penpot/template.toml @@ -2,12 +2,12 @@ main_domain = "${domain}" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "penpot-frontend" - port = 80 - host = "${main_domain}" +[[config.domains]] +serviceName = "penpot-frontend" +port = 80 +host = "${main_domain}" - [config.env] - DOMAIN_NAME = "${main_domain}" +[config.env] +DOMAIN_NAME = "${main_domain}" diff --git a/blueprints/peppermint/template.toml b/blueprints/peppermint/template.toml index 891df80..eebb814 100644 --- a/blueprints/peppermint/template.toml +++ b/blueprints/peppermint/template.toml @@ -5,20 +5,20 @@ postgres_password = "${password}" secret = "${base64:32}" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "peppermint-app" - port = 3_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "peppermint-app" +port = 3_000 +host = "${main_domain}" - [[config.domains]] - serviceName = "peppermint-app" - port = 5_003 - host = "${api_domain}" +[[config.domains]] +serviceName = "peppermint-app" +port = 5_003 +host = "${api_domain}" - [config.env] - MAIN_DOMAIN = "${main_domain}" - API_DOMAIN = "${api_domain}" - POSTGRES_PASSWORD = "${postgres_password}" - SECRET = "${secret}" +[config.env] +MAIN_DOMAIN = "${main_domain}" +API_DOMAIN = "${api_domain}" +POSTGRES_PASSWORD = "${postgres_password}" +SECRET = "${secret}" diff --git a/blueprints/photoprism/template.toml b/blueprints/photoprism/template.toml index 07bd340..15ec5fa 100644 --- a/blueprints/photoprism/template.toml +++ b/blueprints/photoprism/template.toml @@ -3,13 +3,13 @@ main_domain = "${domain}" admin_password = "${password}" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "photoprism" - port = 2_342 - host = "${main_domain}" +[[config.domains]] +serviceName = "photoprism" +port = 2_342 +host = "${main_domain}" - [config.env] - BASE_URL = "http://${main_domain}" - ADMIN_PASSWORD = "${admin_password}" +[config.env] +BASE_URL = "http://${main_domain}" +ADMIN_PASSWORD = "${admin_password}" diff --git a/blueprints/phpmyadmin/template.toml b/blueprints/phpmyadmin/template.toml index 66d58fc..39c5384 100644 --- a/blueprints/phpmyadmin/template.toml +++ b/blueprints/phpmyadmin/template.toml @@ -4,15 +4,15 @@ root_password = "${password:32}" user_password = "${password:32}" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "phpmyadmin" - port = 80 - host = "${main_domain}" +[[config.domains]] +serviceName = "phpmyadmin" +port = 80 +host = "${main_domain}" - [config.env] - MYSQL_ROOT_PASSWORD = "${root_password}" - MYSQL_DATABASE = "mysql" - MYSQL_USER = "phpmyadmin" - MYSQL_PASSWORD = "${user_password}" +[config.env] +MYSQL_ROOT_PASSWORD = "${root_password}" +MYSQL_DATABASE = "mysql" +MYSQL_USER = "phpmyadmin" +MYSQL_PASSWORD = "${user_password}" diff --git a/blueprints/pocket-id/template.toml b/blueprints/pocket-id/template.toml index 4c28307..5cb4715 100644 --- a/blueprints/pocket-id/template.toml +++ b/blueprints/pocket-id/template.toml @@ -2,14 +2,14 @@ main_domain = "${domain}" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "pocket-id" - port = 80 - host = "${main_domain}" +[[config.domains]] +serviceName = "pocket-id" +port = 80 +host = "${main_domain}" - [config.env] - PUBLIC_UI_CONFIG_DISABLED = "false" - PUBLIC_APP_URL = "http://${main_domain}" - TRUST_PROXY = "true" +[config.env] +PUBLIC_UI_CONFIG_DISABLED = "false" +PUBLIC_APP_URL = "http://${main_domain}" +TRUST_PROXY = "true" diff --git a/blueprints/pocketbase/template.toml b/blueprints/pocketbase/template.toml index ae66db8..45f5798 100644 --- a/blueprints/pocketbase/template.toml +++ b/blueprints/pocketbase/template.toml @@ -2,10 +2,10 @@ main_domain = "${domain}" [config] -env = { } -mounts = [ ] +env = {} +mounts = [] - [[config.domains]] - serviceName = "pocketbase" - port = 80 - host = "${main_domain}" +[[config.domains]] +serviceName = "pocketbase" +port = 80 +host = "${main_domain}" diff --git a/blueprints/portainer/template.toml b/blueprints/portainer/template.toml index fd0094c..39a6f3f 100644 --- a/blueprints/portainer/template.toml +++ b/blueprints/portainer/template.toml @@ -2,10 +2,10 @@ main_domain = "${domain}" [config] -env = { } -mounts = [ ] +env = {} +mounts = [] - [[config.domains]] - serviceName = "portainer" - port = 9_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "portainer" +port = 9_000 +host = "${main_domain}" diff --git a/blueprints/postiz/template.toml b/blueprints/postiz/template.toml index c0db711..260b77a 100644 --- a/blueprints/postiz/template.toml +++ b/blueprints/postiz/template.toml @@ -6,16 +6,16 @@ db_name = "postiz" jwt_secret = "${base64:32}" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "postiz-app" - port = 5_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "postiz-app" +port = 5_000 +host = "${main_domain}" - [config.env] - POSTIZ_HOST = "${main_domain}" - DB_PASSWORD = "${db_password}" - DB_USER = "${db_user}" - DB_NAME = "${db_name}" - JWT_SECRET = "${jwt_secret}" +[config.env] +POSTIZ_HOST = "${main_domain}" +DB_PASSWORD = "${db_password}" +DB_USER = "${db_user}" +DB_NAME = "${db_name}" +JWT_SECRET = "${jwt_secret}" diff --git a/blueprints/rocketchat/template.toml b/blueprints/rocketchat/template.toml index 70dfec4..e0eb16e 100644 --- a/blueprints/rocketchat/template.toml +++ b/blueprints/rocketchat/template.toml @@ -2,13 +2,13 @@ main_domain = "${domain}" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "rocketchat" - port = 3_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "rocketchat" +port = 3_000 +host = "${main_domain}" - [config.env] - ROCKETCHAT_HOST = "${main_domain}" - ROCKETCHAT_PORT = "3000" +[config.env] +ROCKETCHAT_HOST = "${main_domain}" +ROCKETCHAT_PORT = "3000" diff --git a/blueprints/roundcube/template.toml b/blueprints/roundcube/template.toml index bc8639b..1974264 100644 --- a/blueprints/roundcube/template.toml +++ b/blueprints/roundcube/template.toml @@ -2,13 +2,13 @@ main_domain = "${domain}" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "roundcubemail" - port = 80 - host = "${main_domain}" +[[config.domains]] +serviceName = "roundcubemail" +port = 80 +host = "${main_domain}" - [config.env] - DEFAULT_HOST = "tls://mail.example.com" - SMTP_SERVER = "tls://mail.example.com" +[config.env] +DEFAULT_HOST = "tls://mail.example.com" +SMTP_SERVER = "tls://mail.example.com" diff --git a/blueprints/ryot/template.toml b/blueprints/ryot/template.toml index 6399997..6abfe98 100644 --- a/blueprints/ryot/template.toml +++ b/blueprints/ryot/template.toml @@ -4,13 +4,13 @@ postgres_password = "${password}" admin_access_token = "${base64:32}" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "ryot-app" - port = 8_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "ryot-app" +port = 8_000 +host = "${main_domain}" - [config.env] - POSTGRES_PASSWORD = "${postgres_password}" - ADMIN_ACCESS_TOKEN = "${admin_access_token}" +[config.env] +POSTGRES_PASSWORD = "${postgres_password}" +ADMIN_ACCESS_TOKEN = "${admin_access_token}" diff --git a/blueprints/shlink/template.toml b/blueprints/shlink/template.toml index 01da2a1..8091163 100644 --- a/blueprints/shlink/template.toml +++ b/blueprints/shlink/template.toml @@ -3,18 +3,18 @@ main_domain = "${domain}" initial_api_key = "${password:30}" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "shlink-web" - port = 8_080 - host = "web-${main_domain}" +[[config.domains]] +serviceName = "shlink-web" +port = 8_080 +host = "web-${main_domain}" - [[config.domains]] - serviceName = "shlink" - port = 8_080 - host = "${main_domain}" +[[config.domains]] +serviceName = "shlink" +port = 8_080 +host = "${main_domain}" - [config.env] - INITIAL_API_KEY = "${initial_api_key}" - DEFAULT_DOMAIN = "${main_domain}" +[config.env] +INITIAL_API_KEY = "${initial_api_key}" +DEFAULT_DOMAIN = "${main_domain}" diff --git a/blueprints/slash/template.toml b/blueprints/slash/template.toml index d8cebad..211dedc 100644 --- a/blueprints/slash/template.toml +++ b/blueprints/slash/template.toml @@ -5,14 +5,14 @@ db_user = "slash" db_name = "slash" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "slash-app" - port = 5_231 - host = "${main_domain}" +[[config.domains]] +serviceName = "slash-app" +port = 5_231 +host = "${main_domain}" - [config.env] - DB_USER = "${db_user}" - DB_PASSWORD = "${db_password}" - DB_NAME = "${db_name}" +[config.env] +DB_USER = "${db_user}" +DB_PASSWORD = "${db_password}" +DB_NAME = "${db_name}" diff --git a/blueprints/soketi/template.toml b/blueprints/soketi/template.toml index 5ff725f..9834be4 100644 --- a/blueprints/soketi/template.toml +++ b/blueprints/soketi/template.toml @@ -3,15 +3,15 @@ main_domain = "${domain}" metrics_domain = "${domain}" [config] -env = { } -mounts = [ ] +env = {} +mounts = [] - [[config.domains]] - serviceName = "soketi" - port = 6_001 - host = "${main_domain}" +[[config.domains]] +serviceName = "soketi" +port = 6_001 +host = "${main_domain}" - [[config.domains]] - serviceName = "soketi" - port = 9_601 - host = "${metrics_domain}" +[[config.domains]] +serviceName = "soketi" +port = 9_601 +host = "${metrics_domain}" diff --git a/blueprints/spacedrive/template.toml b/blueprints/spacedrive/template.toml index dc1b05e..f9ef3e8 100644 --- a/blueprints/spacedrive/template.toml +++ b/blueprints/spacedrive/template.toml @@ -3,13 +3,13 @@ main_domain = "${domain}" secret_key = "${password}" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "server" - port = 8_080 - host = "${main_domain}" +[[config.domains]] +serviceName = "server" +port = 8_080 +host = "${main_domain}" - [config.env] - SD_USERNAME = "admin" - SD_PASSWORD = "${secret_key}" +[config.env] +SD_USERNAME = "admin" +SD_PASSWORD = "${secret_key}" diff --git a/blueprints/stirling/template.toml b/blueprints/stirling/template.toml index 82eda4e..10bb444 100644 --- a/blueprints/stirling/template.toml +++ b/blueprints/stirling/template.toml @@ -2,10 +2,10 @@ main_domain = "${domain}" [config] -env = { } -mounts = [ ] +env = {} +mounts = [] - [[config.domains]] - serviceName = "stirling-pdf" - port = 8_080 - host = "${main_domain}" +[[config.domains]] +serviceName = "stirling-pdf" +port = 8_080 +host = "${main_domain}" diff --git a/blueprints/teable/template.toml b/blueprints/teable/template.toml index 88d3d5b..c4cc9be 100644 --- a/blueprints/teable/template.toml +++ b/blueprints/teable/template.toml @@ -4,22 +4,22 @@ db_password = "${password}" public_db_port = "${randomPort}" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "teable" - port = 3_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "teable" +port = 3_000 +host = "${main_domain}" - [config.env] - TEABLE_HOST = "${main_domain}" - TEABLE_DB_PORT = "${public_db_port}" - TIMEZONE = "UTC" - POSTGRES_HOST = "teable-db" - POSTGRES_PORT = "5432" - POSTGRES_DB = "teable" - POSTGRES_USER = "teable" - POSTGRES_PASSWORD = "${db_password}" - PUBLIC_ORIGIN = "https://${main_domain}" - PRISMA_DATABASE_URL = "postgresql://teable:${db_password}@teable-db:5432/teable" - PUBLIC_DATABASE_PROXY = "${TEABLE_HOST}:${TEABLE_DB_PORT}" +[config.env] +TEABLE_HOST = "${main_domain}" +TEABLE_DB_PORT = "${public_db_port}" +TIMEZONE = "UTC" +POSTGRES_HOST = "teable-db" +POSTGRES_PORT = "5432" +POSTGRES_DB = "teable" +POSTGRES_USER = "teable" +POSTGRES_PASSWORD = "${db_password}" +PUBLIC_ORIGIN = "https://${main_domain}" +PRISMA_DATABASE_URL = "postgresql://teable:${db_password}@teable-db:5432/teable" +PUBLIC_DATABASE_PROXY = "${TEABLE_HOST}:${TEABLE_DB_PORT}" diff --git a/blueprints/tolgee/template.toml b/blueprints/tolgee/template.toml index 003e171..0256434 100644 --- a/blueprints/tolgee/template.toml +++ b/blueprints/tolgee/template.toml @@ -3,24 +3,24 @@ main_domain = "${domain}" jwt_secret = "${base64:32}" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "app" - port = 8_080 - host = "${main_domain}" +[[config.domains]] +serviceName = "app" +port = 8_080 +host = "${main_domain}" - [config.env] - TOLGEE_HOST = "${main_domain}" - TOLGEE_AUTHENTICATION_ENABLED = "true" - TOLGEE_AUTHENTICATION_INITIAL_PASSWORD = "admin" - TOLGEE_AUTHENTICATION_INITIAL_USERNAME = "admin" - TOLGEE_AUTHENTICATION_JWT_SECRET = "${jwt_secret}" - TOLGEE_MACHINE_TRANSLATION_GOOGLE_API_KEY = "my_google_api_key" - TOLGEE_SMTP_AUTH = "true" - TOLGEE_SMTP_FROM = "Tolgee " - TOLGEE_SMTPHOST = "email-smtp.regional-region.amazonaws.com" - TOLGEE_SMTP_PASSWORD = "omg/my/password" - TOLGEE_SMTP_PORT = "465" - TOLGEE_SMTP_SSL_ENABLED = "true" - TOLGEE_SMTP_USERNAME = "user@company.com" +[config.env] +TOLGEE_HOST = "${main_domain}" +TOLGEE_AUTHENTICATION_ENABLED = "true" +TOLGEE_AUTHENTICATION_INITIAL_PASSWORD = "admin" +TOLGEE_AUTHENTICATION_INITIAL_USERNAME = "admin" +TOLGEE_AUTHENTICATION_JWT_SECRET = "${jwt_secret}" +TOLGEE_MACHINE_TRANSLATION_GOOGLE_API_KEY = "my_google_api_key" +TOLGEE_SMTP_AUTH = "true" +TOLGEE_SMTP_FROM = "Tolgee " +TOLGEE_SMTPHOST = "email-smtp.regional-region.amazonaws.com" +TOLGEE_SMTP_PASSWORD = "omg/my/password" +TOLGEE_SMTP_PORT = "465" +TOLGEE_SMTP_SSL_ENABLED = "true" +TOLGEE_SMTP_USERNAME = "user@company.com" diff --git a/blueprints/triggerdotdev/template.toml b/blueprints/triggerdotdev/template.toml index 1212435..e917a31 100644 --- a/blueprints/triggerdotdev/template.toml +++ b/blueprints/triggerdotdev/template.toml @@ -10,36 +10,36 @@ db_user = "triggeruser" db_name = "triggerdb" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "webapp" - port = 3_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "webapp" +port = 3_000 +host = "${main_domain}" - [config.env] - NODE_ENV = "production" - RUNTIME_PLATFORM = "docker-compose" - V3_ENABLED = "true" - TRIGGER_DOMAIN = "${main_domain}" - TRIGGER_PROTOCOL = "http" - POSTGRES_USER = "${db_user}" - POSTGRES_PASSWORD = "${db_password}" - POSTGRES_DB = "${db_name}" - DATABASE_URL = "postgresql://${db_user}:${db_password}@postgres:5432/${db_name}" - MAGIC_LINK_SECRET = "${magic_link_secret}" - SESSION_SECRET = "${session_secret}" - ENCRYPTION_KEY = "${encryption_key}" - PROVIDER_SECRET = "${provider_secret}" - COORDINATOR_SECRET = "${coordinator_secret}" - INTERNAL_OTEL_TRACE_DISABLED = "1" - INTERNAL_OTEL_TRACE_LOGGING_ENABLED = "0" - DEFAULT_ORG_EXECUTION_CONCURRENCY_LIMIT = "300" - DEFAULT_ENV_EXECUTION_CONCURRENCY_LIMIT = "100" - DIRECT_URL = "${DATABASE_URL}" - REDIS_HOST = "redis" - REDIS_PORT = "6379" - REDIS_TLS_DISABLED = "true" - HTTP_SERVER_PORT = "9020" - COORDINATOR_HOST = "127.0.0.1" - COORDINATOR_PORT = "${HTTP_SERVER_PORT}" +[config.env] +NODE_ENV = "production" +RUNTIME_PLATFORM = "docker-compose" +V3_ENABLED = "true" +TRIGGER_DOMAIN = "${main_domain}" +TRIGGER_PROTOCOL = "http" +POSTGRES_USER = "${db_user}" +POSTGRES_PASSWORD = "${db_password}" +POSTGRES_DB = "${db_name}" +DATABASE_URL = "postgresql://${db_user}:${db_password}@postgres:5432/${db_name}" +MAGIC_LINK_SECRET = "${magic_link_secret}" +SESSION_SECRET = "${session_secret}" +ENCRYPTION_KEY = "${encryption_key}" +PROVIDER_SECRET = "${provider_secret}" +COORDINATOR_SECRET = "${coordinator_secret}" +INTERNAL_OTEL_TRACE_DISABLED = "1" +INTERNAL_OTEL_TRACE_LOGGING_ENABLED = "0" +DEFAULT_ORG_EXECUTION_CONCURRENCY_LIMIT = "300" +DEFAULT_ENV_EXECUTION_CONCURRENCY_LIMIT = "100" +DIRECT_URL = "${DATABASE_URL}" +REDIS_HOST = "redis" +REDIS_PORT = "6379" +REDIS_TLS_DISABLED = "true" +HTTP_SERVER_PORT = "9020" +COORDINATOR_HOST = "127.0.0.1" +COORDINATOR_PORT = "${HTTP_SERVER_PORT}" diff --git a/blueprints/trilium/template.toml b/blueprints/trilium/template.toml index 604d95d..cae12fa 100644 --- a/blueprints/trilium/template.toml +++ b/blueprints/trilium/template.toml @@ -2,10 +2,10 @@ main_domain = "${domain}" [config] -env = { } -mounts = [ ] +env = {} +mounts = [] - [[config.domains]] - serviceName = "trilium" - port = 8_080 - host = "${main_domain}" +[[config.domains]] +serviceName = "trilium" +port = 8_080 +host = "${main_domain}" diff --git a/blueprints/twenty/template.toml b/blueprints/twenty/template.toml index a8c0ab1..cac39a5 100644 --- a/blueprints/twenty/template.toml +++ b/blueprints/twenty/template.toml @@ -5,15 +5,15 @@ db_user = "twenty" app_secret = "${base64:32}" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "twenty-server" - port = 3_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "twenty-server" +port = 3_000 +host = "${main_domain}" - [config.env] - TWENTY_HOST = "${main_domain}" - DB_USER = "${db_user}" - DB_PASSWORD = "${db_password}" - APP_SECRET = "${app_secret}" +[config.env] +TWENTY_HOST = "${main_domain}" +DB_USER = "${db_user}" +DB_PASSWORD = "${db_password}" +APP_SECRET = "${app_secret}" diff --git a/blueprints/typebot/template.toml b/blueprints/typebot/template.toml index a5926ab..9f9dfe6 100644 --- a/blueprints/typebot/template.toml +++ b/blueprints/typebot/template.toml @@ -4,26 +4,26 @@ viewer_domain = "${domain}" encryption_secret = "${base64:24}" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "typebot-builder" - port = 3_000 - host = "${builder_domain}" +[[config.domains]] +serviceName = "typebot-builder" +port = 3_000 +host = "${builder_domain}" - [[config.domains]] - serviceName = "typebot-viewer" - port = 3_000 - host = "${viewer_domain}" +[[config.domains]] +serviceName = "typebot-viewer" +port = 3_000 +host = "${viewer_domain}" - [config.env] - ENCRYPTION_SECRET = "${encryption_secret}" - NEXTAUTH_URL = "http://${builder_domain}" - NEXT_PUBLIC_VIEWER_URL = "http://${viewer_domain}" - ADMIN_EMAIL = "typebot@example.com" - SMTP_HOST = "'Fill'" - SMTP_PORT = "25" - SMTP_USERNAME = "'Fill'" - SMTP_PASSWORD = "'Fill'" - NEXT_PUBLIC_SMTP_FROM = "typebot@example.com" - DEFAULT_WORKSPACE_PLAN = "UNLIMITED" +[config.env] +ENCRYPTION_SECRET = "${encryption_secret}" +NEXTAUTH_URL = "http://${builder_domain}" +NEXT_PUBLIC_VIEWER_URL = "http://${viewer_domain}" +ADMIN_EMAIL = "typebot@example.com" +SMTP_HOST = "'Fill'" +SMTP_PORT = "25" +SMTP_USERNAME = "'Fill'" +SMTP_PASSWORD = "'Fill'" +NEXT_PUBLIC_SMTP_FROM = "typebot@example.com" +DEFAULT_WORKSPACE_PLAN = "UNLIMITED" diff --git a/blueprints/umami/template.toml b/blueprints/umami/template.toml index 190fae1..a8f079f 100644 --- a/blueprints/umami/template.toml +++ b/blueprints/umami/template.toml @@ -2,12 +2,12 @@ main_domain = "${domain}" [config] -mounts = [ ] +mounts = [] - [[config.domains]] - serviceName = "umami" - port = 3_000 - host = "${main_domain}" +[[config.domains]] +serviceName = "umami" +port = 3_000 +host = "${main_domain}" - [config.env] - APP_SECRET = "${base64:64}" +[config.env] +APP_SECRET = "${base64:64}" diff --git a/blueprints/unifi/template.toml b/blueprints/unifi/template.toml index 9a55347..c09a107 100644 --- a/blueprints/unifi/template.toml +++ b/blueprints/unifi/template.toml @@ -1,12 +1,12 @@ -variables = { } +variables = {} [config] -domains = [ ] -env = { } +domains = [] +env = {} - [[config.mounts]] - filePath = "init-mongo.sh" - content = """ +[[config.mounts]] +filePath = "init-mongo.sh" +content = """ #!/bin/bash mongo <