Update URL

This commit is contained in:
Raven Scott
2026-07-30 20:08:50 -04:00
parent ea7348b07f
commit c7caced199
28 changed files with 291 additions and 291 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
# peardata-website
Official marketing site and public documentation for **[PearData](https://peardata.honeypeer.com)**
Official marketing site and public documentation for **[PearData](https://peardata.rest)**
([source](https://git.ssh.surf/snxraven/peardata)).
Owned by **HoneyPeer, LLC**. Product is P2P real-time host monitoring / fleet observability on HyperDHT.
@@ -10,9 +10,9 @@ This site is the public operator mirror (HTML) plus marketing pages. Keep claims
## Site origin
**https://peardata.honeypeer.com**
**https://peardata.rest**
Env override: `SITE_ORIGIN=https://peardata.honeypeer.com`
Env override: `SITE_ORIGIN=https://peardata.rest`
## Install story (keep in sync with main repo)
@@ -71,7 +71,7 @@ Especially check claims for:
## Sitemap
- Dynamic: `GET /sitemap.xml` from `server.mjs`
- Origin: `SITE_ORIGIN` (default `https://peardata.honeypeer.com`)
- Origin: `SITE_ORIGIN` (default `https://peardata.rest`)
## Progress
@@ -90,6 +90,6 @@ npm start # static dist + Gitea proxy (PORT=4173)
```bash
npm run build
SITE_ORIGIN=https://peardata.honeypeer.com npm start
SITE_ORIGIN=https://peardata.rest npm start
# or: pm2 start server.mjs --name peardata-website
```