No description
  • Dockerfile 63.1%
  • Shell 36.9%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-07-19 16:39:23 +01:00
.gitignore initial commit 2026-05-03 00:18:19 +01:00
CHANGELOG.md 1.1.1 2026-07-19 00:52:19 +01:00
clickhouse-docker-related.xml 1.0.5 2026-05-03 01:12:02 +01:00
clickhouse-enable-json.xml 1.1.1 2026-07-19 00:52:19 +01:00
clickhouse-logging.xml initial commit 2026-05-03 00:18:19 +01:00
clickhouse-network.xml initial commit 2026-05-03 00:18:19 +01:00
clickhouse-user-logging.xml 1.1.1 2026-07-19 00:52:19 +01:00
CloudronManifest.json manifest 2026-07-19 16:39:23 +01:00
CloudronVersions.json 1.1.1 2026-07-19 00:52:19 +01:00
DESCRIPTION 1.1.1 2026-07-19 00:52:19 +01:00
Dockerfile 1.1.0 2026-07-19 00:51:37 +01:00
LICENSE initial commit 2026-05-03 00:18:19 +01:00
logo.png 1.0.5 2026-05-03 01:12:02 +01:00
migrate.sh 1.1.0 2026-07-19 00:51:37 +01:00
nginx.conf 1.1.0 2026-07-19 00:51:37 +01:00
POSTINSTALL.md 1.1.1 2026-07-19 00:52:19 +01:00
README.md 1.1.1 2026-07-19 00:52:19 +01:00
start.sh 1.1.0 2026-07-19 00:51:37 +01:00
supervisord.conf 1.1.0 2026-07-19 00:51:37 +01:00

Rybbit for Cloudron

Cloudron packaging for upstream Rybbit, the privacy-friendly web and product analytics platform.

Architecture

  • Runs upstream 2.7.0 in a single Cloudron app container.
  • Uses Cloudron postgresql for app/auth/config data.
  • Uses Cloudron redis for sessions and queue-backed services.
  • Uses embedded ClickHouse for analytics event storage and queries.

Runtime

  • Public traffic enters through nginx on port 3000.
  • The Rybbit backend listens on 3001.
  • The Rybbit client listens on 3002.
  • ClickHouse data persists in /app/data/clickhouse.

Admin Notes

  • First startup can take a few minutes while ClickHouse initializes and PostgreSQL migrations run.
  • Runtime overrides live in /app/data/env.sh.
  • Useful settings are DISABLE_SIGNUP, DISABLE_TELEMETRY, MAPBOX_TOKEN, CLUSTER_WORKERS, and LITE_DASHBOARD.
  • Restart the app after changing /app/data/env.sh.

License: AGPL-3.0. See LICENSE.