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 @@
Create an account to sync machine metadata across devices.
+Create an account to sync machine metadata across devices. Free for 1 machine; self-host for unlimited.