nicktrn
4dee2c360e
fix(helm): allow electric db url var to be set from secret ( #2282 )
...
* correctly use db url from secret for electric
* bump app and chart version
* bump electric version
2025-07-21 13:57:23 +01:00
nicktrn
aa3a56a85d
fix(docker): apply max old space size env var to webapp ( #2273 )
2025-07-16 16:36:05 +01:00
nicktrn
e02c90a4ea
Update self hosting images to beta.22 ( #2241 )
...
* docker: set new cli tag env var
* helm: update app and chart versions
2025-07-08 09:33:27 +01:00
nicktrn
dc568e7f3e
Self-hosting: improved worker and bucket bootstrap ( #2209 )
2025-06-29 10:42:52 +01:00
nicktrn
6535cf918b
v4 helm chart and docs ( #2195 )
...
* v4 helm chart
* ignore packaged chart archives
* chart publish prep
* add helm chart release workflow
* enable draft gh release
* stateful services should be statefulsets
* expose internal otel config
* podAnnotations for all services
* postgresql.extraArgs
* postgresql -> postgres
* add clickhouse vars as extraEnv examples
* support external secrets
* improve clickhouse config
improve clickhouse config
* disable internal otel config by default
* allow nil internal config
* fix gh release permission
* fix validation step for ci
* secrets.enabled
* simplify secret keys
* bump chart version
* fix contents permission
* remove redundant print steps
* remove helm release heading
* optimise clickhouse config
* support wait-for-it.sh
* fix ch overrides
* add low-resource ch overrides to compose setup
* supervisor bootstrap config
* disable otel trace logging
* retain shared volume
* enable clickhouse for compose setup
* disable trace logging
* bump chart
* add extraManifests
* telemetry config
* add repo namespace config
* scope cluster role to namespace to support multiple installs
* external s3 config
* values tweaks
* helm docs
* bump chart
* set contents read permission
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
* add object store root credentials warning
* run init containers as uid 1000
* pass ch user creds with explicit flag
* improve ingress anotation handling
* remove duplicate colume claim block
* trim htpasswd auth
* lock curl images used for tests
* add v4-beta package version warning
* make schema and sslmode configurable
* package tag info -> warning
* improve secrets config example
* update docs
* bump version
* bump webapp reqs to account for ch
* make ch creds more easily configurable
* publish ch http port
* example point at latest beta chart
* small docs tweaks
---------
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-06-25 23:57:51 +01:00
nicktrn
f7f8bc28c5
Docker self-hosting improvements ( #2177 )
...
* shallow clone
* fix image tag locking example
* electric should use db url env var
* add htpasswd note
* use local driver with log rotation by default
* make worker urls more easily configurable
* configure dev otel endpoint via .env
* increase min recommended worker specs
* move worker url section
2025-06-16 22:22:02 +01:00
nicktrn
e72820c080
Docs improvements for v4 self hosting ( #2156 )
...
* add switch command
* couple of changes
2025-06-07 19:51:47 +01:00
nicktrn
7a34c1102b
Feat: v4 self-hosting ( #2155 )
...
* self-hosting stuff goes in /hosting
* add v4 tags
* add main compose file
* draft overview
* add webapp env vars
* overview tweaks
* add supervisor env vars
* move old docker guide
* new sidebar structure
* update github actions docs
* docker draft
* use env vars for s3 creds
* this might just work
* split into multiple files
* update guide
* document machine overrides
* split legacy docs into different section
* some fixes
* some tweaks
* add login and init instructions
* don't cursorignore .env.example
2025-06-07 00:57:47 +01:00