From 69fb0020df44a0c43322b53553f1228bac1cb1be Mon Sep 17 00:00:00 2001 From: nicosammito Date: Sat, 25 Apr 2026 20:04:31 +0200 Subject: [PATCH 1/4] feat: enhance installation instructions with new runtime setup details --- content/general/install.mdx | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/content/general/install.mdx b/content/general/install.mdx index 1c81268..391b52e 100644 --- a/content/general/install.mdx +++ b/content/general/install.mdx @@ -65,18 +65,23 @@ SSL_KEY_FILE= # must be located in ./certs, defaults to ".key" INITIAL_ROOT_PASSWORD=root INITIAL_ROOT_MAIL=root@code0.tech +INITIAL_RUNTIME_TOKEN= # can be used to create a global runtime with given token # Runtime config AQUILA_SAGITTARIUS_URL=http://nginx:80 AQUILA_SAGITTARIUS_TOKEN= DRACO_REST_PORT=8084 +TAURUS_AQUILA_TOKEN=taurus +DRACO_REST_AQUILA_TOKEN=draco-rest +DRACO_CRON_AQUILA_TOKEN=draco-cron + # Active services COMPOSE_PROFILES=ide,runtime # Image config IMAGE_REGISTRY=registry.gitlab.com/code0-tech/packages -IMAGE_TAG= # version +IMAGE_TAG= IMAGE_EDITION= # ce or ee # Internal config options @@ -96,15 +101,20 @@ POSTGRES_PASSWORD=sagittarius ### Key parameters +- `IMAGE_TAG`: Set this to the specific version of CodeZero you want to deploy. - `INITIAL_ROOT_MAIL`: The email address for the primary administrator. - `INITIAL_ROOT_PASSWORD`: The secure password for your first login. - `IMAGE_EDITION`: Set this to ce for the Community Edition or ee for the Enterprise Edition. This determines which Docker images will be pulled. +### Setup initial runtime +- `INITIAL_RUNTIME_TOKEN`: If you want to create a global runtime with a predefined token, set it here. This allows you to connect a runtime immediately after deployment without needing to generate a token from the dashboard. +- `AQUILA_SAGITTARIUS_TOKEN`: Set the same token here if you want the global runtime to connect right away. If you leave it blank, you can set it up runtime later, follow [Setup additional runtimes](#setup-additional-runtimes-optional) instructions. + -## Initial deployment +## Deployment Start the CodeZero containers in detached mode: @@ -116,6 +126,9 @@ Once the containers are running, you can access the CodeZero Dashboard via your at [http://localhost/](http://localhost/)). + +## Setup additional runtimes (optional) + ## Connecting the runtime @@ -158,7 +171,7 @@ Update your .env file with the copied token at `AQUILA_SAGITTARIUS_TOKEN` and sa For the changes to take effect and for the runtime to authenticate correctly, restart the containers: ```bash -docker compose restart +docker compose up -d ``` From cdd3876102e3454381c8e049a94a2a48892cb51c Mon Sep 17 00:00:00 2001 From: nicosammito Date: Sat, 25 Apr 2026 23:59:18 +0200 Subject: [PATCH 2/4] chore: update changelog with new canary release details --- content/general/changelog.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/general/changelog.md b/content/general/changelog.md index dcd1326..eadb7e2 100644 --- a/content/general/changelog.md +++ b/content/general/changelog.md @@ -10,6 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [[0.0.0-canary-2479774825-5f30e1cf348478a20d0d708f31e863f5e521b368]](https://github.com/code0-tech/codezero/releases/tag/0.0.0-canary-2479774825-5f30e1cf348478a20d0d708f31e863f5e521b368) - 2026-04-25 + ### Added - Foundational validation and suggestion support for flows, nodes, and validation rules: [#3](https://github.com/code0-tech/triangulum/issues/3), [#22](https://github.com/code0-tech/triangulum/issues/22), [#32](https://github.com/code0-tech/triangulum/issues/32) From 057a133e77e4bd4a3445bd7e534bde7101ec2f0e Mon Sep 17 00:00:00 2001 From: nicosammito Date: Sun, 26 Apr 2026 00:05:07 +0200 Subject: [PATCH 3/4] feat: improve clarity in installation instructions and section headings --- content/general/install.mdx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/content/general/install.mdx b/content/general/install.mdx index 391b52e..3e14413 100644 --- a/content/general/install.mdx +++ b/content/general/install.mdx @@ -108,8 +108,9 @@ POSTGRES_PASSWORD=sagittarius determines which Docker images will be pulled. ### Setup initial runtime + - `INITIAL_RUNTIME_TOKEN`: If you want to create a global runtime with a predefined token, set it here. This allows you to connect a runtime immediately after deployment without needing to generate a token from the dashboard. -- `AQUILA_SAGITTARIUS_TOKEN`: Set the same token here if you want the global runtime to connect right away. If you leave it blank, you can set it up runtime later, follow [Setup additional runtimes](#setup-additional-runtimes-optional) instructions. +- `AQUILA_SAGITTARIUS_TOKEN`: Set the same token here if you want the global runtime to connect right away. If you leave it blank, you can set it up runtime later, follow [Setup additional runtimes](#setup-additional-runtimes) instructions. @@ -127,7 +128,9 @@ at [http://localhost/](http://localhost/)). -## Setup additional runtimes (optional) + +## Setup additional runtimes + @@ -178,4 +181,4 @@ docker compose up -d -Your CodeZero instance is now fully configured and ready to manage your enterprise flows and organizational structures. +Your CodeZero instance is now fully configured and ready to manage your enterprise flows and organizational structures. \ No newline at end of file From d2f730a11c436435f8ad8088eba902e84a4881fe Mon Sep 17 00:00:00 2001 From: nicosammito Date: Sun, 26 Apr 2026 00:08:12 +0200 Subject: [PATCH 4/4] fix: add missing newline at the end of the installation instructions --- content/general/install.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/general/install.mdx b/content/general/install.mdx index 3e14413..7e0b174 100644 --- a/content/general/install.mdx +++ b/content/general/install.mdx @@ -181,4 +181,4 @@ docker compose up -d -Your CodeZero instance is now fully configured and ready to manage your enterprise flows and organizational structures. \ No newline at end of file +Your CodeZero instance is now fully configured and ready to manage your enterprise flows and organizational structures.