first commit
This commit is contained in:
@@ -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 & 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 & DMCA →</strong></a>
|
||||
</div>
|
||||
</article>
|
||||
</div>
|
||||
|
||||
<div data-footer data-prefix="../"></div>
|
||||
<script type="module" src="/src/js/site.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user