Mauricio Siu
c3de62fb83
feat: per-template metadata — eliminate meta.json merge conflicts
...
- move each template's metadata to blueprints/<id>/meta.json (442 files, byte-identical roundtrip with the old root meta.json)
- generate the served meta.json at build time into app/public/meta.json (gitignored); pnpm dev/build run the generator first
- CI validates every blueprints/<id>/meta.json via generate-meta.js --check (required fields, id/folder match, logo exists, folder<->meta bidirectionality) and rejects any committed root meta.json
- remove root meta.json, dedupe-and-sort-meta.js and build-scripts/process-meta.js (obsolete)
- update CONTRIBUTING.md, AGENTS.md and README.md
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-07-07 23:58:10 -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