Commit Graph

7 Commits

Author SHA1 Message Date
Mauricio Siu
25563213f2 fix(rybbit): update to v2.7.0
The template shipped rybbit v1.5.1, which is no longer supported and is
vulnerable to known React2Shell exploits (see #659). Update to the
latest stable release v2.7.0 and align the stack with the upstream
docker-compose:

- Pin ghcr.io/rybbit-io/rybbit-backend and rybbit-client to v2.7.0
- Add the redis service now required by the backend (session tracking
  and BullMQ queues), with password auth, AOF persistence and
  noeviction policy per upstream
- Drop the DOMAIN_NAME env var (only used by the upstream Caddy
  webserver, which Dokploy replaces with Traefik)
- Add DISABLE_TELEMETRY env and generate BETTER_AUTH_SECRET as base64

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-14 11:39:58 -06:00
Shadyar Bakr
24a80d2fdf fix(rybbit): add DOMAIN_NAME env var to resolve Invalid Origin issue (#496)
* Update docker-compose.yml to include DOMAIN_NAME variable

* Add DOMAIN_NAME to template
2025-11-08 00:19:23 -06:00
Khiet Tam Nguyen
36ff89f088 chore(blueprint): update rybbit to v1.5 (#235)
* chore(blueprint): update rybbit to v1.5

* chore(template): bump rybbit to 1.5.1
2025-07-25 00:42:27 -06:00
Khiet Tam Nguyen
f55f521dd2 fix(blueprint): rybbit v1.2.0 (#160)
* fix(blueprint): rybbit v1.0, no more /api stripping

Release notes:
- https://github.com/rybbit-io/rybbit/releases/tag/v1.0.0

Migration guide:
- https://www.rybbit.io/docs/v1-migration

* fix(blueprint): rybbit /health -> /api/health in v1.0.0

* docs(blueprint): notes on rybbit domain

* fix(blueprint): use version tag 1.0.0 in docker compose

* fix(blueprint): bump clickhouse and postgres versions for rybbit

* fix(blueprint): remote clickhouse config.d volume

* fix(blueprint): remove network configurations

* docs(blueprint): rybbit CORS typo

* docs(blueprint): rybbit only supports HTTPS

* feat(blueprint): rybbit clickhouse config mounted, bump versions

* chore(blueprint): bump rybbit version in meta.json

* deps: bump rybbit to v1.2.0
2025-06-19 22:23:44 -06:00
Khiet Tam Nguyen
72744d1166 feat(blueprint): healthcheck added for rybbit backend service (#151)
https://github.com/rybbit-io/rybbit/pull/261
2025-06-01 14:55:54 -06:00
Rex
b51036d4af fix: use caddy built-in metrics endpoint for health check to avoid early closed conns. (#153) 2025-06-01 14:52:31 -06:00
Khiet Tam Nguyen
db468b6b43 feat(blueprint): added rybbit template (#143)
* feat(blueprint): added rybbit template

* feat: add rybbit entry to meta.json

* docs: added rybbit self-hosting-advanced link as comment to docker-compose.yml

* fix: remove default env args in docker-compose

* chore: re-order rybbit_postgres env

* fix: added missing clickhouse_user env

* Update blueprints/rybbit/template.toml

---------

Co-authored-by: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com>
2025-05-17 03:07:52 -06:00