From d8f23e0e52e8bc2e68fd337ceebdf5c69d854c93 Mon Sep 17 00:00:00 2001 From: Tam-Leal Date: Wed, 29 Jul 2026 15:07:55 -0400 Subject: [PATCH] docs: clarify Hub free tier and hosted pricing ($7/mo) --- README.md | 2 +- hub/README.md | 6 +++--- hub/dashboard.html | 4 ++-- site/index.html | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 0b5ee48..5b6406b 100644 --- a/README.md +++ b/README.md @@ -528,7 +528,7 @@ If the port is already in use, GitDock will automatically try the next ports. The Hub code is in the `hub/` folder. You can [self-host it](hub/README.md) at no cost. -We also run a hosted Hub at [hub.gitdock.dev](https://hub.gitdock.dev): one machine is free; unlimited machines are $5/month. Sign up there, create an API key in Settings, then in each machine set **Hub URL** to `https://hub.gitdock.dev` and paste the key. +We also run a hosted Hub at [hub.gitdock.dev](https://hub.gitdock.dev): one machine is free; unlimited machines are $7/month. Sign up there, create an API key in Settings, then in each machine set **Hub URL** to `https://hub.gitdock.dev` and paste the key. In the local GitDock dashboard use the dashboard’s **Configure Hub** to set the URL and key so this machine sends snapshots. **Terminology:** The main dashboard uses **dormant** for repos with no recent activity (commits or GitHub updates). The optional Hub uses **stale** only for machines that have not reported in over an hour (offline / last seen), not for repository age. diff --git a/hub/README.md b/hub/README.md index aadce62..4f4c301 100644 --- a/hub/README.md +++ b/hub/README.md @@ -7,7 +7,7 @@ Central server for the GitDock multi-machine dashboard. Agents on each of your m | | Hosted (hub.gitdock.dev) | Self-host (this repo) | |---|--------------------------|------------------------| | **Infrastructure** | We manage hosting, SSL, backups, uptime | You deploy and maintain your own server | -| **Pricing** | One machine free; unlimited machines for $5/month | No cost to us; you pay only for your server | +| **Pricing** | One machine free; unlimited machines for $7/month | No cost to us; you pay only for your server | | **Limits** | Free: 1 machine. Pro: unlimited | No limits; full control | | **Support** | Billing and hosted service support | Community support; see main [README](../README.md) | @@ -101,10 +101,10 @@ You can configure the Hub in `config.json` instead of the dashboard: ## Lemon Squeezy (hosted Hub only) -If you run the **hosted** Hub (e.g. hub.gitdock.dev) and want to offer Pro ($5/month, unlimited machines) via Lemon Squeezy: +If you run the **hosted** Hub (e.g. hub.gitdock.dev) and want to offer Pro ($7/month, unlimited machines) via Lemon Squeezy: 1. **Lemon Squeezy** - - Create a subscription product (e.g. "GitDock Hub Pro") at $5/month. + - Create a subscription product (e.g. "GitDock Hub Pro") at $7/month. - In **Webhooks**, add a webhook URL: `https://hub.gitdock.dev/api/webhooks/lemonsqueezy` (or your Hub URL). - Choose events: `subscription_created`, `subscription_updated`, `subscription_expired`, `subscription_cancelled`, `subscription_resumed`, `subscription_paused`. - Copy the **Signing secret** (used to verify webhook requests). diff --git a/hub/dashboard.html b/hub/dashboard.html index 60ad608..be45d5a 100644 --- a/hub/dashboard.html +++ b/hub/dashboard.html @@ -708,7 +708,7 @@

GitDock Hub

Create account

- +
@@ -864,7 +864,7 @@

API keys

Use these keys in your local GitDock config.json under hub.apiKey. Each machine can use the same key.

diff --git a/site/index.html b/site/index.html index 3d7396f..8ff34a3 100644 --- a/site/index.html +++ b/site/index.html @@ -407,7 +407,7 @@

Multi-machine Hub

One dashboard per machine. One Hub for all.

-

Multiple machines, no single overview. The Hub fixes that: a small server that collects status snapshots from each machine. Self-host for free or use hub.gitdock.dev.

+

Multiple machines, no single overview. The Hub fixes that: a small server that collects status snapshots from each machine. Self-host free (no limits). Or use hub.gitdock.dev: free for 1 machine; Pro ($7/mo) if you want more. Optional.