first commit

This commit is contained in:
Raven Scott
2026-07-11 19:01:46 -04:00
commit acc2042f82
84 changed files with 13094 additions and 0 deletions
+88
View File
@@ -0,0 +1,88 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<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="theme-color" content="#2dd4bf" />
<link rel="icon" href="/assets/favicons/favicon.ico" sizes="any" />
<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" />
<link rel="stylesheet" href="/src/styles/global.css" />
<link rel="stylesheet" href="/src/styles/docs.css" />
<link rel="stylesheet" href="/src/styles/legal.css" />
</head>
<body>
<div class="bg-mesh" aria-hidden="true"></div>
<div data-nav data-prefix="../"></div>
<div class="docs-layout legal-layout">
<aside class="docs-sidebar" data-legal-nav></aside>
<button type="button" class="docs-sidebar-toggle" aria-label="Legal menu"></button>
<article class="docs-main legal-main">
<p class="legal-kicker">Legal</p>
<h1>Acceptable Use Policy</h1>
<p class="docs-lead">
This Acceptable Use Policy (“<strong>AUP</strong>”) applies to use of HoneyPeer Sites, installers, and PearDock software
in connection with HoneyPeer-operated infrastructure or distribution channels.
</p>
<p class="legal-updated">Last updated: <strong>July 11, 2026</strong></p>
<h2 id="purpose">1. Purpose</h2>
<p>
PearDock is a powerful operations tool for Docker. With power comes responsibility.
This AUP describes prohibited uses so that operators, networks, and the open-source community remain safe.
</p>
<h2 id="prohibited">2. Prohibited activities</h2>
<p>You may not use the Sites, installers, or Software to:</p>
<ul>
<li><strong>Violate law</strong>, including computer crime, fraud, sanctions evasion, or unlawful surveillance;</li>
<li><strong>Attack systems</strong> by scanning, exploiting, or accessing systems, networks, or accounts without authorization;</li>
<li><strong>Distribute malware</strong> such as ransomware, trojans, botnet C2, or other malicious code via containers, images, or tunnels;</li>
<li><strong>Abuse tunnels</strong> by using Holesail or similar tunnels to conceal attacks, spam, phishing, or copyright infringement at scale;</li>
<li><strong>Interfere with HoneyPeer infrastructure</strong> through DDoS, credential stuffing, scraping that degrades service, or bypassing rate limits;</li>
<li><strong>Misrepresent identity</strong> by impersonating HoneyPeer, PearDock, or another person or entity;</li>
<li><strong>Infringe IP</strong> by hosting or distributing content you do not have rights to through systems managed with PearDock, in a way that unlawfully uses our distribution channels;</li>
<li><strong>Mine cryptocurrency on third-party systems</strong> without authorization from the system owner;</li>
<li><strong>Harass or harm</strong> by threatening, stalking, or encouraging violence.</li>
</ul>
<h2 id="operator">3. Self-hosted operator duties</h2>
<p>
When you self-host PearDock, you are the operator of that instance.
You must secure peer keys, Docker sockets, and network exposure.
HoneyPeer is not responsible for how you configure or expose your infrastructure.
</p>
<h2 id="enforcement">4. Enforcement</h2>
<p>
HoneyPeer may investigate suspected violations involving our Sites or distribution systems and may suspend access,
block IPs, remove materials, or report to law enforcement.
For self-hosted deployments, enforcement may be limited to denying access to HoneyPeer-operated download or documentation properties.
</p>
<h2 id="reporting">5. Reporting abuse</h2>
<p>
Report abuse of HoneyPeer Sites or brand misuse to
<a href="mailto:[email protected]">[email protected]</a>.
Copyright notices: see <a href="/legal/copyright">Copyright &amp; DMCA</a>.
</p>
<h2 id="changes">6. Changes</h2>
<p>We may update this AUP by posting a revised version with a new “Last updated” date.</p>
<div class="docs-pager">
<a href="/legal/license"><span>Previous</span><strong>← Open Source</strong></a>
<a class="next" href="/legal/copyright"><span>Next</span><strong>Copyright &amp; DMCA →</strong></a>
</div>
</article>
</div>
<div data-footer data-prefix="../"></div>
<script type="module" src="/src/js/site.js"></script>
</body>
</html>
+19
View File
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<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 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>
<p>
Cookie information is included in the
<a href="/legal/privacy#cookies">Privacy Policy</a>.
</p>
</body>
</html>
+93
View File
@@ -0,0 +1,93 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<title>Copyright &amp; DMCA · PearDock Legal</title>
<meta name="description" content="Copyright ownership and DMCA notice procedure for PearDock / HoneyPeer, LLC." />
<meta name="theme-color" content="#2dd4bf" />
<link rel="icon" href="/assets/favicons/favicon.ico" sizes="any" />
<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" />
<link rel="stylesheet" href="/src/styles/global.css" />
<link rel="stylesheet" href="/src/styles/docs.css" />
<link rel="stylesheet" href="/src/styles/legal.css" />
</head>
<body>
<div class="bg-mesh" aria-hidden="true"></div>
<div data-nav data-prefix="../"></div>
<div class="docs-layout legal-layout">
<aside class="docs-sidebar" data-legal-nav></aside>
<button type="button" class="docs-sidebar-toggle" aria-label="Legal menu"></button>
<article class="docs-main legal-main">
<p class="legal-kicker">Legal</p>
<h1>Copyright &amp; DMCA</h1>
<p class="docs-lead">
Copyright in PearDock product materials and HoneyPeer-operated Sites is held by
<strong>HoneyPeer, LLC</strong>, except open-source code licensed under AGPL-3.0 and third-party works.
</p>
<p class="legal-updated">Last updated: <strong>July 11, 2026</strong></p>
<h2 id="ownership">1. Copyright ownership</h2>
<p>
© 2024-<span data-year></span> HoneyPeer, LLC and contributors.
Website content, documentation layout, original graphics, and brand materials are protected by copyright.
Software source is additionally licensed under AGPL-3.0 as described in
<a href="/legal/license">Open Source Notices</a>.
</p>
<h2 id="permission">2. Permission</h2>
<p>
You may quote short excerpts of documentation with attribution for non-misleading technical purposes.
For republication of substantial documentation or brand assets, contact
<a href="mailto:[email protected]">[email protected]</a>.
</p>
<h2 id="dmca">3. DMCA / copyright complaints</h2>
<p>
If you believe content on a HoneyPeer-operated Site infringes your copyright, send a notice that includes:
</p>
<ol>
<li>Your physical or electronic signature;</li>
<li>Identification of the copyrighted work claimed to be infringed;</li>
<li>Identification of the material that is claimed to be infringing and information reasonably sufficient to locate it (URL);</li>
<li>Your contact information (address, telephone, email);</li>
<li>A statement that you have a good-faith belief that use of the material is not authorized by the copyright owner, its agent, or the law;</li>
<li>A statement that the information in the notification is accurate, and under penalty of perjury, that you are authorized to act on behalf of the owner.</li>
</ol>
<p>
<strong>Designated agent (email):</strong>
<a href="mailto:[email protected]">[email protected]</a><br />
<strong>Entity:</strong> HoneyPeer, LLC, DeKalb County, Georgia, USA
</p>
<p>
Upon valid notice, HoneyPeer may remove or disable access to the material and, where applicable, notify the poster.
Counter-notification procedures under the DMCA may apply.
</p>
<h2 id="repeat">4. Repeat infringers</h2>
<p>
HoneyPeer may terminate access to Sites or distribution channels for users who are repeat infringers, where accounts or access controls exist.
</p>
<h2 id="selfhost">5. Self-hosted content</h2>
<p>
Content hosted on systems you operate with PearDock is your responsibility.
HoneyPeer generally cannot remove content from infrastructure we do not control.
Send notices about HoneyPeer-operated Sites only to the address above.
</p>
<div class="docs-pager">
<a href="/legal/aup"><span>Previous</span><strong>← Acceptable Use</strong></a>
<a class="next" href="/legal/disclaimer"><span>Next</span><strong>Disclaimer →</strong></a>
</div>
</article>
</div>
<div data-footer data-prefix="../"></div>
<script type="module" src="/src/js/site.js"></script>
</body>
</html>
+116
View File
@@ -0,0 +1,116 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover" />
<title>Disclaimer &amp; Liability · PearDock Legal</title>
<meta name="description" content="Warranty disclaimer and limitation of liability for PearDock by HoneyPeer, LLC." />
<meta name="theme-color" content="#2dd4bf" />
<link rel="icon" href="/assets/favicons/favicon.ico" sizes="any" />
<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" />
<link rel="stylesheet" href="/src/styles/global.css" />
<link rel="stylesheet" href="/src/styles/docs.css" />
<link rel="stylesheet" href="/src/styles/legal.css" />
</head>
<body>
<div class="bg-mesh" aria-hidden="true"></div>
<div data-nav data-prefix="../"></div>
<div class="docs-layout legal-layout">
<aside class="docs-sidebar" data-legal-nav></aside>
<button type="button" class="docs-sidebar-toggle" aria-label="Legal menu"></button>
<article class="docs-main legal-main">
<p class="legal-kicker">Legal</p>
<h1>Disclaimer &amp; Limitation of Liability</h1>
<p class="docs-lead">
Important risk disclosures for PearDock software and documentation published by HoneyPeer, LLC.
</p>
<p class="legal-updated">Last updated: <strong>July 11, 2026</strong></p>
<div class="callout warn">
<div class="callout-icon">!</div>
<div class="callout-body">
<strong>Infrastructure software.</strong>
PearDock can control Docker engines, open peer connections, and expose ports via tunnels.
Misconfiguration can cause data loss, downtime, or unauthorized access. Use at your own risk, especially in production.
</div>
</div>
<h2 id="as-is">1. “AS IS” software and documentation</h2>
<p>
PEARDOCK SOFTWARE, DOCUMENTATION, INSTALLERS, WEBSITES, AND RELATED MATERIALS ARE PROVIDED BY HONEYPEER, LLC
AND CONTRIBUTORS “AS IS” AND “AS AVAILABLE,” WITHOUT WARRANTIES OF ANY KIND, WHETHER EXPRESS, IMPLIED, OR STATUTORY,
INCLUDING BUT NOT LIMITED TO WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, QUIET ENJOYMENT,
ACCURACY, AND NON-INFRINGEMENT.
</p>
<p>
This is consistent with the AGPL-3.0 disclaimer for open-source distributions and applies to the fullest extent permitted by law for HoneyPeers Sites and binary distributions.
</p>
<h2 id="no-guarantee">2. No operational guarantees</h2>
<p>Without limiting the foregoing, HoneyPeer does not warrant that:</p>
<ul>
<li>PearDock will meet your requirements or be compatible with every Docker version or platform;</li>
<li>peer connectivity, HyperDHT routing, or Holesail tunnels will be available, confidential, or uninterrupted;</li>
<li>defects will be corrected within any timeframe;</li>
<li>documentation is complete or error-free.</li>
</ul>
<h2 id="your-risk">3. Your risk allocation</h2>
<p>You are solely responsible for:</p>
<ul>
<li>testing in non-production environments before production use;</li>
<li>access control, key management, backups, and monitoring;</li>
<li>compliance with your organizations security policies and applicable law;</li>
<li>consequences of granting peers Docker-level access via PearDock roles.</li>
</ul>
<h2 id="liability">4. Limitation of liability</h2>
<p>
TO THE MAXIMUM EXTENT PERMITTED BY LAW, IN NO EVENT WILL HONEYPEER, LLC, ITS MEMBERS, OFFICERS, EMPLOYEES, AGENTS, OR CONTRIBUTORS BE LIABLE FOR ANY
INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, EXEMPLARY, OR PUNITIVE DAMAGES; OR ANY LOSS OF PROFITS, REVENUE, DATA, GOODWILL, OR BUSINESS INTERRUPTION;
OR COST OF SUBSTITUTE GOODS OR SERVICES; ARISING OUT OF OR RELATED TO PEARDOCK OR HONEYPEER SITES, WHETHER BASED IN CONTRACT, TORT (INCLUDING NEGLIGENCE), STRICT LIABILITY, OR OTHERWISE,
EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
</p>
<p>
TO THE MAXIMUM EXTENT PERMITTED BY LAW, HONEYPEERS TOTAL AGGREGATE LIABILITY FOR ALL CLAIMS RELATING TO PEARDOCK OR THE SITES SHALL NOT EXCEED THE GREATER OF
(A) THE AMOUNTS YOU PAID TO HONEYPEER FOR THE SPECIFIC PRODUCT OR SERVICE GIVING RISE TO THE CLAIM DURING THE TWELVE (12) MONTHS PRIOR TO THE CLAIM, OR
(B) ONE HUNDRED U.S. DOLLARS (US&nbsp;$100).
</p>
<p>
Because some jurisdictions do not allow certain exclusions, some of the above may not apply to you; in that case, liability is limited to the minimum extent required by law.
</p>
<h2 id="high-risk">5. High-risk activities</h2>
<p>
The Software is not designed for use in hazardous environments requiring fail-safe performance (for example nuclear facilities, air traffic control, or life-support systems)
where failure could lead to death, personal injury, or severe environmental damage. You assume all risk of such use.
</p>
<h2 id="related">6. Related documents</h2>
<ul>
<li><a href="/legal/eula">End User License Agreement</a></li>
<li><a href="/legal/terms">Terms of Service</a></li>
<li><a href="/legal/license">Open Source Notices (AGPL-3.0)</a></li>
</ul>
<h2 id="contact">7. Contact</h2>
<p>
HoneyPeer, LLC · DeKalb County, Georgia, USA<br />
<a href="mailto:[email protected]">[email protected]</a>
</p>
<div class="docs-pager">
<a href="/legal/copyright"><span>Previous</span><strong>← Copyright</strong></a>
<a class="next" href="/legal/security"><span>Next</span><strong>Security Policy →</strong></a>
</div>
</article>
</div>
<div data-footer data-prefix="../"></div>
<script type="module" src="/src/js/site.js"></script>
</body>
</html>
+182
View File
@@ -0,0 +1,182 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<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="theme-color" content="#2dd4bf" />
<link rel="icon" href="/assets/favicons/favicon.ico" sizes="any" />
<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" />
<link rel="stylesheet" href="/src/styles/global.css" />
<link rel="stylesheet" href="/src/styles/docs.css" />
<link rel="stylesheet" href="/src/styles/legal.css" />
</head>
<body>
<div class="bg-mesh" aria-hidden="true"></div>
<div data-nav data-prefix="../"></div>
<div class="docs-layout legal-layout">
<aside class="docs-sidebar" data-legal-nav></aside>
<button type="button" class="docs-sidebar-toggle" aria-label="Legal menu"></button>
<article class="docs-main legal-main">
<p class="legal-kicker">Legal</p>
<h1>End User License Agreement</h1>
<p class="docs-lead">
This End User License Agreement (“<strong>EULA</strong>”) is a legal agreement between you and
<strong>HoneyPeer, LLC</strong> (“HoneyPeer”) for PearDock software products distributed by HoneyPeer,
including server binaries, desktop clients, installers, and related documentation (the “<strong>Software</strong>”).
</p>
<p class="legal-updated">Last updated: <strong>July 11, 2026</strong></p>
<nav class="toc">
<strong>On this page</strong>
<ol>
<li><a href="#acceptance">Acceptance</a></li>
<li><a href="#license">License grant</a></li>
<li><a href="#oss">Open-source components</a></li>
<li><a href="#restrictions">Restrictions</a></li>
<li><a href="#ownership">Ownership</a></li>
<li><a href="#updates">Updates</a></li>
<li><a href="#data">Your data &amp; infrastructure</a></li>
<li><a href="#third">Third-party software</a></li>
<li><a href="#support">Support</a></li>
<li><a href="#term">Term &amp; termination</a></li>
<li><a href="#export">Export</a></li>
<li><a href="#warranty">Warranty disclaimer</a></li>
<li><a href="#liability">Limitation of liability</a></li>
<li><a href="#law">Governing law</a></li>
<li><a href="#contact">Contact</a></li>
</ol>
</nav>
<h2 id="acceptance">1. Acceptance</h2>
<p>
By downloading, installing, copying, or using the Software, you agree to this EULA.
If you do not agree, do not install or use the Software.
If you accept on behalf of an entity, you represent that you are authorized to bind that entity.
</p>
<h2 id="license">2. License grant</h2>
<p>
Subject to this EULA, HoneyPeer grants you a limited, non-exclusive, non-transferable (except as permitted below),
revocable license to install and use the Software on systems you own or control, for lawful purposes,
including managing Docker environments over peer-to-peer connections as documented.
</p>
<p>
Where the Software (or portions of it) is also provided under AGPL-3.0 in source form,
your rights under AGPL-3.0 for that source remain available and are not narrowed by this EULA.
This EULA primarily governs HoneyPeers distribution of binaries, installers, trademarks, and packaging.
</p>
<h2 id="oss">3. Open-source components</h2>
<p>
PearDock is engineered as open-source software under the
<strong>GNU Affero General Public License, Version 3 (AGPL-3.0)</strong>, matching Holesail.
The Software may include third-party open-source components under their own licenses
(see <a href="/legal/license">Open Source Notices</a>). Those licenses govern those components.
Holesail-related tunnel functionality is also <strong>AGPL-3.0</strong>.
</p>
<h2 id="restrictions">4. Restrictions</h2>
<p>Except as allowed by applicable open-source licenses or mandatory law, you may not:</p>
<ul>
<li>rent, lease, sell, sublicense, or provide the Software as a hosted multi-tenant service that conceals HoneyPeers trademarks in a misleading way;</li>
<li>remove or alter proprietary notices, copyright legends, or attribution required by licenses;</li>
<li>use the Software to violate law, third-party rights, or the <a href="/legal/aup">Acceptable Use Policy</a>;</li>
<li>attempt to bypass security, authentication, or access controls of systems you do not own or administer;</li>
<li>misrepresent the Software as officially endorsed by another party, or misuse HoneyPeer/PearDock marks in a misleading way.</li>
</ul>
<h2 id="ownership">5. Ownership</h2>
<p>
HoneyPeer and its licensors retain all right, title, and interest in and to the Software,
including intellectual property rights, subject to open-source licenses applicable to specific components.
This EULA does not transfer ownership of the Software to you.
</p>
<h2 id="updates">6. Updates and versions</h2>
<p>
HoneyPeer may provide updates, rolling releases, or patches. Updates may be required for continued compatibility.
HoneyPeer is not obligated to provide any particular update schedule.
Pre-release, experimental, or “rolling” builds may be unstable.
</p>
<h2 id="data">7. Your data and infrastructure</h2>
<p>
The Software operates on infrastructure and networks you control or connect to.
You are solely responsible for Docker hosts, containers, secrets, peer keys, tunnels, logs, and any data processed by systems you manage with PearDock.
HoneyPeer does not claim ownership of your content or container workloads.
</p>
<p>
Unless you separately enable a HoneyPeer online service that collects data (described in the
<a href="/legal/privacy">Privacy Policy</a>), local use of the Software does not require sending operational Docker data to HoneyPeer.
</p>
<h2 id="third">8. Third-party software and services</h2>
<p>
The Software may interact with Docker Engine, operating systems, network services, and optional tunnel libraries.
Those products are governed by their own terms and licenses. HoneyPeer is not responsible for third-party software behavior.
</p>
<h2 id="support">9. Support</h2>
<p>
Unless you have a separate written support agreement with HoneyPeer, the Software is provided without guaranteed support, SLA, or uptime commitment.
Community documentation may be available on the Sites.
</p>
<h2 id="term">10. Term and termination</h2>
<p>
This EULA remains in effect until terminated. Your rights terminate automatically if you materially breach this EULA and fail to cure where cure is reasonably possible.
Upon termination, you must stop using HoneyPeer-distributed proprietary packaging that is not independently licensed to you under open source, and destroy copies as required.
Open-source licenses that have already been granted for source code survive according to their terms.
</p>
<h2 id="export">11. Export and sanctions</h2>
<p>
You must comply with U.S. and other applicable export control and sanctions laws.
You may not use or export the Software in violation of those laws.
</p>
<h2 id="warranty">12. Warranty disclaimer</h2>
<p>
THE SOFTWARE IS PROVIDED “AS IS” WITHOUT WARRANTY OF ANY KIND.
TO THE MAXIMUM EXTENT PERMITTED BY LAW, HONEYPEER DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED,
INCLUDING MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT.
YOU ASSUME ALL RISK FOR USE OF THE SOFTWARE IN PRODUCTION OR CRITICAL ENVIRONMENTS.
</p>
<h2 id="liability">13. Limitation of liability</h2>
<p>
TO THE MAXIMUM EXTENT PERMITTED BY LAW, HONEYPEER WILL NOT BE LIABLE FOR ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, OR PUNITIVE DAMAGES,
OR LOSS OF PROFITS, DATA, OR BUSINESS, ARISING FROM THE SOFTWARE OR THIS EULA.
HONEYPEERS TOTAL LIABILITY WILL NOT EXCEED THE GREATER OF FEES YOU PAID TO HONEYPEER FOR THE SOFTWARE IN THE TWELVE (12) MONTHS BEFORE THE CLAIM OR US&nbsp;$100.
</p>
<p>See also the <a href="/legal/disclaimer">Disclaimer &amp; Liability</a> statement.</p>
<h2 id="law">14. Governing law</h2>
<p>
This EULA is governed by the laws of the State of Georgia, USA.
Venue lies in Georgia courts as described in the <a href="/legal/terms">Terms of Service</a>, except where prohibited.
</p>
<h2 id="contact">15. Contact</h2>
<p>
HoneyPeer, LLC · DeKalb County, Georgia, USA<br />
<a href="mailto:[email protected]">[email protected]</a>
</p>
<div class="docs-pager">
<a href="/legal/terms"><span>Previous</span><strong>← Terms of Service</strong></a>
<a class="next" href="/legal/privacy"><span>Next</span><strong>Privacy Policy →</strong></a>
</div>
</article>
</div>
<div data-footer data-prefix="../"></div>
<script type="module" src="/src/js/site.js"></script>
</body>
</html>
+115
View File
@@ -0,0 +1,115 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<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="theme-color" content="#2dd4bf" />
<link rel="icon" href="/assets/favicons/favicon.ico" sizes="any" />
<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" />
<link rel="stylesheet" href="/src/styles/global.css" />
<link rel="stylesheet" href="/src/styles/docs.css" />
<link rel="stylesheet" href="/src/styles/legal.css" />
</head>
<body>
<div class="bg-mesh" aria-hidden="true"></div>
<div data-nav data-prefix="../"></div>
<div class="docs-layout legal-layout">
<aside class="docs-sidebar" data-legal-nav></aside>
<button type="button" class="docs-sidebar-toggle" aria-label="Legal menu"></button>
<article class="docs-main legal-main">
<p class="legal-kicker">HoneyPeer, LLC</p>
<h1>Legal</h1>
<p class="docs-lead">
PearDock is owned, operated, and engineered by <strong>HoneyPeer, LLC</strong>,
a limited liability company organized under the laws of the State of Georgia
(DeKalb County), United States. The PearDock software is made available as
open source under the <strong>GNU Affero General Public License v3.0 (AGPL-3.0)</strong>.
</p>
<div class="legal-notice callout info">
<div class="callout-icon">i</div>
<div class="callout-body">
<strong>Two layers of rights.</strong>
The <em>source code</em> is licensed under AGPL-3.0 (and third-party licenses noted in
<a href="/legal/license">Open Source Notices</a>).
Use of the <em>website, hosted materials, trademarks, and binary distributions we publish</em>
is also governed by the Terms, EULA, and policies linked below.
</div>
</div>
<div class="docs-cards legal-cards">
<a class="docs-card" href="/legal/terms">
<span class="card-tag">Website &amp; services</span>
<h3>Terms of Service</h3>
<p>Rules for using peardock.boats, install.peardock.boats, and related HoneyPeer online properties.</p>
</a>
<a class="docs-card" href="/legal/eula">
<span class="card-tag">Software</span>
<h3>End User License Agreement</h3>
<p>License terms for PearDock client/server binaries and desktop applications distributed by HoneyPeer.</p>
</a>
<a class="docs-card" href="/legal/privacy">
<span class="card-tag">Data</span>
<h3>Privacy Policy</h3>
<p>How HoneyPeer handles information on our sites, including cookies and similar technologies.</p>
</a>
<a class="docs-card" href="/legal/license">
<span class="card-tag">Open source</span>
<h3>Open Source &amp; Notices</h3>
<p>AGPL-3.0 license summary, copyright, and third-party components (including Holesail).</p>
</a>
<a class="docs-card" href="/legal/aup">
<span class="card-tag">Conduct</span>
<h3>Acceptable Use Policy</h3>
<p>Prohibited misuse of PearDock, installers, tunnels, and HoneyPeer infrastructure.</p>
</a>
<a class="docs-card" href="/legal/copyright">
<span class="card-tag">IP</span>
<h3>Copyright &amp; DMCA</h3>
<p>Copyright ownership, notice-and-takedown, and reporting infringement.</p>
</a>
<a class="docs-card" href="/legal/disclaimer">
<span class="card-tag">Risk</span>
<h3>Disclaimer &amp; Liability</h3>
<p>Warranty disclaimers and limitation of liability for open-source infrastructure software.</p>
</a>
<a class="docs-card" href="/legal/security">
<span class="card-tag">Safety</span>
<h3>Security Policy</h3>
<p>Responsible vulnerability disclosure and security contact for PearDock.</p>
</a>
</div>
<h2>Entity</h2>
<div class="table-wrap">
<table>
<tbody>
<tr><th scope="row">Product</th><td>PearDock</td></tr>
<tr><th scope="row">Owner / operator / engineer</th><td>HoneyPeer, LLC</td></tr>
<tr><th scope="row">Jurisdiction</th><td>State of Georgia, United States (DeKalb County)</td></tr>
<tr><th scope="row">Software license</th><td>GNU Affero General Public License, Version 3 (AGPL-3.0)</td></tr>
<tr><th scope="row">Primary sites</th><td>peardock.boats · install.peardock.boats</td></tr>
<tr><th scope="row">Contact</th><td><a href="mailto:[email protected]">[email protected]</a> (legal, privacy, security, brand, DMCA)</td></tr>
</tbody>
</table>
</div>
<p class="legal-updated">Documents effective as of <strong>July 11, 2026</strong>, unless a page states otherwise. HoneyPeer may update these documents; the “Last updated” line on each page controls.</p>
<div class="docs-pager">
<span></span>
<a class="next" href="/legal/terms"><span>Start with</span><strong>Terms of Service →</strong></a>
</div>
</article>
</div>
<div data-footer data-prefix="../"></div>
<script type="module" src="/src/js/site.js"></script>
</body>
</html>
+136
View File
@@ -0,0 +1,136 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<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="theme-color" content="#2dd4bf" />
<link rel="icon" href="/assets/favicons/favicon.ico" sizes="any" />
<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" />
<link rel="stylesheet" href="/src/styles/global.css" />
<link rel="stylesheet" href="/src/styles/docs.css" />
<link rel="stylesheet" href="/src/styles/legal.css" />
</head>
<body>
<div class="bg-mesh" aria-hidden="true"></div>
<div data-nav data-prefix="../"></div>
<div class="docs-layout legal-layout">
<aside class="docs-sidebar" data-legal-nav></aside>
<button type="button" class="docs-sidebar-toggle" aria-label="Legal menu"></button>
<article class="docs-main legal-main">
<p class="legal-kicker">Legal</p>
<h1>Open Source &amp; Third-Party Notices</h1>
<p class="docs-lead">
PearDock is open-source software engineered by <strong>HoneyPeer, LLC</strong> and licensed under the
<strong>GNU Affero General Public License, Version 3 (AGPL-3.0)</strong>,
matching <a href="https://github.com/holesail/holesail" target="_blank" rel="noopener">Holesail</a>,
with third-party components under their respective licenses.
</p>
<p class="legal-updated">Last updated: <strong>July 11, 2026</strong></p>
<nav class="toc">
<strong>On this page</strong>
<ol>
<li><a href="#copyright">Copyright</a></li>
<li><a href="#agpl">AGPL-3.0</a></li>
<li><a href="#network">Network use &amp; source offer</a></li>
<li><a href="#third">Third-party components</a></li>
<li><a href="#holesail">Holesail</a></li>
<li><a href="#source">Source availability</a></li>
<li><a href="#contact">Contact</a></li>
</ol>
</nav>
<h2 id="copyright">1. Copyright</h2>
<p>
Copyright © 2024-<span data-year></span> HoneyPeer, LLC and PearDock contributors.<br />
PearDock is owned, operated, and engineered by HoneyPeer, LLC (DeKalb County, Georgia, USA).
</p>
<h2 id="agpl">2. GNU Affero General Public License v3.0</h2>
<p>
PearDock is licensed under the GNU Affero General Public License, Version 3 (the “License”).
You may not use this file except in compliance with the License.
You may obtain a copy of the License at:
</p>
<p><a href="https://www.gnu.org/licenses/agpl-3.0.html" target="_blank" rel="noopener">https://www.gnu.org/licenses/agpl-3.0.html</a></p>
<p>
This program is free software: you can redistribute it and/or modify it under the terms of the
GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License,
or (at your option) any later version.
</p>
<p>
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
See the GNU Affero General Public License for more details.
</p>
<div class="callout info">
<div class="callout-icon">i</div>
<div class="callout-body">
<strong>Full text.</strong> The complete AGPL-3.0 license text is included in the PearDock source repository
as <code>LICENSE</code>. In case of conflict between this summary page and the repository license file, the repository license file controls for the source code.
</div>
</div>
<h2 id="network">3. Network use and source offer</h2>
<p>
AGPL-3.0 is a strong copyleft license designed for network server software.
If you modify PearDock and let others interact with it over a computer network, AGPL requires that you offer
those users the corresponding source code of your modified version under AGPL-3.0 (see AGPL §13).
Operators running modified servers or combined distributions should review the full License carefully.
</p>
<p>
Redistributions must preserve copyright notices, license notices, and disclaimers as required by AGPL-3.0.
</p>
<h2 id="third">4. Third-party components</h2>
<p>
PearDock depends on third-party libraries and tools (for example Holepunch stack components, Docker client libraries, Electron, and others).
Each dependency is governed by its own license as declared in its package metadata or upstream repository.
Operators redistributing combined builds should review dependency licenses and generate an SBOM as appropriate for their compliance process.
</p>
<p>
Project documentation may reference an SBOM or dependency inventory (for example <code>docs/SBOM.md</code> in the source tree) for operator convenience; that inventory may evolve over time.
</p>
<h2 id="holesail">5. Holesail</h2>
<p>
Peer-to-peer port tunneling uses <strong>Holesail</strong>, which is also licensed under
<strong>GNU Affero General Public License v3.0 (AGPL-3.0)</strong>.
PearDocks primary license matches Holesail so the project and its required tunnel stack share the same AGPL-3.0 family.
</p>
<ul>
<li>PearDock source and Holesail are both AGPL-3.0.</li>
<li>Operators can disable tunnel creation with <code>ENABLE_HOLESAIL=0</code> where supported; the Holesail package may still be present as a dependency.</li>
</ul>
<p>See product docs: <a href="/docs/holesail">Holesail tunnels</a>.</p>
<h2 id="source">6. Source availability</h2>
<p>
Source code is published at the project repository (currently
<a href="https://git.ssh.surf/snxraven/peardock" target="_blank" rel="noopener">git.ssh.surf/snxraven/peardock</a>).
Installers at <a href="https://install.peardock.boats">install.peardock.boats</a> may distribute prebuilt binaries corresponding to published releases (including the rolling channel).
</p>
<h2 id="contact">7. Contact</h2>
<p>
License questions: <a href="mailto:[email protected]">[email protected]</a><br />
HoneyPeer, LLC · DeKalb County, Georgia, USA
</p>
<div class="docs-pager">
<a href="/legal/privacy"><span>Previous</span><strong>← Privacy</strong></a>
<a class="next" href="/legal/aup"><span>Next</span><strong>Acceptable Use →</strong></a>
</div>
</article>
</div>
<div data-footer data-prefix="../"></div>
<script type="module" src="/src/js/site.js"></script>
</body>
</html>
+214
View File
@@ -0,0 +1,214 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<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="theme-color" content="#2dd4bf" />
<link rel="icon" href="/assets/favicons/favicon.ico" sizes="any" />
<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" />
<link rel="stylesheet" href="/src/styles/global.css" />
<link rel="stylesheet" href="/src/styles/docs.css" />
<link rel="stylesheet" href="/src/styles/legal.css" />
</head>
<body>
<div class="bg-mesh" aria-hidden="true"></div>
<div data-nav data-prefix="../"></div>
<div class="docs-layout legal-layout">
<aside class="docs-sidebar" data-legal-nav></aside>
<button type="button" class="docs-sidebar-toggle" aria-label="Legal menu"></button>
<article class="docs-main legal-main">
<p class="legal-kicker">Legal</p>
<h1>Privacy Policy</h1>
<p class="docs-lead">
This Privacy Policy explains how <strong>HoneyPeer, LLC</strong> (“HoneyPeer,” “we,” “us”) handles information
in connection with PearDock websites and related online properties (the “<strong>Sites</strong>”),
including cookies and similar technologies.
</p>
<p class="legal-updated">Last updated: <strong>July 11, 2026</strong></p>
<nav class="toc">
<strong>On this page</strong>
<ol>
<li><a href="#scope">Scope</a></li>
<li><a href="#controller">Controller</a></li>
<li><a href="#collect">Information we collect</a></li>
<li><a href="#local">Local PearDock software</a></li>
<li><a href="#use">How we use information</a></li>
<li><a href="#share">Sharing</a></li>
<li><a href="#cookies">Cookies &amp; similar technologies</a></li>
<li><a href="#retention">Retention</a></li>
<li><a href="#security">Security</a></li>
<li><a href="#rights">Your rights</a></li>
<li><a href="#children">Children</a></li>
<li><a href="#intl">International transfers</a></li>
<li><a href="#changes">Changes</a></li>
<li><a href="#contact">Contact</a></li>
</ol>
</nav>
<h2 id="scope">1. Scope</h2>
<p>
This Policy covers the Sites (including peardock.boats and install.peardock.boats) and communications with HoneyPeer about PearDock.
It does <strong>not</strong> cover data processed solely on your own servers when you self-host PearDock, except to the extent that data is sent to us (for example email or issue reports you choose to send).
</p>
<h2 id="controller">2. Data controller</h2>
<p>
HoneyPeer, LLC<br />
DeKalb County, Georgia, United States<br />
Contact: <a href="mailto:[email protected]">[email protected]</a>
</p>
<h2 id="collect">3. Information we collect</h2>
<h3>3.1 Information you provide</h3>
<ul>
<li>Contact details if you email us (name, email address, message content);</li>
<li>Security vulnerability reports or legal notices you send;</li>
<li>Any other information you voluntarily submit via forms or email.</li>
</ul>
<h3>3.2 Information collected automatically</h3>
<ul>
<li>Standard server logs (IP address, user agent, request path, timestamps, referrer);</li>
<li>Approximate location derived from IP (city/region level at most, if used);</li>
<li>Diagnostic data if you opt into telemetry in a future product feature that discloses it at collection time.</li>
</ul>
<h3>3.3 We do not sell personal data</h3>
<p>HoneyPeer does not sell your personal information.</p>
<h2 id="local">4. Local PearDock software</h2>
<p>
When you run PearDock server or client on your machines, operational data (containers, logs, peer keys, Docker API traffic)
generally stays on systems and networks you control.
HoneyPeer does not receive that operational data unless you intentionally transmit it to us or to a third party.
</p>
<p>
Peer-to-peer connections and optional Holesail tunnels exchange data between peers you configure; HoneyPeer is not a party to that traffic.
</p>
<h2 id="use">5. How we use information</h2>
<ul>
<li>Operate, secure, and improve the Sites and installers;</li>
<li>Respond to support, legal, and security requests;</li>
<li>Prevent abuse, fraud, and violations of our <a href="/legal/aup">Acceptable Use Policy</a>;</li>
<li>Comply with law and enforce our agreements;</li>
<li>Communicate about PearDock if you contact us or subscribe to updates (where offered).</li>
</ul>
<h2 id="share">6. Sharing</h2>
<p>We may share information with:</p>
<ul>
<li><strong>Service providers</strong> who host the Sites, DNS, CDN, email, or analytics under contractual confidentiality obligations;</li>
<li><strong>Professional advisors</strong> (legal, accounting) as needed;</li>
<li><strong>Authorities</strong> when required by law or to protect rights, safety, and security;</li>
<li><strong>Business transfers</strong> in connection with a merger, acquisition, or asset sale, subject to appropriate protections.</li>
</ul>
<h2 id="cookies">7. Cookies and similar technologies</h2>
<p>
Cookies are small text files stored on your device. Similar technologies include local storage, session storage, and pixels.
We use “cookies” to refer to these technologies collectively.
</p>
<h3 id="cookies-how">7.1 How we use cookies</h3>
<div class="table-wrap">
<table>
<thead>
<tr><th>Category</th><th>Purpose</th><th>Examples</th></tr>
</thead>
<tbody>
<tr>
<td><strong>Essential</strong></td>
<td>Required for basic site operation, security, and preference storage you request</td>
<td>Load balancing, security tokens, UI preferences if stored locally</td>
</tr>
<tr>
<td><strong>Analytics</strong> (if enabled)</td>
<td>Understand aggregate traffic and improve documentation</td>
<td>Privacy-respecting analytics configured by HoneyPeer (disclosed if active)</td>
</tr>
<tr>
<td><strong>Functional</strong></td>
<td>Remember choices such as dismissed banners</td>
<td>Local storage flags</td>
</tr>
</tbody>
</table>
</div>
<p>
As of the Last updated date, the marketing and documentation Sites prioritize static content delivery.
If we enable non-essential analytics cookies, we will update this Policy and, where required, provide consent controls.
</p>
<h3 id="cookies-choices">7.2 Your choices</h3>
<ul>
<li>Browser settings can block or delete cookies; some features may not work if essential cookies are blocked.</li>
<li>Where consent is required for non-essential cookies, we will request it before setting them.</li>
</ul>
<h3 id="cookies-third">7.3 Third parties</h3>
<p>
Embedded third-party content (fonts, CDNs, linked repositories) may set their own cookies under their policies.
We do not control third-party cookies on external sites you navigate to.
</p>
<h2 id="retention">8. Retention</h2>
<p>
We retain personal information only as long as needed for the purposes above, including legal, security, and accounting requirements.
Server logs are typically rotated on a limited schedule determined by our hosting configuration.
</p>
<h2 id="security">9. Security</h2>
<p>
We implement reasonable administrative and technical measures appropriate to the nature of the Sites.
No method of transmission or storage is perfectly secure. Report suspected site or product vulnerabilities to
<a href="mailto:[email protected]">[email protected]</a> (see <a href="/legal/security">Security Policy</a>).
</p>
<h2 id="rights">10. Your rights</h2>
<p>
Depending on your location, you may have rights to access, correct, delete, or restrict processing of personal data, or to object to certain processing.
To exercise rights, contact <a href="mailto:[email protected]">[email protected]</a>.
We may need to verify your request. You may also lodge a complaint with a supervisory authority where applicable.
</p>
<p>
Residents of certain U.S. states may have additional rights under state privacy laws; contact us to exercise them.
We do not use sensitive personal information for “sale” or “sharing” as those terms are defined under the CCPA/CPRA.
</p>
<h2 id="children">11. Children</h2>
<p>
The Sites and Software are directed to technical operators and businesses, not children under 16 (or the age of digital consent in your jurisdiction).
We do not knowingly collect personal information from children.
</p>
<h2 id="intl">12. International transfers</h2>
<p>
HoneyPeer is based in the United States. If you access the Sites from outside the U.S., your information may be processed in the U.S. or other countries where our providers operate.
</p>
<h2 id="changes">13. Changes</h2>
<p>
We may update this Policy by posting a new version with a revised “Last updated” date.
Material changes will be indicated on this page.
</p>
<h2 id="contact">14. Contact</h2>
<p>
HoneyPeer, LLC · DeKalb County, Georgia, USA<br />
<a href="mailto:[email protected]">[email protected]</a>
</p>
<div class="docs-pager">
<a href="/legal/eula"><span>Previous</span><strong>← EULA</strong></a>
<a class="next" href="/legal/license"><span>Next</span><strong>Open Source Notices →</strong></a>
</div>
</article>
</div>
<div data-footer data-prefix="../"></div>
<script type="module" src="/src/js/site.js"></script>
</body>
</html>
+102
View File
@@ -0,0 +1,102 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<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="theme-color" content="#2dd4bf" />
<link rel="icon" href="/assets/favicons/favicon.ico" sizes="any" />
<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" />
<link rel="stylesheet" href="/src/styles/global.css" />
<link rel="stylesheet" href="/src/styles/docs.css" />
<link rel="stylesheet" href="/src/styles/legal.css" />
</head>
<body>
<div class="bg-mesh" aria-hidden="true"></div>
<div data-nav data-prefix="../"></div>
<div class="docs-layout legal-layout">
<aside class="docs-sidebar" data-legal-nav></aside>
<button type="button" class="docs-sidebar-toggle" aria-label="Legal menu"></button>
<article class="docs-main legal-main">
<p class="legal-kicker">Legal</p>
<h1>Security Policy</h1>
<p class="docs-lead">
HoneyPeer, LLC takes the security of PearDock seriously.
This policy describes how to report vulnerabilities responsibly.
</p>
<p class="legal-updated">Last updated: <strong>July 11, 2026</strong></p>
<h2 id="scope">1. Scope</h2>
<p>In scope:</p>
<ul>
<li>PearDock server and client software as published by HoneyPeer;</li>
<li>Official installers and websites (peardock.boats, install.peardock.boats);</li>
<li>Cryptographic handling of peer identity and RPC transport where implemented by PearDock.</li>
</ul>
<p>Generally out of scope:</p>
<ul>
<li>Issues solely in third-party dependencies without a demonstrated impact on PearDock (report upstream when appropriate);</li>
<li>Social engineering of HoneyPeer staff;</li>
<li>Denial-of-service volume testing against production Sites without prior coordination;</li>
<li>Findings that require physical access or already-compromised admin credentials on the target host.</li>
</ul>
<h2 id="report">2. How to report</h2>
<p>
Email <a href="mailto:[email protected]">[email protected]</a> with:
</p>
<ul>
<li>description of the issue and potential impact;</li>
<li>steps to reproduce or proof-of-concept (non-destructive);</li>
<li>affected versions / commit / platform if known;</li>
<li>your contact details and any preferred credit name.</li>
</ul>
<p>Please use English if possible. Do not include sensitive personal data of third parties.</p>
<h2 id="safe">3. Safe harbor</h2>
<p>
If you make a good-faith effort to follow this policy, avoid privacy violations, service disruption, and data destruction,
and do not exploit the issue beyond what is necessary to demonstrate it, HoneyPeer will not pursue legal action against you
for that research under laws applicable to unauthorized access, to the extent we can bind ourselves.
This does not authorize attacks on third-party systems or users self-hosted instances without their permission.
</p>
<h2 id="process">4. Our process</h2>
<ul>
<li>We will acknowledge receipt when practicable;</li>
<li>We will investigate and may request more detail;</li>
<li>We aim to remediate or mitigate high-severity issues in a reasonable timeframe;</li>
<li>We may publicly credit reporters who wish to be credited after a fix is available.</li>
</ul>
<p>We do not guarantee a bug bounty payment unless a separate program is announced.</p>
<h2 id="operators">5. For operators</h2>
<p>
Production hardening guidance is available in the product docs:
<a href="/docs/security">Security &amp; threat model</a> and
<a href="/docs/operator">Operator guide</a>.
Keep PearDock and Docker updated; protect <code>SERVER_SEED</code> and peer allowlists.
</p>
<h2 id="contact">6. Contact</h2>
<p>
Contact: <a href="mailto:[email protected]">[email protected]</a><br />
HoneyPeer, LLC · DeKalb County, Georgia, USA
</p>
<div class="docs-pager">
<a href="/legal/disclaimer"><span>Previous</span><strong>← Disclaimer</strong></a>
<a class="next" href="/legal/"><span>Hub</span><strong>All legal docs →</strong></a>
</div>
</article>
</div>
<div data-footer data-prefix="../"></div>
<script type="module" src="/src/js/site.js"></script>
</body>
</html>
+189
View File
@@ -0,0 +1,189 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<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="theme-color" content="#2dd4bf" />
<link rel="icon" href="/assets/favicons/favicon.ico" sizes="any" />
<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" />
<link rel="stylesheet" href="/src/styles/global.css" />
<link rel="stylesheet" href="/src/styles/docs.css" />
<link rel="stylesheet" href="/src/styles/legal.css" />
</head>
<body>
<div class="bg-mesh" aria-hidden="true"></div>
<div data-nav data-prefix="../"></div>
<div class="docs-layout legal-layout">
<aside class="docs-sidebar" data-legal-nav></aside>
<button type="button" class="docs-sidebar-toggle" aria-label="Legal menu"></button>
<article class="docs-main legal-main">
<p class="legal-kicker">Legal</p>
<h1>Terms of Service</h1>
<p class="docs-lead">
These Terms of Service (“<strong>Terms</strong>”) govern your access to and use of websites,
documentation, download portals, and related online properties operated by HoneyPeer, LLC
in connection with PearDock (collectively, the “<strong>Sites</strong>”).
</p>
<p class="legal-updated">Last updated: <strong>July 11, 2026</strong></p>
<nav class="toc">
<strong>On this page</strong>
<ol>
<li><a href="#agreement">Agreement</a></li>
<li><a href="#entity">Who we are</a></li>
<li><a href="#sites">The Sites</a></li>
<li><a href="#oss">Relationship to open source</a></li>
<li><a href="#accounts">Accounts &amp; keys</a></li>
<li><a href="#acceptable">Acceptable use</a></li>
<li><a href="#ip">Intellectual property</a></li>
<li><a href="#third">Third-party services</a></li>
<li><a href="#disclaimers">Disclaimers</a></li>
<li><a href="#liability">Limitation of liability</a></li>
<li><a href="#indemnity">Indemnity</a></li>
<li><a href="#law">Governing law</a></li>
<li><a href="#changes">Changes</a></li>
<li><a href="#contact">Contact</a></li>
</ol>
</nav>
<h2 id="agreement">1. Agreement to these Terms</h2>
<p>
By accessing or using the Sites, you agree to these Terms and to our
<a href="/legal/privacy">Privacy Policy</a>
(including cookies and similar technologies) and
<a href="/legal/aup">Acceptable Use Policy</a>.
If you do not agree, do not use the Sites.
</p>
<p>
If you use the Sites on behalf of an organization, you represent that you have authority to bind that organization, and “you” includes that organization.
</p>
<h2 id="entity">2. Who we are</h2>
<p>
The Sites are owned and operated by <strong>HoneyPeer, LLC</strong> (“<strong>HoneyPeer</strong>,” “<strong>we</strong>,” “<strong>us</strong>”),
a Georgia limited liability company with its principal place of business in DeKalb County, Georgia, USA.
PearDock is a product owned, operated, and engineered by HoneyPeer.
</p>
<h2 id="sites">3. The Sites</h2>
<p>The Sites include, without limitation:</p>
<ul>
<li>https://peardock.boats and related subdomains (including documentation and marketing pages);</li>
<li>https://install.peardock.boats and other installers or download endpoints we operate;</li>
<li>any related web properties, APIs, or portals we designate as part of PearDock online services.</li>
</ul>
<p>
The Sites provide information, documentation, and software distribution for PearDock.
HoneyPeer may modify, suspend, or discontinue any part of the Sites at any time.
</p>
<h2 id="oss">4. Relationship to open-source software</h2>
<p>
PearDock <strong>source code</strong> is generally available under the
<a href="/legal/license">GNU Affero General Public License v3.0 (AGPL-3.0)</a> (and any additional notices in the repository).
Nothing in these Terms limits rights you already have under a valid open-source license to code you obtained under that license.
</p>
<p>
These Terms apply to the Sites and to materials and services HoneyPeer provides online.
Your use of compiled binaries, desktop applications, or packages we distribute may also be subject to the
<a href="/legal/eula">End User License Agreement</a>.
</p>
<h2 id="accounts">5. Accounts, keys, and operator responsibility</h2>
<p>
PearDock is designed as a peer-to-peer Docker operations tool. HoneyPeer does not host your Docker workloads as a multi-tenant SaaS control plane through the Sites by default.
You are solely responsible for:
</p>
<ul>
<li>securing server seeds, public keys, invite tokens, and access credentials;</li>
<li>configuring roles, allowlists, firewalls, and Docker permissions on systems you control;</li>
<li>compliance with laws applicable to your infrastructure and data;</li>
<li>backing up identity material (for example <code>SERVER_SEED</code> / <code>.env</code> files).</li>
</ul>
<h2 id="acceptable">6. Acceptable use</h2>
<p>
You must comply with our <a href="/legal/aup">Acceptable Use Policy</a>.
You may not misuse the Sites, installers, or HoneyPeer infrastructure, including attempts to disrupt, scrape abusively, distribute malware, or violate law.
</p>
<h2 id="ip">7. Intellectual property</h2>
<p>
Except for open-source software licensed separately, the Sites (including text, graphics, logos, and arrangement) are owned by HoneyPeer or its licensors and protected by intellectual property laws.
See our <a href="/legal/copyright">Copyright &amp; DMCA</a> page for intellectual property notices.
</p>
<p>
You may not use HoneyPeer or PearDock branding in a way that implies endorsement, partnership, or official status without prior written permission, except as allowed by fair use or other applicable law.
</p>
<h2 id="third">8. Third-party services and links</h2>
<p>
The Sites may link to third-party sites (for example source hosting or dependency projects).
HoneyPeer is not responsible for third-party content, licenses, or practices.
Some PearDock features integrate third-party components (see <a href="/legal/license">Open Source Notices</a>).
</p>
<h2 id="disclaimers">9. Disclaimers</h2>
<p>
THE SITES AND ALL MATERIALS ARE PROVIDED “AS IS” AND “AS AVAILABLE.”
TO THE MAXIMUM EXTENT PERMITTED BY LAW, HONEYPEER DISCLAIMS ALL WARRANTIES, WHETHER EXPRESS, IMPLIED, OR STATUTORY,
INCLUDING MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT.
WE DO NOT WARRANT THAT THE SITES WILL BE UNINTERRUPTED, SECURE, OR ERROR-FREE.
</p>
<p>Additional product-level disclaimers appear in the <a href="/legal/disclaimer">Disclaimer &amp; Liability</a> document and the EULA.</p>
<h2 id="liability">10. Limitation of liability</h2>
<p>
TO THE MAXIMUM EXTENT PERMITTED BY LAW, HONEYPEER AND ITS OFFICERS, MEMBERS, EMPLOYEES, AND AGENTS WILL NOT BE LIABLE FOR
ANY INDIRECT, INCIDENTAL, SPECIAL, CONSEQUENTIAL, EXEMPLARY, OR PUNITIVE DAMAGES, OR ANY LOSS OF PROFITS, DATA, GOODWILL,
OR BUSINESS INTERRUPTION, ARISING OUT OF OR RELATED TO YOUR USE OF THE SITES, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
</p>
<p>
TO THE MAXIMUM EXTENT PERMITTED BY LAW, HONEYPEERS TOTAL LIABILITY FOR ANY CLAIM ARISING OUT OF OR RELATING TO THE SITES
WILL NOT EXCEED THE GREATER OF (A) AMOUNTS YOU PAID TO HONEYPEER FOR THE SITES IN THE TWELVE (12) MONTHS BEFORE THE CLAIM, OR (B) ONE HUNDRED U.S. DOLLARS (US&nbsp;$100).
</p>
<p>Some jurisdictions do not allow certain limitations; in those cases, our liability is limited to the fullest extent permitted.</p>
<h2 id="indemnity">11. Indemnification</h2>
<p>
You will defend, indemnify, and hold harmless HoneyPeer and its members, officers, and agents from and against any claims, damages, losses, and expenses
(including reasonable attorneys fees) arising out of or related to your misuse of the Sites, your infrastructure, your violation of these Terms, or your violation of law or third-party rights.
</p>
<h2 id="law">12. Governing law and venue</h2>
<p>
These Terms are governed by the laws of the State of Georgia, USA, without regard to conflict-of-law principles.
Exclusive venue for disputes lies in the state or federal courts located in Georgia (including courts serving DeKalb County, Georgia),
and you consent to personal jurisdiction there, except where prohibited by law.
</p>
<h2 id="changes">13. Changes</h2>
<p>
We may update these Terms by posting a revised version on the Sites with a new “Last updated” date.
Continued use after changes become effective constitutes acceptance of the revised Terms.
</p>
<h2 id="contact">14. Contact</h2>
<p>
HoneyPeer, LLC<br />
DeKalb County, Georgia, United States<br />
Legal: <a href="mailto:[email protected]">[email protected]</a>
</p>
<div class="docs-pager">
<a href="/legal/"><span>Legal hub</span><strong>← All documents</strong></a>
<a class="next" href="/legal/eula"><span>Next</span><strong>EULA →</strong></a>
</div>
</article>
</div>
<div data-footer data-prefix="../"></div>
<script type="module" src="/src/js/site.js"></script>
</body>
</html>