mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
Signed-off-by: Tyler Longwell <tlongwell@block.xyz> Co-authored-by: npub1qyvc0c5kl4gqv2fd97fsk46tu378sqgy35vc83rvgfwne90sel7s0ed67d <011987e296fd5006292d2f930b574be47c7801048d1983c46c425d3c95f0cffd@sprout-oss.stage.blox.sqprod.co> Co-authored-by: Tyler Longwell <tlongwell@block.xyz>
43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
apiVersion: v2
|
||
name: buzz
|
||
description: |
|
||
Buzz — a Nostr-based messaging platform for human–agent collaboration.
|
||
|
||
A single relay binary serving WebSocket + REST + web UI, backed by
|
||
PostgreSQL and Redis. Configurable for single-node evaluation
|
||
(subcharts on) and HA production (external services, existingSecret).
|
||
type: application
|
||
version: 0.1.6
|
||
appVersion: "0.1.0"
|
||
home: https://github.com/block/buzz
|
||
sources:
|
||
- https://github.com/block/buzz
|
||
keywords:
|
||
- nostr
|
||
- relay
|
||
- messaging
|
||
- websocket
|
||
- chat
|
||
maintainers:
|
||
- name: Block
|
||
url: https://github.com/block
|
||
annotations:
|
||
artifacthub.io/changes: |
|
||
- kind: added
|
||
description: Optional READ_DATABASE_URL env (secretKeyRef) enabling relay read-replica routing; absent key preserves prior behavior.
|
||
artifacthub.io/license: Apache-2.0
|
||
|
||
# Optional eval-only subcharts. Production deploys disable both and point
|
||
# externalPostgresql / externalRedis (or secrets.existingSecret) at managed
|
||
# services.
|
||
dependencies:
|
||
- name: postgres
|
||
version: "0.19.x"
|
||
repository: oci://registry-1.docker.io/cloudpirates
|
||
condition: postgresql.enabled
|
||
alias: postgresql
|
||
- name: redis
|
||
version: "0.30.x"
|
||
repository: oci://registry-1.docker.io/cloudpirates
|
||
condition: redis.enabled
|