Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
4e6da4e
fix: nix container version
CodeMaster4711 Mar 24, 2026
a6b0bbe
fix: agent error
CodeMaster4711 Mar 24, 2026
bbb8694
fix: updater error with images and pull
CodeMaster4711 Mar 24, 2026
db581e8
Merge pull request #121 from CSFX-cloud/fix/agent-error
CodeMaster4711 Mar 24, 2026
cd9b47c
fix: image version
CodeMaster4711 Mar 24, 2026
13d209f
refactor: migrate csf-updater and api-gateway update routes to gitop…
CodeMaster4711 Apr 6, 2026
d08736e
feat: implement gitops poller, git mirror, and nix build pipeline in …
CodeMaster4711 Apr 6, 2026
97914a6
feat: propagate desired_flake_rev via heartbeat response to agent upd…
CodeMaster4711 Apr 6, 2026
7f0d06f
ci: add update-infra job to push versions.nix to CSFX-Infra on release
CodeMaster4711 Apr 6, 2026
3024db4
feat: implement watchdog heartbeat counter in registry and csf-updater
CodeMaster4711 Apr 6, 2026
88c0051
feat: propagate post_update_heartbeats counter to agent for watchdog …
CodeMaster4711 Apr 6, 2026
abdc510
ci: new nix build process
CodeMaster4711 Apr 8, 2026
45ae4c2
Merge pull request #123 from CSFX-cloud/feat/updater-with-nix
CodeMaster4711 Apr 8, 2026
f9e4594
chore: push versions.nix updates to develop branch on pre-release
CodeMaster4711 Apr 10, 2026
64dfe62
feat: replace flake-rev API with version-based update scheduling
CodeMaster4711 Apr 10, 2026
6888431
feat: renam csf to csfx
CodeMaster4711 Apr 11, 2026
86d899f
Merge pull request #124 from CSFX-cloud/refactor/rename_csf->csfx
CodeMaster4711 Apr 11, 2026
f4b1938
feat: added own patroni image
CodeMaster4711 Apr 19, 2026
ec78a2e
feat: add patroni user, config template and entrypoint script
CodeMaster4711 Apr 19, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# CSF-Core Environment Configuration
# CSFX-Core Environment Configuration
# Copy to .env and fill in values before running

# JWT secret — generate with: openssl rand -hex 64
JWT_SECRET=

# PostgreSQL
POSTGRES_USER=csf_user
POSTGRES_PASSWORD=csf-test-password
POSTGRES_DB=csf_core
POSTGRES_USER=csfx_user
POSTGRES_PASSWORD=csfx-test-password
POSTGRES_DB=csfx_core

# Rust log level (trace, debug, info, warn, error)
RUST_LOG=info

# Docker image registry (GHCR org name, lowercase)
GHCR_ORG=local
# Image version tag — use "dev" for local builds, semver for prod (e.g. 0.2.2)
CSF_VERSION=dev
CSFX_VERSION=dev

# etcd auth — generate with: openssl rand -hex 32
ETCD_ROOT_PASSWORD=
ETCD_CSF_PASSWORD=
ETCD_CSFX_PASSWORD=

# GHCR read token for image digest verification (csf-updater)
# GHCR read token for image digest verification (csfx-updater)
# generate at: https://github.com/settings/tokens — scope: read:packages
GHCR_TOKEN=
106 changes: 0 additions & 106 deletions .github/workflows/README.md

This file was deleted.

Loading
Loading