Files
floonet-strfry/deploy/landing/index.html
T
Goblin 16302ed309 floonet-strfry: hardened strfry relay for the Grin community
Stock strfry + a default-deny write-policy plugin (kinds 0,3,5,13,1059,
10002,10050,27235 only), NIP-42 auth, neutral NIP-11, a bundled name
authority (paid names/uses via GoblinPay), and a config-toggled co-located
mixnet exit. Docker Compose + Caddy + hardened systemd. strfry core stays
stock (plugin + config only). Validated end to end against real strfry.
2026-07-02 08:20:30 -04:00

26 lines
833 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Floonet Relay</title>
<style>
body{margin:0;background:#0E0E0C;color:#FAFAF7;font:16px/1.5 system-ui,sans-serif;
display:flex;min-height:100vh;align-items:center;justify-content:center}
main{max-width:520px;padding:32px;text-align:center}
img{width:160px;height:auto;margin-bottom:16px}
h1{font-size:36px;letter-spacing:-1px;margin:0 0 12px;color:#FFD60A}
p{color:#9A988F;margin:8px 0}
code{background:#1A1A17;border-radius:6px;padding:2px 6px;color:#FAFAF7}
</style>
</head>
<body>
<main>
<img src="/floonet-logo.svg" alt="Floonet">
<h1>Floonet Relay</h1>
<p>A strfry Floonet relay for the Grin community Nostr network.</p>
<p>Please use a Nostr client to connect.</p>
</main>
</body>
</html>