Update URL
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
+11
-11
@@ -33,19 +33,19 @@
|
||||
<meta name="msapplication-TileColor" content="#2dd4bf" />
|
||||
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<link rel="canonical" href="https://peardata.honeypeer.com/community" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.honeypeer.com/community" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.honeypeer.com/community" />
|
||||
<link rel="canonical" href="https://peardata.rest/community" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.rest/community" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.rest/community" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="PearData" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardata.honeypeer.com/community" />
|
||||
<meta property="og:url" content="https://peardata.rest/community" />
|
||||
<meta property="og:title" content="Community · PearData" />
|
||||
<meta property="og:description" content="Join the PearData community: open source on Gitea, Discord-Linux for chat, contributing guide, and support links." />
|
||||
<meta property="og:image" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
@@ -55,7 +55,7 @@
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Community · PearData" />
|
||||
<meta name="twitter:description" content="Join the PearData community: open source on Gitea, Discord-Linux for chat, contributing guide, and support links." />
|
||||
<meta name="twitter:image" content="https://peardata.honeypeer.com/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image" content="https://peardata.rest/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearData: decentralized P2P monitoring" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
@@ -73,21 +73,21 @@
|
||||
"@type": "WebPage",
|
||||
"name": "Community \u00b7 PearData",
|
||||
"description": "Join the PearData community: open source on Gitea, Discord-Linux for chat, contributing guide, and support links.",
|
||||
"url": "https://peardata.honeypeer.com/community",
|
||||
"url": "https://peardata.rest/community",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearData",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardata.honeypeer.com/assets/brand/og-image.png",
|
||||
"url": "https://peardata.rest/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
}
|
||||
|
||||
+11
-11
@@ -33,19 +33,19 @@
|
||||
<meta name="msapplication-TileColor" content="#2dd4bf" />
|
||||
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<link rel="canonical" href="https://peardata.honeypeer.com/docs/api" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.honeypeer.com/docs/api" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.honeypeer.com/docs/api" />
|
||||
<link rel="canonical" href="https://peardata.rest/docs/api" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.rest/docs/api" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.rest/docs/api" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:site_name" content="PearData" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardata.honeypeer.com/docs/api" />
|
||||
<meta property="og:url" content="https://peardata.rest/docs/api" />
|
||||
<meta property="og:title" content="RPC & API · PearData Docs" />
|
||||
<meta property="og:description" content="PearData RPC method groups (metrics, anomalies, logs, AI composites, Data Manager), server pushes, roles, and protocol version 3." />
|
||||
<meta property="og:image" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
@@ -55,7 +55,7 @@
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="RPC & API · PearData Docs" />
|
||||
<meta name="twitter:description" content="PearData RPC method groups (metrics, anomalies, logs, AI composites, Data Manager), server pushes, roles, and protocol version 3." />
|
||||
<meta name="twitter:image" content="https://peardata.honeypeer.com/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image" content="https://peardata.rest/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearData: decentralized P2P monitoring" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
@@ -81,21 +81,21 @@
|
||||
],
|
||||
"name": "RPC & API \u00b7 PearData Docs",
|
||||
"description": "PearData RPC method groups (metrics, anomalies, logs, AI composites, Data Manager), server pushes, roles, and protocol version 3.",
|
||||
"url": "https://peardata.honeypeer.com/docs/api",
|
||||
"url": "https://peardata.rest/docs/api",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearData",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardata.honeypeer.com/assets/brand/og-image.png",
|
||||
"url": "https://peardata.rest/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
},
|
||||
|
||||
+11
-11
@@ -33,19 +33,19 @@
|
||||
<meta name="msapplication-TileColor" content="#2dd4bf" />
|
||||
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<link rel="canonical" href="https://peardata.honeypeer.com/docs/architecture" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.honeypeer.com/docs/architecture" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.honeypeer.com/docs/architecture" />
|
||||
<link rel="canonical" href="https://peardata.rest/docs/architecture" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.rest/docs/architecture" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.rest/docs/architecture" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:site_name" content="PearData" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardata.honeypeer.com/docs/architecture" />
|
||||
<meta property="og:url" content="https://peardata.rest/docs/architecture" />
|
||||
<meta property="og:title" content="Architecture · PearData Docs" />
|
||||
<meta property="og:description" content="PearData architecture: HyperDHT, protomux-rpc, agent collectors, HyperDB, desktop QVAC." />
|
||||
<meta property="og:image" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
@@ -55,7 +55,7 @@
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Architecture · PearData Docs" />
|
||||
<meta name="twitter:description" content="PearData architecture: HyperDHT, protomux-rpc, agent collectors, HyperDB, desktop QVAC." />
|
||||
<meta name="twitter:image" content="https://peardata.honeypeer.com/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image" content="https://peardata.rest/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearData: decentralized P2P monitoring" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
@@ -81,21 +81,21 @@
|
||||
],
|
||||
"name": "Architecture \u00b7 PearData Docs",
|
||||
"description": "PearData architecture: HyperDHT, protomux-rpc, agent collectors, HyperDB, desktop QVAC.",
|
||||
"url": "https://peardata.honeypeer.com/docs/architecture",
|
||||
"url": "https://peardata.rest/docs/architecture",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearData",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardata.honeypeer.com/assets/brand/og-image.png",
|
||||
"url": "https://peardata.rest/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
},
|
||||
|
||||
+11
-11
@@ -33,19 +33,19 @@
|
||||
<meta name="msapplication-TileColor" content="#2dd4bf" />
|
||||
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<link rel="canonical" href="https://peardata.honeypeer.com/docs/faq" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.honeypeer.com/docs/faq" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.honeypeer.com/docs/faq" />
|
||||
<link rel="canonical" href="https://peardata.rest/docs/faq" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.rest/docs/faq" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.rest/docs/faq" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:site_name" content="PearData" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardata.honeypeer.com/docs/faq" />
|
||||
<meta property="og:url" content="https://peardata.rest/docs/faq" />
|
||||
<meta property="og:title" content="FAQ · PearData Docs" />
|
||||
<meta property="og:description" content="Frequently asked questions about PearData: install, keys, agents, charts, QVAC, AGPL." />
|
||||
<meta property="og:image" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
@@ -55,7 +55,7 @@
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="FAQ · PearData Docs" />
|
||||
<meta name="twitter:description" content="Frequently asked questions about PearData: install, keys, agents, charts, QVAC, AGPL." />
|
||||
<meta name="twitter:image" content="https://peardata.honeypeer.com/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image" content="https://peardata.rest/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearData: decentralized P2P monitoring" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
@@ -81,21 +81,21 @@
|
||||
],
|
||||
"name": "FAQ \u00b7 PearData Docs",
|
||||
"description": "Frequently asked questions about PearData: install, keys, agents, charts, QVAC, AGPL.",
|
||||
"url": "https://peardata.honeypeer.com/docs/faq",
|
||||
"url": "https://peardata.rest/docs/faq",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearData",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardata.honeypeer.com/assets/brand/og-image.png",
|
||||
"url": "https://peardata.rest/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
},
|
||||
|
||||
+11
-11
@@ -33,19 +33,19 @@
|
||||
<meta name="msapplication-TileColor" content="#2dd4bf" />
|
||||
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<link rel="canonical" href="https://peardata.honeypeer.com/docs/holesail" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.honeypeer.com/docs/holesail" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.honeypeer.com/docs/holesail" />
|
||||
<link rel="canonical" href="https://peardata.rest/docs/holesail" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.rest/docs/holesail" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.rest/docs/holesail" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:site_name" content="PearData" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardata.honeypeer.com/docs/holesail" />
|
||||
<meta property="og:url" content="https://peardata.rest/docs/holesail" />
|
||||
<meta property="og:title" content="REST & access · PearData Docs" />
|
||||
<meta property="og:description" content="PearData local REST API on loopback and HyperDHT control plane access. Scripts, Prometheus, Grafana — no public metrics port." />
|
||||
<meta property="og:image" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
@@ -55,7 +55,7 @@
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="REST & access · PearData Docs" />
|
||||
<meta name="twitter:description" content="PearData local REST API on loopback and HyperDHT control plane access. Scripts, Prometheus, Grafana — no public metrics port." />
|
||||
<meta name="twitter:image" content="https://peardata.honeypeer.com/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image" content="https://peardata.rest/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearData: decentralized P2P monitoring" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
@@ -81,21 +81,21 @@
|
||||
],
|
||||
"name": "REST & access \u00b7 PearData Docs",
|
||||
"description": "PearData local REST API on loopback and HyperDHT control plane access. Scripts, Prometheus, Grafana — no public metrics port.",
|
||||
"url": "https://peardata.honeypeer.com/docs/holesail",
|
||||
"url": "https://peardata.rest/docs/holesail",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearData",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardata.honeypeer.com/assets/brand/og-image.png",
|
||||
"url": "https://peardata.rest/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
},
|
||||
|
||||
+11
-11
@@ -33,19 +33,19 @@
|
||||
<meta name="msapplication-TileColor" content="#2dd4bf" />
|
||||
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<link rel="canonical" href="https://peardata.honeypeer.com/docs/" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.honeypeer.com/docs/" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.honeypeer.com/docs/" />
|
||||
<link rel="canonical" href="https://peardata.rest/docs/" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.rest/docs/" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.rest/docs/" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="PearData" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardata.honeypeer.com/docs/" />
|
||||
<meta property="og:url" content="https://peardata.rest/docs/" />
|
||||
<meta property="og:title" content="Documentation · PearData" />
|
||||
<meta property="og:description" content="PearData documentation: quick start, architecture, operator guide, security, RPC, tunnels, and releases." />
|
||||
<meta property="og:image" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
@@ -55,7 +55,7 @@
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Documentation · PearData" />
|
||||
<meta name="twitter:description" content="PearData documentation: quick start, architecture, operator guide, security, RPC, tunnels, and releases." />
|
||||
<meta name="twitter:image" content="https://peardata.honeypeer.com/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image" content="https://peardata.rest/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearData: decentralized P2P monitoring" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
@@ -76,21 +76,21 @@
|
||||
],
|
||||
"name": "Documentation \u00b7 PearData",
|
||||
"description": "PearData documentation: quick start, architecture, operator guide, security, RPC, tunnels, and releases.",
|
||||
"url": "https://peardata.honeypeer.com/docs/",
|
||||
"url": "https://peardata.rest/docs/",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearData",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardata.honeypeer.com/assets/brand/og-image.png",
|
||||
"url": "https://peardata.rest/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
},
|
||||
|
||||
+11
-11
@@ -33,19 +33,19 @@
|
||||
<meta name="msapplication-TileColor" content="#2dd4bf" />
|
||||
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<link rel="canonical" href="https://peardata.honeypeer.com/docs/operator" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.honeypeer.com/docs/operator" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.honeypeer.com/docs/operator" />
|
||||
<link rel="canonical" href="https://peardata.rest/docs/operator" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.rest/docs/operator" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.rest/docs/operator" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:site_name" content="PearData" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardata.honeypeer.com/docs/operator" />
|
||||
<meta property="og:url" content="https://peardata.rest/docs/operator" />
|
||||
<meta property="og:title" content="Operator guide · PearData Docs" />
|
||||
<meta property="og:description" content="Deploy and operate PearData: install.sh, systemd agent, roles, retention, feature flags, logging, backup." />
|
||||
<meta property="og:image" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
@@ -55,7 +55,7 @@
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Operator guide · PearData Docs" />
|
||||
<meta name="twitter:description" content="Deploy and operate PearData: install.sh, systemd agent, roles, retention, feature flags, logging, backup." />
|
||||
<meta name="twitter:image" content="https://peardata.honeypeer.com/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image" content="https://peardata.rest/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearData: decentralized P2P monitoring" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
@@ -81,21 +81,21 @@
|
||||
],
|
||||
"name": "Operator guide \u00b7 PearData Docs",
|
||||
"description": "Deploy and operate PearData: install.sh, systemd agent, roles, retention, feature flags, logging, backup.",
|
||||
"url": "https://peardata.honeypeer.com/docs/operator",
|
||||
"url": "https://peardata.rest/docs/operator",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearData",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardata.honeypeer.com/assets/brand/og-image.png",
|
||||
"url": "https://peardata.rest/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
},
|
||||
|
||||
+11
-11
@@ -33,19 +33,19 @@
|
||||
<meta name="msapplication-TileColor" content="#2dd4bf" />
|
||||
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<link rel="canonical" href="https://peardata.honeypeer.com/docs/quickstart" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.honeypeer.com/docs/quickstart" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.honeypeer.com/docs/quickstart" />
|
||||
<link rel="canonical" href="https://peardata.rest/docs/quickstart" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.rest/docs/quickstart" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.rest/docs/quickstart" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:site_name" content="PearData" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardata.honeypeer.com/docs/quickstart" />
|
||||
<meta property="og:url" content="https://peardata.rest/docs/quickstart" />
|
||||
<meta property="og:title" content="Quick start · PearData Docs" />
|
||||
<meta property="og:description" content="Install PearData with install.sh, run the HyperDHT server, and connect the desktop client." />
|
||||
<meta property="og:image" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
@@ -55,7 +55,7 @@
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Quick start · PearData Docs" />
|
||||
<meta name="twitter:description" content="Install PearData with install.sh, run the HyperDHT server, and connect the desktop client." />
|
||||
<meta name="twitter:image" content="https://peardata.honeypeer.com/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image" content="https://peardata.rest/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearData: decentralized P2P monitoring" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
@@ -81,21 +81,21 @@
|
||||
],
|
||||
"name": "Quick start \u00b7 PearData Docs",
|
||||
"description": "Install PearData with install.sh, run the HyperDHT server, and connect the desktop client.",
|
||||
"url": "https://peardata.honeypeer.com/docs/quickstart",
|
||||
"url": "https://peardata.rest/docs/quickstart",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearData",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardata.honeypeer.com/assets/brand/og-image.png",
|
||||
"url": "https://peardata.rest/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
},
|
||||
|
||||
+11
-11
@@ -33,19 +33,19 @@
|
||||
<meta name="msapplication-TileColor" content="#2dd4bf" />
|
||||
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<link rel="canonical" href="https://peardata.honeypeer.com/docs/release" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.honeypeer.com/docs/release" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.honeypeer.com/docs/release" />
|
||||
<link rel="canonical" href="https://peardata.rest/docs/release" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.rest/docs/release" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.rest/docs/release" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:site_name" content="PearData" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardata.honeypeer.com/docs/release" />
|
||||
<meta property="og:url" content="https://peardata.rest/docs/release" />
|
||||
<meta property="og:title" content="Releases · PearData Docs" />
|
||||
<meta property="og:description" content="PearData release process: host matrix, bare-standalone, electron-forge, rolling CI." />
|
||||
<meta property="og:image" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
@@ -55,7 +55,7 @@
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Releases · PearData Docs" />
|
||||
<meta name="twitter:description" content="PearData release process: host matrix, bare-standalone, electron-forge, rolling CI." />
|
||||
<meta name="twitter:image" content="https://peardata.honeypeer.com/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image" content="https://peardata.rest/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearData: decentralized P2P monitoring" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
@@ -81,21 +81,21 @@
|
||||
],
|
||||
"name": "Releases \u00b7 PearData Docs",
|
||||
"description": "PearData release process: host matrix, bare-standalone, electron-forge, rolling CI.",
|
||||
"url": "https://peardata.honeypeer.com/docs/release",
|
||||
"url": "https://peardata.rest/docs/release",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearData",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardata.honeypeer.com/assets/brand/og-image.png",
|
||||
"url": "https://peardata.rest/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
},
|
||||
|
||||
+11
-11
@@ -33,19 +33,19 @@
|
||||
<meta name="msapplication-TileColor" content="#2dd4bf" />
|
||||
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<link rel="canonical" href="https://peardata.honeypeer.com/docs/security" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.honeypeer.com/docs/security" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.honeypeer.com/docs/security" />
|
||||
<link rel="canonical" href="https://peardata.rest/docs/security" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.rest/docs/security" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.rest/docs/security" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:site_name" content="PearData" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardata.honeypeer.com/docs/security" />
|
||||
<meta property="og:url" content="https://peardata.rest/docs/security" />
|
||||
<meta property="og:title" content="Security · PearData Docs" />
|
||||
<meta property="og:description" content="PearData security model: admin seed proof, viewer default, pd1 invites, roles, revoke, threat model, and hardening." />
|
||||
<meta property="og:image" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
@@ -55,7 +55,7 @@
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Security · PearData Docs" />
|
||||
<meta name="twitter:description" content="PearData security model: admin seed proof, viewer default, pd1 invites, roles, revoke, threat model, and hardening." />
|
||||
<meta name="twitter:image" content="https://peardata.honeypeer.com/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image" content="https://peardata.rest/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearData: decentralized P2P monitoring" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
@@ -81,21 +81,21 @@
|
||||
],
|
||||
"name": "Security \u00b7 PearData Docs",
|
||||
"description": "PearData security model: admin seed proof, viewer default, pd1 invites, roles, revoke, threat model, and hardening.",
|
||||
"url": "https://peardata.honeypeer.com/docs/security",
|
||||
"url": "https://peardata.rest/docs/security",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearData",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardata.honeypeer.com/assets/brand/og-image.png",
|
||||
"url": "https://peardata.rest/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
},
|
||||
|
||||
+11
-11
@@ -33,19 +33,19 @@
|
||||
<meta name="msapplication-TileColor" content="#2dd4bf" />
|
||||
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<link rel="canonical" href="https://peardata.honeypeer.com/download" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.honeypeer.com/download" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.honeypeer.com/download" />
|
||||
<link rel="canonical" href="https://peardata.rest/download" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.rest/download" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.rest/download" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="PearData" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardata.honeypeer.com/download" />
|
||||
<meta property="og:url" content="https://peardata.rest/download" />
|
||||
<meta property="og:title" content="Download & install · PearData" />
|
||||
<meta property="og:description" content="Install PearData agent and desktop client. One-line installer or rolling binaries for Linux, macOS, and Windows." />
|
||||
<meta property="og:image" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
@@ -55,7 +55,7 @@
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Download & install · PearData" />
|
||||
<meta name="twitter:description" content="Install PearData agent and desktop client. One-line installer or rolling binaries for Linux, macOS, and Windows." />
|
||||
<meta name="twitter:image" content="https://peardata.honeypeer.com/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image" content="https://peardata.rest/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearData: decentralized P2P monitoring" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
@@ -73,21 +73,21 @@
|
||||
"@type": "WebPage",
|
||||
"name": "Download & install \u00b7 PearData",
|
||||
"description": "Install PearData agent and desktop client. One-line installer or rolling binaries for Linux, macOS, and Windows.",
|
||||
"url": "https://peardata.honeypeer.com/download",
|
||||
"url": "https://peardata.rest/download",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearData",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardata.honeypeer.com/assets/brand/og-image.png",
|
||||
"url": "https://peardata.rest/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
}
|
||||
|
||||
+23
-23
@@ -33,19 +33,19 @@
|
||||
<meta name="msapplication-TileColor" content="#2dd4bf" />
|
||||
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<link rel="canonical" href="https://peardata.honeypeer.com/" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.honeypeer.com/" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.honeypeer.com/" />
|
||||
<link rel="canonical" href="https://peardata.rest/" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.rest/" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.rest/" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="PearData" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardata.honeypeer.com/" />
|
||||
<meta property="og:url" content="https://peardata.rest/" />
|
||||
<meta property="og:title" content="PearData · P2P fleet monitoring without open ports" />
|
||||
<meta property="og:description" content="PearData is peer-to-peer real-time host monitoring on HyperDHT. Live charts, fleet, alerts, logs, dashboards, and on-device QVAC AI. No open ports. No central control plane." />
|
||||
<meta property="og:image" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
@@ -55,7 +55,7 @@
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="PearData · P2P fleet monitoring without open ports" />
|
||||
<meta name="twitter:description" content="PearData is peer-to-peer real-time host monitoring on HyperDHT. Live charts, fleet, alerts, logs, dashboards, and on-device QVAC AI. No open ports. No central control plane." />
|
||||
<meta name="twitter:image" content="https://peardata.honeypeer.com/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image" content="https://peardata.rest/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearData: decentralized P2P monitoring" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
@@ -73,9 +73,9 @@
|
||||
"@graph": [
|
||||
{
|
||||
"@type": "Organization",
|
||||
"@id": "https://peardata.honeypeer.com/#organization",
|
||||
"@id": "https://peardata.rest/#organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardata.honeypeer.com",
|
||||
"url": "https://peardata.rest",
|
||||
"email": "[email protected]",
|
||||
"address": {
|
||||
"@type": "PostalAddress",
|
||||
@@ -85,7 +85,7 @@
|
||||
},
|
||||
"logo": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardata.honeypeer.com/assets/logo/peardata-icon-512.png"
|
||||
"url": "https://peardata.rest/assets/logo/peardata-icon-512.png"
|
||||
},
|
||||
"sameAs": [
|
||||
"https://git.ssh.surf/snxraven/peardata",
|
||||
@@ -94,24 +94,24 @@
|
||||
},
|
||||
{
|
||||
"@type": "WebSite",
|
||||
"@id": "https://peardata.honeypeer.com/#website",
|
||||
"url": "https://peardata.honeypeer.com",
|
||||
"@id": "https://peardata.rest/#website",
|
||||
"url": "https://peardata.rest",
|
||||
"name": "PearData",
|
||||
"description": "PearData is peer-to-peer host monitoring on HyperDHT. Never open ports, expose metrics agents, or wrestle with remote access again. Noise-encrypted RPC, desktop client, and on-device QVAC AI.",
|
||||
"publisher": {
|
||||
"@id": "https://peardata.honeypeer.com/#organization"
|
||||
"@id": "https://peardata.rest/#organization"
|
||||
},
|
||||
"inLanguage": "en-US"
|
||||
},
|
||||
{
|
||||
"@type": "SoftwareApplication",
|
||||
"@id": "https://peardata.honeypeer.com/#software",
|
||||
"@id": "https://peardata.rest/#software",
|
||||
"name": "PearData",
|
||||
"applicationCategory": "DeveloperApplication",
|
||||
"operatingSystem": "Linux, macOS, Windows",
|
||||
"description": "PearData is peer-to-peer host monitoring on HyperDHT. Never open ports, expose metrics agents, or wrestle with remote access again. Noise-encrypted RPC, desktop client, and on-device QVAC AI.",
|
||||
"url": "https://peardata.honeypeer.com",
|
||||
"downloadUrl": "https://peardata.honeypeer.com/download",
|
||||
"url": "https://peardata.rest",
|
||||
"downloadUrl": "https://peardata.rest/download",
|
||||
"softwareVersion": "2.0",
|
||||
"license": "https://www.gnu.org/licenses/agpl-3.0.html",
|
||||
"offers": {
|
||||
@@ -120,25 +120,25 @@
|
||||
"priceCurrency": "USD"
|
||||
},
|
||||
"author": {
|
||||
"@id": "https://peardata.honeypeer.com/#organization"
|
||||
"@id": "https://peardata.rest/#organization"
|
||||
},
|
||||
"image": "https://peardata.honeypeer.com/assets/brand/og-image.png"
|
||||
"image": "https://peardata.rest/assets/brand/og-image.png"
|
||||
},
|
||||
{
|
||||
"@type": "WebPage",
|
||||
"@id": "https://peardata.honeypeer.com/#webpage",
|
||||
"url": "https://peardata.honeypeer.com/",
|
||||
"@id": "https://peardata.rest/#webpage",
|
||||
"url": "https://peardata.rest/",
|
||||
"name": "PearData \u00b7 Decentralized P2P monitoring",
|
||||
"description": "PearData is peer-to-peer host monitoring on HyperDHT. Never open ports, expose metrics agents, or wrestle with remote access again. Noise-encrypted RPC, desktop client, and on-device QVAC AI.",
|
||||
"isPartOf": {
|
||||
"@id": "https://peardata.honeypeer.com/#website"
|
||||
"@id": "https://peardata.rest/#website"
|
||||
},
|
||||
"about": {
|
||||
"@id": "https://peardata.honeypeer.com/#software"
|
||||
"@id": "https://peardata.rest/#software"
|
||||
},
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardata.honeypeer.com/assets/brand/og-image.png",
|
||||
"url": "https://peardata.rest/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
},
|
||||
|
||||
+10
-10
@@ -33,18 +33,18 @@
|
||||
<meta name="msapplication-TileColor" content="#34d399" />
|
||||
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<link rel="canonical" href="https://peardata.honeypeer.com/learn/" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.honeypeer.com/learn/" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.honeypeer.com/learn/" />
|
||||
<link rel="canonical" href="https://peardata.rest/learn/" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.rest/learn/" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.rest/learn/" />
|
||||
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:site_name" content="PearData" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardata.honeypeer.com/learn/" />
|
||||
<meta property="og:url" content="https://peardata.rest/learn/" />
|
||||
<meta property="og:title" content="How PearData Works · P2P fleet monitoring" />
|
||||
<meta property="og:description" content="Learn how PearData monitors hosts over peer-to-peer HyperDHT. Identity, hole punching, live metrics, alerts, QVAC, and security." />
|
||||
<meta property="og:image" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
@@ -53,7 +53,7 @@
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="How PearData Works · P2P fleet monitoring" />
|
||||
<meta name="twitter:description" content="Learn how PearData monitors hosts over peer-to-peer HyperDHT. Identity, hole punching, live metrics, alerts, QVAC, and security." />
|
||||
<meta name="twitter:image" content="https://peardata.honeypeer.com/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image" content="https://peardata.rest/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearData: decentralized P2P monitoring" />
|
||||
|
||||
<link rel="icon" href="/assets/favicons/favicon.ico" sizes="any" />
|
||||
@@ -74,9 +74,9 @@
|
||||
"@type": "WebPage",
|
||||
"name": "How PearData Works · P2P fleet monitoring",
|
||||
"description": "Learn how PearData monitors hosts over peer-to-peer HyperDHT.",
|
||||
"url": "https://peardata.honeypeer.com/learn/",
|
||||
"isPartOf": { "@type": "WebSite", "name": "PearData", "url": "https://peardata.honeypeer.com" },
|
||||
"publisher": { "@type": "Organization", "name": "HoneyPeer, LLC", "url": "https://peardata.honeypeer.com" },
|
||||
"url": "https://peardata.rest/learn/",
|
||||
"isPartOf": { "@type": "WebSite", "name": "PearData", "url": "https://peardata.rest" },
|
||||
"publisher": { "@type": "Organization", "name": "HoneyPeer, LLC", "url": "https://peardata.rest" },
|
||||
"inLanguage": "en-US"
|
||||
}
|
||||
</script>
|
||||
|
||||
+11
-11
@@ -33,19 +33,19 @@
|
||||
<meta name="msapplication-TileColor" content="#2dd4bf" />
|
||||
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<link rel="canonical" href="https://peardata.honeypeer.com/legal/aup" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.honeypeer.com/legal/aup" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.honeypeer.com/legal/aup" />
|
||||
<link rel="canonical" href="https://peardata.rest/legal/aup" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.rest/legal/aup" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.rest/legal/aup" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:site_name" content="PearData" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardata.honeypeer.com/legal/aup" />
|
||||
<meta property="og:url" content="https://peardata.rest/legal/aup" />
|
||||
<meta property="og:title" content="Acceptable Use Policy · PearData Legal" />
|
||||
<meta property="og:description" content="Acceptable Use Policy for PearData and HoneyPeer, LLC services." />
|
||||
<meta property="og:image" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
@@ -55,7 +55,7 @@
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Acceptable Use Policy · PearData Legal" />
|
||||
<meta name="twitter:description" content="Acceptable Use Policy for PearData and HoneyPeer, LLC services." />
|
||||
<meta name="twitter:image" content="https://peardata.honeypeer.com/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image" content="https://peardata.rest/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearData: decentralized P2P monitoring" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
@@ -81,21 +81,21 @@
|
||||
],
|
||||
"name": "Acceptable Use Policy \u00b7 PearData Legal",
|
||||
"description": "Acceptable Use Policy for PearData and HoneyPeer, LLC services.",
|
||||
"url": "https://peardata.honeypeer.com/legal/aup",
|
||||
"url": "https://peardata.rest/legal/aup",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearData",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardata.honeypeer.com/assets/brand/og-image.png",
|
||||
"url": "https://peardata.rest/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
}
|
||||
|
||||
+11
-11
@@ -33,19 +33,19 @@
|
||||
<meta name="msapplication-TileColor" content="#2dd4bf" />
|
||||
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<link rel="canonical" href="https://peardata.honeypeer.com/legal/privacy#cookies" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.honeypeer.com/legal/privacy#cookies" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.honeypeer.com/legal/privacy#cookies" />
|
||||
<link rel="canonical" href="https://peardata.rest/legal/privacy#cookies" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.rest/legal/privacy#cookies" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.rest/legal/privacy#cookies" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="PearData" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardata.honeypeer.com/legal/privacy" />
|
||||
<meta property="og:url" content="https://peardata.rest/legal/privacy" />
|
||||
<meta property="og:title" content="Cookie Policy → Privacy Policy · PearData Legal" />
|
||||
<meta property="og:description" content="Cookie information is part of the PearData Privacy Policy." />
|
||||
<meta property="og:image" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
@@ -55,7 +55,7 @@
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Cookie Policy → Privacy Policy · PearData Legal" />
|
||||
<meta name="twitter:description" content="Cookie information is part of the PearData Privacy Policy." />
|
||||
<meta name="twitter:image" content="https://peardata.honeypeer.com/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image" content="https://peardata.rest/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearData: decentralized P2P monitoring" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
@@ -73,21 +73,21 @@
|
||||
"@type": "WebPage",
|
||||
"name": "Cookie Policy \u2192 Privacy Policy \u00b7 PearData Legal",
|
||||
"description": "Cookie information is part of the PearData Privacy Policy.",
|
||||
"url": "https://peardata.honeypeer.com/legal/privacy",
|
||||
"url": "https://peardata.rest/legal/privacy",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearData",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardata.honeypeer.com/assets/brand/og-image.png",
|
||||
"url": "https://peardata.rest/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
}
|
||||
|
||||
+11
-11
@@ -33,19 +33,19 @@
|
||||
<meta name="msapplication-TileColor" content="#2dd4bf" />
|
||||
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<link rel="canonical" href="https://peardata.honeypeer.com/legal/copyright" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.honeypeer.com/legal/copyright" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.honeypeer.com/legal/copyright" />
|
||||
<link rel="canonical" href="https://peardata.rest/legal/copyright" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.rest/legal/copyright" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.rest/legal/copyright" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:site_name" content="PearData" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardata.honeypeer.com/legal/copyright" />
|
||||
<meta property="og:url" content="https://peardata.rest/legal/copyright" />
|
||||
<meta property="og:title" content="Copyright & DMCA · PearData Legal" />
|
||||
<meta property="og:description" content="Copyright ownership and DMCA notice procedure for PearData / HoneyPeer, LLC." />
|
||||
<meta property="og:image" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
@@ -55,7 +55,7 @@
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Copyright & DMCA · PearData Legal" />
|
||||
<meta name="twitter:description" content="Copyright ownership and DMCA notice procedure for PearData / HoneyPeer, LLC." />
|
||||
<meta name="twitter:image" content="https://peardata.honeypeer.com/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image" content="https://peardata.rest/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearData: decentralized P2P monitoring" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
@@ -81,21 +81,21 @@
|
||||
],
|
||||
"name": "Copyright & DMCA \u00b7 PearData Legal",
|
||||
"description": "Copyright ownership and DMCA notice procedure for PearData / HoneyPeer, LLC.",
|
||||
"url": "https://peardata.honeypeer.com/legal/copyright",
|
||||
"url": "https://peardata.rest/legal/copyright",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearData",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardata.honeypeer.com/assets/brand/og-image.png",
|
||||
"url": "https://peardata.rest/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
}
|
||||
|
||||
+11
-11
@@ -33,19 +33,19 @@
|
||||
<meta name="msapplication-TileColor" content="#2dd4bf" />
|
||||
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<link rel="canonical" href="https://peardata.honeypeer.com/legal/disclaimer" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.honeypeer.com/legal/disclaimer" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.honeypeer.com/legal/disclaimer" />
|
||||
<link rel="canonical" href="https://peardata.rest/legal/disclaimer" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.rest/legal/disclaimer" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.rest/legal/disclaimer" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:site_name" content="PearData" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardata.honeypeer.com/legal/disclaimer" />
|
||||
<meta property="og:url" content="https://peardata.rest/legal/disclaimer" />
|
||||
<meta property="og:title" content="Disclaimer & Liability · PearData Legal" />
|
||||
<meta property="og:description" content="Warranty disclaimer and limitation of liability for PearData by HoneyPeer, LLC." />
|
||||
<meta property="og:image" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
@@ -55,7 +55,7 @@
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Disclaimer & Liability · PearData Legal" />
|
||||
<meta name="twitter:description" content="Warranty disclaimer and limitation of liability for PearData by HoneyPeer, LLC." />
|
||||
<meta name="twitter:image" content="https://peardata.honeypeer.com/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image" content="https://peardata.rest/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearData: decentralized P2P monitoring" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
@@ -81,21 +81,21 @@
|
||||
],
|
||||
"name": "Disclaimer & Liability \u00b7 PearData Legal",
|
||||
"description": "Warranty disclaimer and limitation of liability for PearData by HoneyPeer, LLC.",
|
||||
"url": "https://peardata.honeypeer.com/legal/disclaimer",
|
||||
"url": "https://peardata.rest/legal/disclaimer",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearData",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardata.honeypeer.com/assets/brand/og-image.png",
|
||||
"url": "https://peardata.rest/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
}
|
||||
|
||||
+11
-11
@@ -33,19 +33,19 @@
|
||||
<meta name="msapplication-TileColor" content="#2dd4bf" />
|
||||
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<link rel="canonical" href="https://peardata.honeypeer.com/legal/eula" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.honeypeer.com/legal/eula" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.honeypeer.com/legal/eula" />
|
||||
<link rel="canonical" href="https://peardata.rest/legal/eula" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.rest/legal/eula" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.rest/legal/eula" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:site_name" content="PearData" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardata.honeypeer.com/legal/eula" />
|
||||
<meta property="og:url" content="https://peardata.rest/legal/eula" />
|
||||
<meta property="og:title" content="End User License Agreement · PearData Legal" />
|
||||
<meta property="og:description" content="End User License Agreement for PearData software distributed by HoneyPeer, LLC." />
|
||||
<meta property="og:image" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
@@ -55,7 +55,7 @@
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="End User License Agreement · PearData Legal" />
|
||||
<meta name="twitter:description" content="End User License Agreement for PearData software distributed by HoneyPeer, LLC." />
|
||||
<meta name="twitter:image" content="https://peardata.honeypeer.com/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image" content="https://peardata.rest/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearData: decentralized P2P monitoring" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
@@ -81,21 +81,21 @@
|
||||
],
|
||||
"name": "End User License Agreement \u00b7 PearData Legal",
|
||||
"description": "End User License Agreement for PearData software distributed by HoneyPeer, LLC.",
|
||||
"url": "https://peardata.honeypeer.com/legal/eula",
|
||||
"url": "https://peardata.rest/legal/eula",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearData",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardata.honeypeer.com/assets/brand/og-image.png",
|
||||
"url": "https://peardata.rest/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
}
|
||||
|
||||
+13
-13
@@ -33,19 +33,19 @@
|
||||
<meta name="msapplication-TileColor" content="#2dd4bf" />
|
||||
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<link rel="canonical" href="https://peardata.honeypeer.com/legal/" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.honeypeer.com/legal/" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.honeypeer.com/legal/" />
|
||||
<link rel="canonical" href="https://peardata.rest/legal/" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.rest/legal/" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.rest/legal/" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="PearData" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardata.honeypeer.com/legal/" />
|
||||
<meta property="og:url" content="https://peardata.rest/legal/" />
|
||||
<meta property="og:title" content="Legal · PearData" />
|
||||
<meta property="og:description" content="Legal documents for PearData by HoneyPeer, LLC: Terms, EULA, Privacy, AGPL-3.0 license notices, and more." />
|
||||
<meta property="og:image" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
@@ -55,7 +55,7 @@
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Legal · PearData" />
|
||||
<meta name="twitter:description" content="Legal documents for PearData by HoneyPeer, LLC: Terms, EULA, Privacy, AGPL-3.0 license notices, and more." />
|
||||
<meta name="twitter:image" content="https://peardata.honeypeer.com/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image" content="https://peardata.rest/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearData: decentralized P2P monitoring" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
@@ -76,21 +76,21 @@
|
||||
],
|
||||
"name": "Legal \u00b7 PearData",
|
||||
"description": "Legal documents for PearData by HoneyPeer, LLC: Terms, EULA, Privacy, AGPL-3.0 license notices, and more.",
|
||||
"url": "https://peardata.honeypeer.com/legal/",
|
||||
"url": "https://peardata.rest/legal/",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearData",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardata.honeypeer.com/assets/brand/og-image.png",
|
||||
"url": "https://peardata.rest/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
}
|
||||
@@ -138,7 +138,7 @@
|
||||
<a class="docs-card" href="/legal/terms">
|
||||
<span class="card-tag">Website & services</span>
|
||||
<h3>Terms of Service</h3>
|
||||
<p>Rules for using peardata.honeypeer.com, install.peardata.rest, and related HoneyPeer online properties.</p>
|
||||
<p>Rules for using peardata.rest, install.peardata.rest, and related HoneyPeer online properties.</p>
|
||||
</a>
|
||||
<a class="docs-card" href="/legal/eula">
|
||||
<span class="card-tag">Software</span>
|
||||
@@ -185,7 +185,7 @@
|
||||
<tr><th scope="row">Owner / operator / engineer</th><td>HoneyPeer, LLC</td></tr>
|
||||
<tr><th scope="row">Jurisdiction</th><td>State of Georgia, United States (DeKalb County)</td></tr>
|
||||
<tr><th scope="row">Software license</th><td>GNU Affero General Public License, Version 3 (AGPL-3.0)</td></tr>
|
||||
<tr><th scope="row">Primary sites</th><td>peardata.honeypeer.com · install.peardata.rest</td></tr>
|
||||
<tr><th scope="row">Primary sites</th><td>peardata.rest · install.peardata.rest</td></tr>
|
||||
<tr><th scope="row">Contact</th><td><a href="mailto:[email protected]">[email protected]</a> (legal, privacy, security, brand, DMCA)</td></tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
+11
-11
@@ -33,19 +33,19 @@
|
||||
<meta name="msapplication-TileColor" content="#2dd4bf" />
|
||||
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<link rel="canonical" href="https://peardata.honeypeer.com/legal/license" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.honeypeer.com/legal/license" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.honeypeer.com/legal/license" />
|
||||
<link rel="canonical" href="https://peardata.rest/legal/license" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.rest/legal/license" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.rest/legal/license" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:site_name" content="PearData" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardata.honeypeer.com/legal/license" />
|
||||
<meta property="og:url" content="https://peardata.rest/legal/license" />
|
||||
<meta property="og:title" content="Open Source Notices · PearData Legal" />
|
||||
<meta property="og:description" content="AGPL-3.0 license and third-party open source notices for PearData by HoneyPeer, LLC." />
|
||||
<meta property="og:image" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
@@ -55,7 +55,7 @@
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Open Source Notices · PearData Legal" />
|
||||
<meta name="twitter:description" content="AGPL-3.0 license and third-party open source notices for PearData by HoneyPeer, LLC." />
|
||||
<meta name="twitter:image" content="https://peardata.honeypeer.com/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image" content="https://peardata.rest/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearData: decentralized P2P monitoring" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
@@ -81,21 +81,21 @@
|
||||
],
|
||||
"name": "Open Source Notices \u00b7 PearData Legal",
|
||||
"description": "AGPL-3.0 license and third-party open source notices for PearData by HoneyPeer, LLC.",
|
||||
"url": "https://peardata.honeypeer.com/legal/license",
|
||||
"url": "https://peardata.rest/legal/license",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearData",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardata.honeypeer.com/assets/brand/og-image.png",
|
||||
"url": "https://peardata.rest/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
}
|
||||
|
||||
+12
-12
@@ -33,19 +33,19 @@
|
||||
<meta name="msapplication-TileColor" content="#2dd4bf" />
|
||||
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<link rel="canonical" href="https://peardata.honeypeer.com/legal/privacy" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.honeypeer.com/legal/privacy" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.honeypeer.com/legal/privacy" />
|
||||
<link rel="canonical" href="https://peardata.rest/legal/privacy" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.rest/legal/privacy" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.rest/legal/privacy" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:site_name" content="PearData" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardata.honeypeer.com/legal/privacy" />
|
||||
<meta property="og:url" content="https://peardata.rest/legal/privacy" />
|
||||
<meta property="og:title" content="Privacy Policy · PearData Legal" />
|
||||
<meta property="og:description" content="Privacy Policy for PearData and HoneyPeer, LLC websites and services, including cookies and similar technologies." />
|
||||
<meta property="og:image" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
@@ -55,7 +55,7 @@
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Privacy Policy · PearData Legal" />
|
||||
<meta name="twitter:description" content="Privacy Policy for PearData and HoneyPeer, LLC websites and services, including cookies and similar technologies." />
|
||||
<meta name="twitter:image" content="https://peardata.honeypeer.com/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image" content="https://peardata.rest/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearData: decentralized P2P monitoring" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
@@ -81,21 +81,21 @@
|
||||
],
|
||||
"name": "Privacy Policy \u00b7 PearData Legal",
|
||||
"description": "Privacy Policy for PearData and HoneyPeer, LLC websites and services, including cookies and similar technologies.",
|
||||
"url": "https://peardata.honeypeer.com/legal/privacy",
|
||||
"url": "https://peardata.rest/legal/privacy",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearData",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardata.honeypeer.com/assets/brand/og-image.png",
|
||||
"url": "https://peardata.rest/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
}
|
||||
@@ -150,7 +150,7 @@
|
||||
|
||||
<h2 id="scope">1. Scope</h2>
|
||||
<p>
|
||||
This Policy covers the Sites (including peardata.honeypeer.com and install.peardata.rest) and communications with HoneyPeer about PearData.
|
||||
This Policy covers the Sites (including peardata.rest and install.peardata.rest) and communications with HoneyPeer about PearData.
|
||||
It does <strong>not</strong> cover data processed solely on your own servers when you self-host PearData, except to the extent that data is sent to us (for example email or issue reports you choose to send).
|
||||
</p>
|
||||
|
||||
|
||||
+12
-12
@@ -33,19 +33,19 @@
|
||||
<meta name="msapplication-TileColor" content="#2dd4bf" />
|
||||
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<link rel="canonical" href="https://peardata.honeypeer.com/legal/security" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.honeypeer.com/legal/security" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.honeypeer.com/legal/security" />
|
||||
<link rel="canonical" href="https://peardata.rest/legal/security" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.rest/legal/security" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.rest/legal/security" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:site_name" content="PearData" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardata.honeypeer.com/legal/security" />
|
||||
<meta property="og:url" content="https://peardata.rest/legal/security" />
|
||||
<meta property="og:title" content="Security Policy · PearData Legal" />
|
||||
<meta property="og:description" content="Security vulnerability disclosure policy for PearData by HoneyPeer, LLC." />
|
||||
<meta property="og:image" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
@@ -55,7 +55,7 @@
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Security Policy · PearData Legal" />
|
||||
<meta name="twitter:description" content="Security vulnerability disclosure policy for PearData by HoneyPeer, LLC." />
|
||||
<meta name="twitter:image" content="https://peardata.honeypeer.com/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image" content="https://peardata.rest/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearData: decentralized P2P monitoring" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
@@ -81,21 +81,21 @@
|
||||
],
|
||||
"name": "Security Policy \u00b7 PearData Legal",
|
||||
"description": "Security vulnerability disclosure policy for PearData by HoneyPeer, LLC.",
|
||||
"url": "https://peardata.honeypeer.com/legal/security",
|
||||
"url": "https://peardata.rest/legal/security",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearData",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardata.honeypeer.com/assets/brand/og-image.png",
|
||||
"url": "https://peardata.rest/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
}
|
||||
@@ -131,7 +131,7 @@
|
||||
<p>In scope:</p>
|
||||
<ul>
|
||||
<li>PearData server and client software as published by HoneyPeer;</li>
|
||||
<li>Official installers and websites (peardata.honeypeer.com, install.peardata.rest);</li>
|
||||
<li>Official installers and websites (peardata.rest, install.peardata.rest);</li>
|
||||
<li>Cryptographic handling of peer identity and RPC transport where implemented by PearData.</li>
|
||||
</ul>
|
||||
<p>Generally out of scope:</p>
|
||||
|
||||
+12
-12
@@ -33,19 +33,19 @@
|
||||
<meta name="msapplication-TileColor" content="#2dd4bf" />
|
||||
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<link rel="canonical" href="https://peardata.honeypeer.com/legal/terms" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.honeypeer.com/legal/terms" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.honeypeer.com/legal/terms" />
|
||||
<link rel="canonical" href="https://peardata.rest/legal/terms" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.rest/legal/terms" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.rest/legal/terms" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:site_name" content="PearData" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardata.honeypeer.com/legal/terms" />
|
||||
<meta property="og:url" content="https://peardata.rest/legal/terms" />
|
||||
<meta property="og:title" content="Terms of Service · PearData Legal" />
|
||||
<meta property="og:description" content="Terms of Service for PearData websites and online properties operated by HoneyPeer, LLC." />
|
||||
<meta property="og:image" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
@@ -55,7 +55,7 @@
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Terms of Service · PearData Legal" />
|
||||
<meta name="twitter:description" content="Terms of Service for PearData websites and online properties operated by HoneyPeer, LLC." />
|
||||
<meta name="twitter:image" content="https://peardata.honeypeer.com/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image" content="https://peardata.rest/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearData: decentralized P2P monitoring" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
@@ -81,21 +81,21 @@
|
||||
],
|
||||
"name": "Terms of Service \u00b7 PearData Legal",
|
||||
"description": "Terms of Service for PearData websites and online properties operated by HoneyPeer, LLC.",
|
||||
"url": "https://peardata.honeypeer.com/legal/terms",
|
||||
"url": "https://peardata.rest/legal/terms",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearData",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardata.honeypeer.com/assets/brand/og-image.png",
|
||||
"url": "https://peardata.rest/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
}
|
||||
@@ -170,7 +170,7 @@
|
||||
<h2 id="sites">3. The Sites</h2>
|
||||
<p>The Sites include, without limitation:</p>
|
||||
<ul>
|
||||
<li>https://peardata.honeypeer.com and related subdomains (including documentation and marketing pages);</li>
|
||||
<li>https://peardata.rest and related subdomains (including documentation and marketing pages);</li>
|
||||
<li>https://install.peardata.rest and other installers or download endpoints we operate;</li>
|
||||
<li>any related web properties, APIs, or portals we designate as part of PearData online services.</li>
|
||||
</ul>
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
# PearData website — progress checklist
|
||||
|
||||
**Site origin:** `https://peardata.honeypeer.com`
|
||||
**Site origin:** `https://peardata.rest`
|
||||
**Product:** PearData (P2P fleet monitoring / observability)
|
||||
**Owner:** HoneyPeer, LLC
|
||||
**Path:** `/Users/raven/dev/peardata_website`
|
||||
@@ -24,7 +24,7 @@
|
||||
- [x] releases.js peardata-server/client filters
|
||||
- [x] home-demos.js rewritten (Overview / Charts / Alerts / QVAC)
|
||||
- [x] app-chrome + global accent `#34d399`, Outfit font
|
||||
- [x] robots.txt / SITE_ORIGIN peardata.honeypeer.com
|
||||
- [x] robots.txt / SITE_ORIGIN peardata.rest
|
||||
- [ ] Deploy/DNS runbook for honeypeer.com
|
||||
|
||||
---
|
||||
|
||||
+2
-2
@@ -1,8 +1,8 @@
|
||||
# PearData · https://peardata.honeypeer.com
|
||||
# PearData · https://peardata.rest
|
||||
User-agent: *
|
||||
Allow: /
|
||||
|
||||
# Cookie policy redirects into Privacy; no need to index the stub
|
||||
Disallow: /legal/cookies
|
||||
|
||||
Sitemap: https://peardata.honeypeer.com/sitemap.xml
|
||||
Sitemap: https://peardata.rest/sitemap.xml
|
||||
|
||||
+11
-11
@@ -33,19 +33,19 @@
|
||||
<meta name="msapplication-TileColor" content="#2dd4bf" />
|
||||
<meta name="msapplication-config" content="/assets/favicons/browserconfig.xml" />
|
||||
<meta name="format-detection" content="telephone=no" />
|
||||
<link rel="canonical" href="https://peardata.honeypeer.com/releases" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.honeypeer.com/releases" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.honeypeer.com/releases" />
|
||||
<link rel="canonical" href="https://peardata.rest/releases" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardata.rest/releases" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardata.rest/releases" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="PearData" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardata.honeypeer.com/releases" />
|
||||
<meta property="og:url" content="https://peardata.rest/releases" />
|
||||
<meta property="og:title" content="Releases · PearData" />
|
||||
<meta property="og:description" content="Live PearData releases and downloadable assets from git.ssh.surf/snxraven/peardata." />
|
||||
<meta property="og:image" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.honeypeer.com/assets/brand/og-image.png" />
|
||||
<meta property="og:image" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardata.rest/assets/brand/og-image.png" />
|
||||
<meta property="og:image:type" content="image/png" />
|
||||
<meta property="og:image:width" content="1200" />
|
||||
<meta property="og:image:height" content="630" />
|
||||
@@ -55,7 +55,7 @@
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Releases · PearData" />
|
||||
<meta name="twitter:description" content="Live PearData releases and downloadable assets from git.ssh.surf/snxraven/peardata." />
|
||||
<meta name="twitter:image" content="https://peardata.honeypeer.com/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image" content="https://peardata.rest/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearData: decentralized P2P monitoring" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
@@ -73,21 +73,21 @@
|
||||
"@type": "WebPage",
|
||||
"name": "Releases \u00b7 PearData",
|
||||
"description": "Live PearData releases and downloadable assets from git.ssh.surf/snxraven/peardata.",
|
||||
"url": "https://peardata.honeypeer.com/releases",
|
||||
"url": "https://peardata.rest/releases",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearData",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardata.honeypeer.com"
|
||||
"url": "https://peardata.rest"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardata.honeypeer.com/assets/brand/og-image.png",
|
||||
"url": "https://peardata.rest/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
}
|
||||
|
||||
+2
-2
@@ -10,7 +10,7 @@
|
||||
* Env:
|
||||
* PORT (default 4173)
|
||||
* DIST (default ./dist)
|
||||
* SITE_ORIGIN (default https://peardata.honeypeer.com)
|
||||
* SITE_ORIGIN (default https://peardata.rest)
|
||||
* GITEA_API (default https://git.ssh.surf/api/v1/repos/snxraven/peardata)
|
||||
*/
|
||||
import http from 'node:http'
|
||||
@@ -21,7 +21,7 @@ import { fileURLToPath } from 'node:url'
|
||||
const __dirname = path.dirname(fileURLToPath(import.meta.url))
|
||||
const PORT = Number(process.env.PORT || 4173)
|
||||
const DIST = path.resolve(process.env.DIST || path.join(__dirname, 'dist'))
|
||||
const SITE_ORIGIN = String(process.env.SITE_ORIGIN || 'https://peardata.honeypeer.com').replace(
|
||||
const SITE_ORIGIN = String(process.env.SITE_ORIGIN || 'https://peardata.rest').replace(
|
||||
/\/+$/,
|
||||
''
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user