Add Metadata
This commit is contained in:
@@ -5,8 +5,88 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||
<title>Acceptable Use Policy · PearDock Legal</title>
|
||||
<meta name="description" content="Acceptable Use Policy for PearDock and HoneyPeer, LLC services." />
|
||||
<meta name="keywords" content="PearDock Acceptable Use Policy" />
|
||||
<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/legal/aup" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardock.boats/legal/aup" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardock.boats/legal/aup" />
|
||||
|
||||
<!-- 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/legal/aup" />
|
||||
<meta property="og:title" content="Acceptable Use Policy · PearDock Legal" />
|
||||
<meta property="og:description" content="Acceptable Use Policy for PearDock and HoneyPeer, LLC services." />
|
||||
<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="Acceptable Use Policy · PearDock Legal" />
|
||||
<meta name="twitter:description" content="Acceptable Use Policy for PearDock and HoneyPeer, LLC services." />
|
||||
<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="Legal" />
|
||||
<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",
|
||||
"WebPage"
|
||||
],
|
||||
"name": "Acceptable Use Policy \u00b7 PearDock Legal",
|
||||
"description": "Acceptable Use Policy for PearDock and HoneyPeer, LLC services.",
|
||||
"url": "https://peardock.boats/legal/aup",
|
||||
"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
|
||||
}
|
||||
}
|
||||
</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" />
|
||||
|
||||
+74
-2
@@ -5,9 +5,81 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||
<title>Cookie Policy → Privacy Policy · PearDock Legal</title>
|
||||
<meta name="description" content="Cookie information is part of the PearDock Privacy Policy." />
|
||||
<meta name="robots" content="noindex" />
|
||||
<meta name="keywords" content="PearDock cookies, privacy" />
|
||||
<meta name="author" content="HoneyPeer, LLC" />
|
||||
<meta name="robots" content="noindex, follow" />
|
||||
<meta name="googlebot" content="noindex, follow" />
|
||||
<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/legal/privacy#cookies" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardock.boats/legal/privacy#cookies" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardock.boats/legal/privacy#cookies" />
|
||||
|
||||
<!-- 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/legal/privacy" />
|
||||
<meta property="og:title" content="Cookie Policy → Privacy Policy · PearDock Legal" />
|
||||
<meta property="og:description" content="Cookie information is part of the PearDock Privacy Policy." />
|
||||
<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="Cookie Policy → Privacy Policy · PearDock Legal" />
|
||||
<meta name="twitter:description" content="Cookie information is part of the PearDock Privacy Policy." />
|
||||
<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",
|
||||
"name": "Cookie Policy \u2192 Privacy Policy \u00b7 PearDock Legal",
|
||||
"description": "Cookie information is part of the PearDock Privacy Policy.",
|
||||
"url": "https://peardock.boats/legal/privacy",
|
||||
"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
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<meta http-equiv="refresh" content="0;url=/legal/privacy#cookies" />
|
||||
<link rel="canonical" href="/legal/privacy#cookies" />
|
||||
<script>location.replace('/legal/privacy#cookies')</script>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -5,8 +5,88 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||
<title>Copyright & DMCA · PearDock Legal</title>
|
||||
<meta name="description" content="Copyright ownership and DMCA notice procedure for PearDock / HoneyPeer, LLC." />
|
||||
<meta name="keywords" content="PearDock copyright, DMCA, HoneyPeer" />
|
||||
<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/legal/copyright" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardock.boats/legal/copyright" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardock.boats/legal/copyright" />
|
||||
|
||||
<!-- 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/legal/copyright" />
|
||||
<meta property="og:title" content="Copyright & DMCA · PearDock Legal" />
|
||||
<meta property="og:description" content="Copyright ownership and DMCA notice procedure for PearDock / HoneyPeer, LLC." />
|
||||
<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="Copyright & DMCA · PearDock Legal" />
|
||||
<meta name="twitter:description" content="Copyright ownership and DMCA notice procedure for PearDock / HoneyPeer, LLC." />
|
||||
<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="Legal" />
|
||||
<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",
|
||||
"WebPage"
|
||||
],
|
||||
"name": "Copyright & DMCA \u00b7 PearDock Legal",
|
||||
"description": "Copyright ownership and DMCA notice procedure for PearDock / HoneyPeer, LLC.",
|
||||
"url": "https://peardock.boats/legal/copyright",
|
||||
"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
|
||||
}
|
||||
}
|
||||
</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,88 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||
<title>Disclaimer & Liability · PearDock Legal</title>
|
||||
<meta name="description" content="Warranty disclaimer and limitation of liability for PearDock by HoneyPeer, LLC." />
|
||||
<meta name="keywords" content="PearDock disclaimer, liability" />
|
||||
<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/legal/disclaimer" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardock.boats/legal/disclaimer" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardock.boats/legal/disclaimer" />
|
||||
|
||||
<!-- 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/legal/disclaimer" />
|
||||
<meta property="og:title" content="Disclaimer & Liability · PearDock Legal" />
|
||||
<meta property="og:description" content="Warranty disclaimer and limitation of liability for PearDock by HoneyPeer, LLC." />
|
||||
<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="Disclaimer & Liability · PearDock Legal" />
|
||||
<meta name="twitter:description" content="Warranty disclaimer and limitation of liability for PearDock by HoneyPeer, LLC." />
|
||||
<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="Legal" />
|
||||
<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",
|
||||
"WebPage"
|
||||
],
|
||||
"name": "Disclaimer & Liability \u00b7 PearDock Legal",
|
||||
"description": "Warranty disclaimer and limitation of liability for PearDock by HoneyPeer, LLC.",
|
||||
"url": "https://peardock.boats/legal/disclaimer",
|
||||
"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
|
||||
}
|
||||
}
|
||||
</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,88 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||
<title>End User License Agreement · PearDock Legal</title>
|
||||
<meta name="description" content="End User License Agreement for PearDock software distributed by HoneyPeer, LLC." />
|
||||
<meta name="keywords" content="PearDock EULA, End User License Agreement" />
|
||||
<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/legal/eula" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardock.boats/legal/eula" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardock.boats/legal/eula" />
|
||||
|
||||
<!-- 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/legal/eula" />
|
||||
<meta property="og:title" content="End User License Agreement · PearDock Legal" />
|
||||
<meta property="og:description" content="End User License Agreement for PearDock software distributed by HoneyPeer, LLC." />
|
||||
<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="End User License Agreement · PearDock Legal" />
|
||||
<meta name="twitter:description" content="End User License Agreement for PearDock software distributed by HoneyPeer, LLC." />
|
||||
<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="Legal" />
|
||||
<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",
|
||||
"WebPage"
|
||||
],
|
||||
"name": "End User License Agreement \u00b7 PearDock Legal",
|
||||
"description": "End User License Agreement for PearDock software distributed by HoneyPeer, LLC.",
|
||||
"url": "https://peardock.boats/legal/eula",
|
||||
"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
|
||||
}
|
||||
}
|
||||
</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,83 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||
<title>Legal · PearDock</title>
|
||||
<meta name="description" content="Legal documents for PearDock by HoneyPeer, LLC: Terms, EULA, Privacy, AGPL-3.0 license notices, and more." />
|
||||
<meta name="keywords" content="PearDock legal, HoneyPeer, Terms, Privacy, EULA, 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/legal/" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardock.boats/legal/" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardock.boats/legal/" />
|
||||
|
||||
<!-- 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/legal/" />
|
||||
<meta property="og:title" content="Legal · PearDock" />
|
||||
<meta property="og:description" content="Legal documents for PearDock by HoneyPeer, LLC: Terms, EULA, Privacy, AGPL-3.0 license notices, and more." />
|
||||
<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="Legal · PearDock" />
|
||||
<meta name="twitter:description" content="Legal documents for PearDock by HoneyPeer, LLC: Terms, EULA, Privacy, AGPL-3.0 license notices, and more." />
|
||||
<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",
|
||||
"WebPage"
|
||||
],
|
||||
"name": "Legal \u00b7 PearDock",
|
||||
"description": "Legal documents for PearDock by HoneyPeer, LLC: Terms, EULA, Privacy, AGPL-3.0 license notices, and more.",
|
||||
"url": "https://peardock.boats/legal/",
|
||||
"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
|
||||
}
|
||||
}
|
||||
</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,88 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||
<title>Open Source Notices · PearDock Legal</title>
|
||||
<meta name="description" content="AGPL-3.0 license and third-party open source notices for PearDock by HoneyPeer, LLC." />
|
||||
<meta name="keywords" content="PearDock AGPL-3.0, open source license, 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/legal/license" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardock.boats/legal/license" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardock.boats/legal/license" />
|
||||
|
||||
<!-- 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/legal/license" />
|
||||
<meta property="og:title" content="Open Source Notices · PearDock Legal" />
|
||||
<meta property="og:description" content="AGPL-3.0 license and third-party open source notices for PearDock by HoneyPeer, LLC." />
|
||||
<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="Open Source Notices · PearDock Legal" />
|
||||
<meta name="twitter:description" content="AGPL-3.0 license and third-party open source notices for PearDock by HoneyPeer, LLC." />
|
||||
<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="Legal" />
|
||||
<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",
|
||||
"WebPage"
|
||||
],
|
||||
"name": "Open Source Notices \u00b7 PearDock Legal",
|
||||
"description": "AGPL-3.0 license and third-party open source notices for PearDock by HoneyPeer, LLC.",
|
||||
"url": "https://peardock.boats/legal/license",
|
||||
"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
|
||||
}
|
||||
}
|
||||
</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,88 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||
<title>Privacy Policy · PearDock Legal</title>
|
||||
<meta name="description" content="Privacy Policy for PearDock and HoneyPeer, LLC websites and services, including cookies and similar technologies." />
|
||||
<meta name="keywords" content="PearDock Privacy Policy, cookies, HoneyPeer" />
|
||||
<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/legal/privacy" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardock.boats/legal/privacy" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardock.boats/legal/privacy" />
|
||||
|
||||
<!-- 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/legal/privacy" />
|
||||
<meta property="og:title" content="Privacy Policy · PearDock Legal" />
|
||||
<meta property="og:description" content="Privacy Policy for PearDock and HoneyPeer, LLC websites and services, including cookies and similar technologies." />
|
||||
<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="Privacy Policy · PearDock Legal" />
|
||||
<meta name="twitter:description" content="Privacy Policy for PearDock and HoneyPeer, LLC websites and services, including cookies and similar technologies." />
|
||||
<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="Legal" />
|
||||
<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",
|
||||
"WebPage"
|
||||
],
|
||||
"name": "Privacy Policy \u00b7 PearDock Legal",
|
||||
"description": "Privacy Policy for PearDock and HoneyPeer, LLC websites and services, including cookies and similar technologies.",
|
||||
"url": "https://peardock.boats/legal/privacy",
|
||||
"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
|
||||
}
|
||||
}
|
||||
</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,88 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||
<title>Security Policy · PearDock Legal</title>
|
||||
<meta name="description" content="Security vulnerability disclosure policy for PearDock by HoneyPeer, LLC." />
|
||||
<meta name="keywords" content="PearDock security policy, vulnerability disclosure" />
|
||||
<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/legal/security" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardock.boats/legal/security" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardock.boats/legal/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/legal/security" />
|
||||
<meta property="og:title" content="Security Policy · PearDock Legal" />
|
||||
<meta property="og:description" content="Security vulnerability disclosure policy for PearDock by HoneyPeer, LLC." />
|
||||
<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 Policy · PearDock Legal" />
|
||||
<meta name="twitter:description" content="Security vulnerability disclosure policy for PearDock by HoneyPeer, LLC." />
|
||||
<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="Legal" />
|
||||
<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",
|
||||
"WebPage"
|
||||
],
|
||||
"name": "Security Policy \u00b7 PearDock Legal",
|
||||
"description": "Security vulnerability disclosure policy for PearDock by HoneyPeer, LLC.",
|
||||
"url": "https://peardock.boats/legal/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
|
||||
}
|
||||
}
|
||||
</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,88 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
|
||||
<title>Terms of Service · PearDock Legal</title>
|
||||
<meta name="description" content="Terms of Service for PearDock websites and online properties operated by HoneyPeer, LLC." />
|
||||
<meta name="keywords" content="PearDock Terms of Service, HoneyPeer" />
|
||||
<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/legal/terms" />
|
||||
<link rel="alternate" hreflang="en" href="https://peardock.boats/legal/terms" />
|
||||
<link rel="alternate" hreflang="x-default" href="https://peardock.boats/legal/terms" />
|
||||
|
||||
<!-- 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/legal/terms" />
|
||||
<meta property="og:title" content="Terms of Service · PearDock Legal" />
|
||||
<meta property="og:description" content="Terms of Service for PearDock websites and online properties operated by HoneyPeer, LLC." />
|
||||
<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="Terms of Service · PearDock Legal" />
|
||||
<meta name="twitter:description" content="Terms of Service for PearDock websites and online properties operated by HoneyPeer, LLC." />
|
||||
<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="Legal" />
|
||||
<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",
|
||||
"WebPage"
|
||||
],
|
||||
"name": "Terms of Service \u00b7 PearDock Legal",
|
||||
"description": "Terms of Service for PearDock websites and online properties operated by HoneyPeer, LLC.",
|
||||
"url": "https://peardock.boats/legal/terms",
|
||||
"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
|
||||
}
|
||||
}
|
||||
</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