Skip to content

Commit eb457d7

Browse files
authored
Merge pull request #363 from zehjotkah/next
2 parents 6dcc8c8 + 110e8c9 commit eb457d7

File tree

5 files changed

+43
-0
lines changed

5 files changed

+43
-0
lines changed

docs/.vitepress/theme/components/Services/List.vue

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,13 @@ const services = [
274274
category: 'Analytics',
275275
ignore: true
276276
},
277+
{
278+
name: 'Rybbit',
279+
slug: 'rybbit',
280+
icon: '/public/images/services/rybbit.svg',
281+
description: 'A lightweight, open-source web analytics tool that prioritizes user privacy by not using cookies.',
282+
category: 'Analytics'
283+
},
277284
{
278285
name: 'Activepieces',
279286
slug: 'activepieces',
42.7 KB
Loading
Lines changed: 11 additions & 0 deletions
Loading

docs/services/all.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ Complete directory of all one-click services available in Coolify, organized by
4747
- [OpenPanel](/services/openpanel) - Open source alternative to Mixpanel and Plausible for product analytics
4848
- [PostHog](/services/posthog) - Open source product analytics
4949
- [Plausible](/services/plausible) - A lightweight, open-source web analytics tool that prioritizes user privacy by not using cookies
50+
- [Rybbit](/services/rybbit) - Next-gen, open source, lightweight, cookieless web & product analytics for everyone
5051
- [Sequin](/services/sequin) - The fastest Postgres change data capture
5152
- [Superset](/services/superset) - Open-source data visualization and exploration platform
5253
- [Swetrix](/services/swetrix) - Privacy-friendly and cookieless European web analytics alternative to Google Analytics

docs/services/rybbit.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: "Rybbit"
3+
description: "Here you can find the documentation for hosting Rybbit with Coolify."
4+
---
5+
6+
![Rybbit](/public/images/services/rybbit.svg)
7+
8+
## What is Rybbit?
9+
10+
Rybbit is a next-gen, open source, lightweight, cookieless web & product analytics for everyone.
11+
12+
## Configuration
13+
14+
- set frontend URL.
15+
- set backend URL to `$frontend_URL/api` and uncheck the "Strip Prefixes" option.
16+
17+
# Screenshots
18+
19+
<ZoomableImage src="/docs/images/services/rybbit-app.webp" />
20+
21+
## Links
22+
23+
- [Official Website ›](https://www.rybbit.io/)
24+
- [GitHub ›](https://github.com/rybbit-io/rybbit)

0 commit comments

Comments
 (0)