website/ is hand-written HTML and CSS, uploaded as it is, like the MailifySMS site: SealShare as software a company installs for its own upload platform, how it works, features, a desktop/phone and light/dark gallery of the generated screenshots, a dated and sourced comparison with hosted transfer services and self-hosted tools, the Docker quick start, FAQ and a privacy page for Plausible. Colours come from the app's scheme, Google Sans Flex is served locally, nothing else loads from other hosts. The README shows three screenshots and no longer calls the encryption end-to-end. WebsiteTest guards missing files, other hosts, the screenshot set and the encryption wording. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01V9NnLxnPp8vaaurb3Z1MFy
127 lines
8.4 KiB
HTML
127 lines
8.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Privacy — SealShare</title>
|
|
<meta name="description" content="How the SealShare website handles visitor data: server logs at the host and Plausible analytics, nothing else.">
|
|
<meta name="theme-color" content="#faf4ff" media="(prefers-color-scheme: light)">
|
|
<meta name="theme-color" content="#10062d" media="(prefers-color-scheme: dark)">
|
|
<script defer data-domain="sealshare.nonameweb.ch" src="https://plausible.io/js/script.js"></script>
|
|
<link rel="icon" href="img/favicon.svg" type="image/svg+xml">
|
|
<link rel="apple-touch-icon" href="img/icon.png">
|
|
<link rel="preload" href="fonts/GoogleSansFlex-Latin.woff2" as="font" type="font/woff2" crossorigin>
|
|
<link rel="stylesheet" href="css/theme.css">
|
|
</head>
|
|
<body id="top">
|
|
<a class="skip-link" href="#main">Skip to content</a>
|
|
|
|
<svg xmlns="http://www.w3.org/2000/svg" class="sprite" aria-hidden="true">
|
|
<symbol id="i-menu" viewBox="0 -960 960 960"><path d="M160-240q-17 0-28.5-11.5T120-280q0-17 11.5-28.5T160-320h640q17 0 28.5 11.5T840-280q0 17-11.5 28.5T800-240H160Zm0-200q-17 0-28.5-11.5T120-480q0-17 11.5-28.5T160-520h640q17 0 28.5 11.5T840-480q0 17-11.5 28.5T800-440H160Zm0-200q-17 0-28.5-11.5T120-680q0-17 11.5-28.5T160-720h640q17 0 28.5 11.5T840-680q0 17-11.5 28.5T800-640H160Z"/></symbol>
|
|
<symbol id="i-close" viewBox="0 -960 960 960"><path d="M480-424 284-228q-11 11-28 11t-28-11q-11-11-11-28t11-28l196-196-196-196q-11-11-11-28t11-28q11-11 28-11t28 11l196 196 196-196q11-11 28-11t28 11q11 11 11 28t-11 28L536-480l196 196q11 11 11 28t-11 28q-11 11-28 11t-28-11L480-424Z"/></symbol>
|
|
<symbol id="i-open-in-new" viewBox="0 -960 960 960"><path d="M200-120q-33 0-56.5-23.5T120-200v-560q0-33 23.5-56.5T200-840h240q17 0 28.5 11.5T480-800q0 17-11.5 28.5T440-760H200v560h560v-240q0-17 11.5-28.5T800-480q17 0 28.5 11.5T840-440v240q0 33-23.5 56.5T760-120H200Zm560-584L416-360q-11 11-28 11t-28-11q-11-11-11-28t11-28l344-344H600q-17 0-28.5-11.5T560-800q0-17 11.5-28.5T600-840h200q17 0 28.5 11.5T840-800v200q0 17-11.5 28.5T800-560q-17 0-28.5-11.5T760-600v-104Z"/></symbol>
|
|
</svg>
|
|
|
|
<header class="nav">
|
|
<div class="container nav__bar">
|
|
<a class="brand" href="index.html"><svg viewBox="0 0 24 24" fill="none" aria-hidden="true"><path d="M6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2Z" stroke="currentColor" stroke-width="1.5"/><path d="M14 2v5a1 1 0 0 0 1 1h5" stroke="currentColor" stroke-width="1.5"/><path d="M12 17v-6m0 0-2.5 2.5M12 11l2.5 2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg><span>SealShare</span></a>
|
|
<button class="nav__toggle" id="navToggle" type="button" aria-expanded="false" aria-controls="navLinks" aria-label="Menu">
|
|
<svg class="icon icon-menu" aria-hidden="true"><use href="#i-menu"/></svg>
|
|
<svg class="icon icon-close" aria-hidden="true"><use href="#i-close"/></svg>
|
|
</button>
|
|
<nav aria-label="Main">
|
|
<ul class="nav__links" id="navLinks">
|
|
<li><a href="index.html#why">Why</a></li>
|
|
<li><a href="index.html#features">Features</a></li>
|
|
<li><a href="index.html#screenshots">Screenshots</a></li>
|
|
<li><a href="index.html#compare">Compare</a></li>
|
|
<li><a href="index.html#install">Install</a></li>
|
|
<li><a href="index.html#faq">FAQ</a></li>
|
|
<li><a class="btn btn--filled" href="https://gitea.nonameweb.ch/noNameWEB/SealShare"><svg class="icon" aria-hidden="true"><use href="#i-open-in-new"/></svg>Gitea</a></li>
|
|
</ul>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
|
|
<main id="main" class="legal">
|
|
<div class="container">
|
|
<article>
|
|
<h1 class="headline">Privacy</h1>
|
|
<p class="meta">Last updated: September 2026</p>
|
|
|
|
<p>This page explains what happens to your data when you visit sealshare.nonameweb.ch. It is about this website only. SealShare itself is software that companies install and run on their own servers; this website does not host it, and files shared through a SealShare installation never reach us.</p>
|
|
|
|
<h2>Who runs this website</h2>
|
|
<p>This website is run by noNameWEB, Switzerland. For any question about your data, write to <a href="mailto:surtic86@gmail.com">surtic86@gmail.com</a>.</p>
|
|
|
|
<h2>Hosting and server logs</h2>
|
|
<p>The website is hosted by METANET AG in Switzerland. When you open a page, the web server records technical data in its logs, as every web server does: your IP address, the date and time, the page requested, your browser's user agent and the referring page. These logs keep the site running and secure; they are not used to identify you and are kept only as long as the host's standard retention.</p>
|
|
|
|
<h2>Analytics</h2>
|
|
<p>We count visits with <a href="https://plausible.io">Plausible Analytics</a>, a privacy-friendly service hosted in the EU. Plausible uses no cookies and stores no personal data: it does not keep your IP address or build a profile of you. What we see are totals, such as page views, referring sites, countries and device types. See <a href="https://plausible.io/data-policy">Plausible's data policy</a>.</p>
|
|
|
|
<h2>No other third parties</h2>
|
|
<ul>
|
|
<li>The fonts, images and styles are served from this website. Nothing is loaded from Google or other font and content networks.</li>
|
|
<li>There are no advertising, social media or tracking scripts besides Plausible.</li>
|
|
<li>The website sets no cookies and has no forms.</li>
|
|
</ul>
|
|
|
|
<h2>Links to other sites</h2>
|
|
<p>Links to Gitea, the source repository and Plausible lead to sites with their own privacy policies.</p>
|
|
|
|
<h2>Your rights</h2>
|
|
<p>Under the Swiss Federal Act on Data Protection you can ask what data about you is processed, and have it corrected or deleted. Write to the address above.</p>
|
|
|
|
<h2>Changes</h2>
|
|
<p>If this website starts handling data differently, this page is updated and its date changed.</p>
|
|
</article>
|
|
</div>
|
|
</main>
|
|
|
|
<footer class="footer">
|
|
<div class="container">
|
|
<div class="footer__grid">
|
|
<div>
|
|
<a class="brand" href="index.html"><svg viewBox="0 0 24 24" fill="none" aria-hidden="true"><path d="M6 2h8l6 6v12a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2Z" stroke="currentColor" stroke-width="1.5"/><path d="M14 2v5a1 1 0 0 0 1 1h5" stroke="currentColor" stroke-width="1.5"/><path d="M12 17v-6m0 0-2.5 2.5M12 11l2.5 2.5" stroke="currentColor" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg><span>SealShare</span></a>
|
|
<p class="footer__blurb">Self-hosted file sharing: your company's own upload platform to exchange files with customers.</p>
|
|
</div>
|
|
<div>
|
|
<h2>On this site</h2>
|
|
<ul>
|
|
<li><a href="index.html#features">Features</a></li>
|
|
<li><a href="index.html#compare">Compare</a></li>
|
|
<li><a href="index.html#install">Install</a></li>
|
|
<li><a href="index.html#faq">FAQ</a></li>
|
|
</ul>
|
|
</div>
|
|
<div>
|
|
<h2>Project</h2>
|
|
<ul>
|
|
<li><a href="https://gitea.nonameweb.ch/noNameWEB/SealShare">Source on Gitea</a></li>
|
|
<li><a href="https://gitea.nonameweb.ch/noNameWEB/SealShare/src/branch/main/CHANGELOG.md">Changelog</a></li>
|
|
<li><a href="https://gitea.nonameweb.ch/noNameWEB/SealShare/src/branch/main/LICENSE">MIT licence</a></li>
|
|
<li><a href="privacy.html">Privacy</a></li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
<div class="footer__bottom">
|
|
<span>© 2026 <a href="https://nonameweb.ch">noNameWEB</a></span>
|
|
<span>SealShare is open-source software under the MIT licence.</span>
|
|
</div>
|
|
</div>
|
|
</footer>
|
|
|
|
<script>
|
|
const navToggle = document.getElementById('navToggle');
|
|
const navLinks = document.getElementById('navLinks');
|
|
|
|
navToggle.addEventListener('click', () => {
|
|
const open = navLinks.classList.toggle('is-open');
|
|
navToggle.setAttribute('aria-expanded', String(open));
|
|
});
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|