Add Metadata
This commit is contained in:
@@ -5,8 +5,89 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||
<title>RPC & API · PearDock Docs</title>
|
||||
<meta name="description" content="PearDock RPC method groups, server pushes, roles, and protocol version." />
|
||||
<meta name="keywords" content="PearDock RPC, API, protomux-rpc, methods" />
|
||||
<meta name="author" content="HoneyPeer, LLC" />
|
||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
||||
<meta name="googlebot" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
||||
<meta name="theme-color" content="#2dd4bf" />
|
||||
<meta name="color-scheme" content="dark light" />
|
||||
<meta name="application-name" content="PearDock" />
|
||||
<meta name="apple-mobile-web-app-title" content="PearDock" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<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://peardock.boats/docs/api" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardock.boats/docs/api" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardock.boats/docs/api" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:site_name" content="PearDock" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardock.boats/docs/api" />
|
||||
<meta property="og:title" content="RPC & API · PearDock Docs" />
|
||||
<meta property="og:description" content="PearDock RPC method groups, server pushes, roles, and protocol version." />
|
||||
<meta property="og:image" content="https://peardock.boats/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardock.boats/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" />
|
||||
<meta property="og:image:alt" content="PearDock: decentralized Docker management on HyperDHT" />
|
||||
|
||||
<!-- Twitter / X -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="RPC & API · PearDock Docs" />
|
||||
<meta name="twitter:description" content="PearDock RPC method groups, server pushes, roles, and protocol version." />
|
||||
<meta name="twitter:image" content="https://peardock.boats/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearDock: decentralized Docker management" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
<link rel="icon" href="/assets/favicons/favicon.ico" sizes="any" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png" />
|
||||
<link rel="icon" type="image/png" sizes="48x48" href="/assets/favicons/favicon-48x48.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png" />
|
||||
<link rel="manifest" href="/assets/favicons/site.webmanifest" />
|
||||
<link rel="mask-icon" href="/assets/logo/peardock-wordmark.svg" color="#2dd4bf" />
|
||||
|
||||
<!-- Article -->
|
||||
<meta property="article:section" content="Documentation" />
|
||||
<meta property="article:author" content="HoneyPeer, LLC" />
|
||||
<meta property="article:publisher" content="HoneyPeer, LLC" />
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": [
|
||||
"WebPage",
|
||||
"TechArticle"
|
||||
],
|
||||
"name": "RPC & API \u00b7 PearDock Docs",
|
||||
"description": "PearDock RPC method groups, server pushes, roles, and protocol version.",
|
||||
"url": "https://peardock.boats/docs/api",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearDock",
|
||||
"url": "https://peardock.boats"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardock.boats"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardock.boats/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
},
|
||||
"headline": "RPC & API \u00b7 PearDock Docs"
|
||||
}
|
||||
</script>
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
|
||||
|
||||
@@ -5,8 +5,89 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||
<title>Architecture · PearDock Docs</title>
|
||||
<meta name="description" content="PearDock architecture: HyperDHT, protomux-rpc, handlers, Holesail data plane." />
|
||||
<meta name="keywords" content="PearDock architecture, HyperDHT, protomux-rpc, Holesail" />
|
||||
<meta name="author" content="HoneyPeer, LLC" />
|
||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
||||
<meta name="googlebot" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
||||
<meta name="theme-color" content="#2dd4bf" />
|
||||
<meta name="color-scheme" content="dark light" />
|
||||
<meta name="application-name" content="PearDock" />
|
||||
<meta name="apple-mobile-web-app-title" content="PearDock" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<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://peardock.boats/docs/architecture" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardock.boats/docs/architecture" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardock.boats/docs/architecture" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:site_name" content="PearDock" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardock.boats/docs/architecture" />
|
||||
<meta property="og:title" content="Architecture · PearDock Docs" />
|
||||
<meta property="og:description" content="PearDock architecture: HyperDHT, protomux-rpc, handlers, Holesail data plane." />
|
||||
<meta property="og:image" content="https://peardock.boats/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardock.boats/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" />
|
||||
<meta property="og:image:alt" content="PearDock: decentralized Docker management on HyperDHT" />
|
||||
|
||||
<!-- Twitter / X -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Architecture · PearDock Docs" />
|
||||
<meta name="twitter:description" content="PearDock architecture: HyperDHT, protomux-rpc, handlers, Holesail data plane." />
|
||||
<meta name="twitter:image" content="https://peardock.boats/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearDock: decentralized Docker management" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
<link rel="icon" href="/assets/favicons/favicon.ico" sizes="any" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png" />
|
||||
<link rel="icon" type="image/png" sizes="48x48" href="/assets/favicons/favicon-48x48.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png" />
|
||||
<link rel="manifest" href="/assets/favicons/site.webmanifest" />
|
||||
<link rel="mask-icon" href="/assets/logo/peardock-wordmark.svg" color="#2dd4bf" />
|
||||
|
||||
<!-- Article -->
|
||||
<meta property="article:section" content="Documentation" />
|
||||
<meta property="article:author" content="HoneyPeer, LLC" />
|
||||
<meta property="article:publisher" content="HoneyPeer, LLC" />
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": [
|
||||
"WebPage",
|
||||
"TechArticle"
|
||||
],
|
||||
"name": "Architecture \u00b7 PearDock Docs",
|
||||
"description": "PearDock architecture: HyperDHT, protomux-rpc, handlers, Holesail data plane.",
|
||||
"url": "https://peardock.boats/docs/architecture",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearDock",
|
||||
"url": "https://peardock.boats"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardock.boats"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardock.boats/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
},
|
||||
"headline": "Architecture \u00b7 PearDock Docs"
|
||||
}
|
||||
</script>
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
|
||||
|
||||
@@ -5,8 +5,89 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||
<title>FAQ · PearDock Docs</title>
|
||||
<meta name="description" content="Frequently asked questions about PearDock: install, keys, Docker group, Pear, Gatekeeper, AGPL, upgrades." />
|
||||
<meta name="keywords" content="PearDock FAQ, install, keys, Docker group, AGPL" />
|
||||
<meta name="author" content="HoneyPeer, LLC" />
|
||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
||||
<meta name="googlebot" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
||||
<meta name="theme-color" content="#2dd4bf" />
|
||||
<meta name="color-scheme" content="dark light" />
|
||||
<meta name="application-name" content="PearDock" />
|
||||
<meta name="apple-mobile-web-app-title" content="PearDock" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<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://peardock.boats/docs/faq" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardock.boats/docs/faq" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardock.boats/docs/faq" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:site_name" content="PearDock" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardock.boats/docs/faq" />
|
||||
<meta property="og:title" content="FAQ · PearDock Docs" />
|
||||
<meta property="og:description" content="Frequently asked questions about PearDock: install, keys, Docker group, Pear, Gatekeeper, AGPL, upgrades." />
|
||||
<meta property="og:image" content="https://peardock.boats/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardock.boats/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" />
|
||||
<meta property="og:image:alt" content="PearDock: decentralized Docker management on HyperDHT" />
|
||||
|
||||
<!-- Twitter / X -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="FAQ · PearDock Docs" />
|
||||
<meta name="twitter:description" content="Frequently asked questions about PearDock: install, keys, Docker group, Pear, Gatekeeper, AGPL, upgrades." />
|
||||
<meta name="twitter:image" content="https://peardock.boats/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearDock: decentralized Docker management" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
<link rel="icon" href="/assets/favicons/favicon.ico" sizes="any" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png" />
|
||||
<link rel="icon" type="image/png" sizes="48x48" href="/assets/favicons/favicon-48x48.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png" />
|
||||
<link rel="manifest" href="/assets/favicons/site.webmanifest" />
|
||||
<link rel="mask-icon" href="/assets/logo/peardock-wordmark.svg" color="#2dd4bf" />
|
||||
|
||||
<!-- Article -->
|
||||
<meta property="article:section" content="Documentation" />
|
||||
<meta property="article:author" content="HoneyPeer, LLC" />
|
||||
<meta property="article:publisher" content="HoneyPeer, LLC" />
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": [
|
||||
"WebPage",
|
||||
"TechArticle"
|
||||
],
|
||||
"name": "FAQ \u00b7 PearDock Docs",
|
||||
"description": "Frequently asked questions about PearDock: install, keys, Docker group, Pear, Gatekeeper, AGPL, upgrades.",
|
||||
"url": "https://peardock.boats/docs/faq",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearDock",
|
||||
"url": "https://peardock.boats"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardock.boats"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardock.boats/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
},
|
||||
"headline": "FAQ \u00b7 PearDock Docs"
|
||||
}
|
||||
</script>
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
|
||||
|
||||
@@ -5,8 +5,89 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||
<title>Holesail tunnels · PearDock Docs</title>
|
||||
<meta name="description" content="Holesail P2P tunnels in PearDock: reach published services without opening firewall ports. Architecture, RPC, security." />
|
||||
<meta name="keywords" content="Holesail, PearDock tunnels, hs://, P2P ports" />
|
||||
<meta name="author" content="HoneyPeer, LLC" />
|
||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
||||
<meta name="googlebot" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
||||
<meta name="theme-color" content="#2dd4bf" />
|
||||
<meta name="color-scheme" content="dark light" />
|
||||
<meta name="application-name" content="PearDock" />
|
||||
<meta name="apple-mobile-web-app-title" content="PearDock" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<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://peardock.boats/docs/holesail" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardock.boats/docs/holesail" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardock.boats/docs/holesail" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:site_name" content="PearDock" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardock.boats/docs/holesail" />
|
||||
<meta property="og:title" content="Holesail tunnels · PearDock Docs" />
|
||||
<meta property="og:description" content="Holesail P2P tunnels in PearDock: reach published services without opening firewall ports. Architecture, RPC, security." />
|
||||
<meta property="og:image" content="https://peardock.boats/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardock.boats/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" />
|
||||
<meta property="og:image:alt" content="PearDock: decentralized Docker management on HyperDHT" />
|
||||
|
||||
<!-- Twitter / X -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Holesail tunnels · PearDock Docs" />
|
||||
<meta name="twitter:description" content="Holesail P2P tunnels in PearDock: reach published services without opening firewall ports. Architecture, RPC, security." />
|
||||
<meta name="twitter:image" content="https://peardock.boats/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearDock: decentralized Docker management" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
<link rel="icon" href="/assets/favicons/favicon.ico" sizes="any" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png" />
|
||||
<link rel="icon" type="image/png" sizes="48x48" href="/assets/favicons/favicon-48x48.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png" />
|
||||
<link rel="manifest" href="/assets/favicons/site.webmanifest" />
|
||||
<link rel="mask-icon" href="/assets/logo/peardock-wordmark.svg" color="#2dd4bf" />
|
||||
|
||||
<!-- Article -->
|
||||
<meta property="article:section" content="Documentation" />
|
||||
<meta property="article:author" content="HoneyPeer, LLC" />
|
||||
<meta property="article:publisher" content="HoneyPeer, LLC" />
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": [
|
||||
"WebPage",
|
||||
"TechArticle"
|
||||
],
|
||||
"name": "Holesail tunnels \u00b7 PearDock Docs",
|
||||
"description": "Holesail P2P tunnels in PearDock: reach published services without opening firewall ports. Architecture, RPC, security.",
|
||||
"url": "https://peardock.boats/docs/holesail",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearDock",
|
||||
"url": "https://peardock.boats"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardock.boats"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardock.boats/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
},
|
||||
"headline": "Holesail tunnels \u00b7 PearDock Docs"
|
||||
}
|
||||
</script>
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
|
||||
|
||||
@@ -5,8 +5,84 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||
<title>Documentation · PearDock</title>
|
||||
<meta name="description" content="PearDock documentation: quick start, architecture, operator guide, Holesail, security, RPC, and releases." />
|
||||
<meta name="keywords" content="PearDock documentation, docs, operator guide, architecture" />
|
||||
<meta name="author" content="HoneyPeer, LLC" />
|
||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
||||
<meta name="googlebot" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
||||
<meta name="theme-color" content="#2dd4bf" />
|
||||
<meta name="color-scheme" content="dark light" />
|
||||
<meta name="application-name" content="PearDock" />
|
||||
<meta name="apple-mobile-web-app-title" content="PearDock" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<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://peardock.boats/docs/" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardock.boats/docs/" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardock.boats/docs/" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:site_name" content="PearDock" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardock.boats/docs/" />
|
||||
<meta property="og:title" content="Documentation · PearDock" />
|
||||
<meta property="og:description" content="PearDock documentation: quick start, architecture, operator guide, Holesail, security, RPC, and releases." />
|
||||
<meta property="og:image" content="https://peardock.boats/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardock.boats/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" />
|
||||
<meta property="og:image:alt" content="PearDock: decentralized Docker management on HyperDHT" />
|
||||
|
||||
<!-- Twitter / X -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Documentation · PearDock" />
|
||||
<meta name="twitter:description" content="PearDock documentation: quick start, architecture, operator guide, Holesail, security, RPC, and releases." />
|
||||
<meta name="twitter:image" content="https://peardock.boats/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearDock: decentralized Docker management" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
<link rel="icon" href="/assets/favicons/favicon.ico" sizes="any" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png" />
|
||||
<link rel="icon" type="image/png" sizes="48x48" href="/assets/favicons/favicon-48x48.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png" />
|
||||
<link rel="manifest" href="/assets/favicons/site.webmanifest" />
|
||||
<link rel="mask-icon" href="/assets/logo/peardock-wordmark.svg" color="#2dd4bf" />
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": [
|
||||
"WebPage",
|
||||
"TechArticle"
|
||||
],
|
||||
"name": "Documentation \u00b7 PearDock",
|
||||
"description": "PearDock documentation: quick start, architecture, operator guide, Holesail, security, RPC, and releases.",
|
||||
"url": "https://peardock.boats/docs/",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearDock",
|
||||
"url": "https://peardock.boats"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardock.boats"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardock.boats/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
},
|
||||
"headline": "Documentation \u00b7 PearDock"
|
||||
}
|
||||
</script>
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
|
||||
|
||||
@@ -5,8 +5,89 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||
<title>Operator guide · PearDock Docs</title>
|
||||
<meta name="description" content="Deploy and operate PearDock: install.sh, systemd, docker group, roles, vault, flags, logging, stacks, backup." />
|
||||
<meta name="keywords" content="PearDock operator, systemd, roles, vault, production" />
|
||||
<meta name="author" content="HoneyPeer, LLC" />
|
||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
||||
<meta name="googlebot" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
||||
<meta name="theme-color" content="#2dd4bf" />
|
||||
<meta name="color-scheme" content="dark light" />
|
||||
<meta name="application-name" content="PearDock" />
|
||||
<meta name="apple-mobile-web-app-title" content="PearDock" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<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://peardock.boats/docs/operator" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardock.boats/docs/operator" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardock.boats/docs/operator" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:site_name" content="PearDock" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardock.boats/docs/operator" />
|
||||
<meta property="og:title" content="Operator guide · PearDock Docs" />
|
||||
<meta property="og:description" content="Deploy and operate PearDock: install.sh, systemd, docker group, roles, vault, flags, logging, stacks, backup." />
|
||||
<meta property="og:image" content="https://peardock.boats/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardock.boats/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" />
|
||||
<meta property="og:image:alt" content="PearDock: decentralized Docker management on HyperDHT" />
|
||||
|
||||
<!-- Twitter / X -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Operator guide · PearDock Docs" />
|
||||
<meta name="twitter:description" content="Deploy and operate PearDock: install.sh, systemd, docker group, roles, vault, flags, logging, stacks, backup." />
|
||||
<meta name="twitter:image" content="https://peardock.boats/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearDock: decentralized Docker management" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
<link rel="icon" href="/assets/favicons/favicon.ico" sizes="any" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png" />
|
||||
<link rel="icon" type="image/png" sizes="48x48" href="/assets/favicons/favicon-48x48.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png" />
|
||||
<link rel="manifest" href="/assets/favicons/site.webmanifest" />
|
||||
<link rel="mask-icon" href="/assets/logo/peardock-wordmark.svg" color="#2dd4bf" />
|
||||
|
||||
<!-- Article -->
|
||||
<meta property="article:section" content="Documentation" />
|
||||
<meta property="article:author" content="HoneyPeer, LLC" />
|
||||
<meta property="article:publisher" content="HoneyPeer, LLC" />
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": [
|
||||
"WebPage",
|
||||
"TechArticle"
|
||||
],
|
||||
"name": "Operator guide \u00b7 PearDock Docs",
|
||||
"description": "Deploy and operate PearDock: install.sh, systemd, docker group, roles, vault, flags, logging, stacks, backup.",
|
||||
"url": "https://peardock.boats/docs/operator",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearDock",
|
||||
"url": "https://peardock.boats"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardock.boats"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardock.boats/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
},
|
||||
"headline": "Operator guide \u00b7 PearDock Docs"
|
||||
}
|
||||
</script>
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
|
||||
|
||||
@@ -5,8 +5,89 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||
<title>Quick start · PearDock Docs</title>
|
||||
<meta name="description" content="Install PearDock with install.sh, run the HyperDHT server, and connect the desktop client." />
|
||||
<meta name="keywords" content="PearDock quick start, install, connect, public key" />
|
||||
<meta name="author" content="HoneyPeer, LLC" />
|
||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
||||
<meta name="googlebot" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
||||
<meta name="theme-color" content="#2dd4bf" />
|
||||
<meta name="color-scheme" content="dark light" />
|
||||
<meta name="application-name" content="PearDock" />
|
||||
<meta name="apple-mobile-web-app-title" content="PearDock" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<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://peardock.boats/docs/quickstart" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardock.boats/docs/quickstart" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardock.boats/docs/quickstart" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:site_name" content="PearDock" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardock.boats/docs/quickstart" />
|
||||
<meta property="og:title" content="Quick start · PearDock Docs" />
|
||||
<meta property="og:description" content="Install PearDock with install.sh, run the HyperDHT server, and connect the desktop client." />
|
||||
<meta property="og:image" content="https://peardock.boats/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardock.boats/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" />
|
||||
<meta property="og:image:alt" content="PearDock: decentralized Docker management on HyperDHT" />
|
||||
|
||||
<!-- Twitter / X -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Quick start · PearDock Docs" />
|
||||
<meta name="twitter:description" content="Install PearDock with install.sh, run the HyperDHT server, and connect the desktop client." />
|
||||
<meta name="twitter:image" content="https://peardock.boats/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearDock: decentralized Docker management" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
<link rel="icon" href="/assets/favicons/favicon.ico" sizes="any" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png" />
|
||||
<link rel="icon" type="image/png" sizes="48x48" href="/assets/favicons/favicon-48x48.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png" />
|
||||
<link rel="manifest" href="/assets/favicons/site.webmanifest" />
|
||||
<link rel="mask-icon" href="/assets/logo/peardock-wordmark.svg" color="#2dd4bf" />
|
||||
|
||||
<!-- Article -->
|
||||
<meta property="article:section" content="Documentation" />
|
||||
<meta property="article:author" content="HoneyPeer, LLC" />
|
||||
<meta property="article:publisher" content="HoneyPeer, LLC" />
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": [
|
||||
"WebPage",
|
||||
"TechArticle"
|
||||
],
|
||||
"name": "Quick start \u00b7 PearDock Docs",
|
||||
"description": "Install PearDock with install.sh, run the HyperDHT server, and connect the desktop client.",
|
||||
"url": "https://peardock.boats/docs/quickstart",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearDock",
|
||||
"url": "https://peardock.boats"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardock.boats"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardock.boats/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
},
|
||||
"headline": "Quick start \u00b7 PearDock Docs"
|
||||
}
|
||||
</script>
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
|
||||
|
||||
@@ -5,8 +5,89 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||
<title>Releases · PearDock Docs</title>
|
||||
<meta name="description" content="PearDock release process: host matrix, bare-standalone, electron-forge, rolling CI." />
|
||||
<meta name="keywords" content="PearDock releases, CI, bare-standalone, electron-forge" />
|
||||
<meta name="author" content="HoneyPeer, LLC" />
|
||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
||||
<meta name="googlebot" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
||||
<meta name="theme-color" content="#2dd4bf" />
|
||||
<meta name="color-scheme" content="dark light" />
|
||||
<meta name="application-name" content="PearDock" />
|
||||
<meta name="apple-mobile-web-app-title" content="PearDock" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<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://peardock.boats/docs/release" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardock.boats/docs/release" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardock.boats/docs/release" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:site_name" content="PearDock" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardock.boats/docs/release" />
|
||||
<meta property="og:title" content="Releases · PearDock Docs" />
|
||||
<meta property="og:description" content="PearDock release process: host matrix, bare-standalone, electron-forge, rolling CI." />
|
||||
<meta property="og:image" content="https://peardock.boats/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardock.boats/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" />
|
||||
<meta property="og:image:alt" content="PearDock: decentralized Docker management on HyperDHT" />
|
||||
|
||||
<!-- Twitter / X -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Releases · PearDock Docs" />
|
||||
<meta name="twitter:description" content="PearDock release process: host matrix, bare-standalone, electron-forge, rolling CI." />
|
||||
<meta name="twitter:image" content="https://peardock.boats/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearDock: decentralized Docker management" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
<link rel="icon" href="/assets/favicons/favicon.ico" sizes="any" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png" />
|
||||
<link rel="icon" type="image/png" sizes="48x48" href="/assets/favicons/favicon-48x48.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png" />
|
||||
<link rel="manifest" href="/assets/favicons/site.webmanifest" />
|
||||
<link rel="mask-icon" href="/assets/logo/peardock-wordmark.svg" color="#2dd4bf" />
|
||||
|
||||
<!-- Article -->
|
||||
<meta property="article:section" content="Documentation" />
|
||||
<meta property="article:author" content="HoneyPeer, LLC" />
|
||||
<meta property="article:publisher" content="HoneyPeer, LLC" />
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": [
|
||||
"WebPage",
|
||||
"TechArticle"
|
||||
],
|
||||
"name": "Releases \u00b7 PearDock Docs",
|
||||
"description": "PearDock release process: host matrix, bare-standalone, electron-forge, rolling CI.",
|
||||
"url": "https://peardock.boats/docs/release",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearDock",
|
||||
"url": "https://peardock.boats"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardock.boats"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardock.boats/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
},
|
||||
"headline": "Releases \u00b7 PearDock Docs"
|
||||
}
|
||||
</script>
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
|
||||
|
||||
@@ -5,8 +5,89 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||
<title>Security · PearDock Docs</title>
|
||||
<meta name="description" content="PearDock threat model, trust boundaries, controls, residual risks, hardening checklist." />
|
||||
<meta name="keywords" content="PearDock security, threat model, ACL, hardening" />
|
||||
<meta name="author" content="HoneyPeer, LLC" />
|
||||
<meta name="robots" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
||||
<meta name="googlebot" content="index, follow, max-image-preview:large, max-snippet:-1, max-video-preview:-1" />
|
||||
<meta name="theme-color" content="#2dd4bf" />
|
||||
<meta name="color-scheme" content="dark light" />
|
||||
<meta name="application-name" content="PearDock" />
|
||||
<meta name="apple-mobile-web-app-title" content="PearDock" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<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://peardock.boats/docs/security" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardock.boats/docs/security" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardock.boats/docs/security" />
|
||||
|
||||
<!-- Open Graph -->
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:site_name" content="PearDock" />
|
||||
<meta property="og:locale" content="en_US" />
|
||||
<meta property="og:url" content="https://peardock.boats/docs/security" />
|
||||
<meta property="og:title" content="Security · PearDock Docs" />
|
||||
<meta property="og:description" content="PearDock threat model, trust boundaries, controls, residual risks, hardening checklist." />
|
||||
<meta property="og:image" content="https://peardock.boats/assets/brand/og-image.png" />
|
||||
<meta property="og:image:secure_url" content="https://peardock.boats/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" />
|
||||
<meta property="og:image:alt" content="PearDock: decentralized Docker management on HyperDHT" />
|
||||
|
||||
<!-- Twitter / X -->
|
||||
<meta name="twitter:card" content="summary_large_image" />
|
||||
<meta name="twitter:title" content="Security · PearDock Docs" />
|
||||
<meta name="twitter:description" content="PearDock threat model, trust boundaries, controls, residual risks, hardening checklist." />
|
||||
<meta name="twitter:image" content="https://peardock.boats/assets/brand/twitter-card.png" />
|
||||
<meta name="twitter:image:alt" content="PearDock: decentralized Docker management" />
|
||||
|
||||
<!-- Icons & PWA -->
|
||||
<link rel="icon" href="/assets/favicons/favicon.ico" sizes="any" />
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/assets/favicons/favicon-32x32.png" />
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/assets/favicons/favicon-16x16.png" />
|
||||
<link rel="icon" type="image/png" sizes="48x48" href="/assets/favicons/favicon-48x48.png" />
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon.png" />
|
||||
<link rel="manifest" href="/assets/favicons/site.webmanifest" />
|
||||
<link rel="mask-icon" href="/assets/logo/peardock-wordmark.svg" color="#2dd4bf" />
|
||||
|
||||
<!-- Article -->
|
||||
<meta property="article:section" content="Documentation" />
|
||||
<meta property="article:author" content="HoneyPeer, LLC" />
|
||||
<meta property="article:publisher" content="HoneyPeer, LLC" />
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": [
|
||||
"WebPage",
|
||||
"TechArticle"
|
||||
],
|
||||
"name": "Security \u00b7 PearDock Docs",
|
||||
"description": "PearDock threat model, trust boundaries, controls, residual risks, hardening checklist.",
|
||||
"url": "https://peardock.boats/docs/security",
|
||||
"isPartOf": {
|
||||
"@type": "WebSite",
|
||||
"name": "PearDock",
|
||||
"url": "https://peardock.boats"
|
||||
},
|
||||
"publisher": {
|
||||
"@type": "Organization",
|
||||
"name": "HoneyPeer, LLC",
|
||||
"url": "https://peardock.boats"
|
||||
},
|
||||
"inLanguage": "en-US",
|
||||
"primaryImageOfPage": {
|
||||
"@type": "ImageObject",
|
||||
"url": "https://peardock.boats/assets/brand/og-image.png",
|
||||
"width": 1200,
|
||||
"height": 630
|
||||
},
|
||||
"headline": "Security \u00b7 PearDock Docs"
|
||||
}
|
||||
</script>
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&display=swap" rel="stylesheet" />
|
||||
|
||||
Reference in New Issue
Block a user