27 lines
1.9 KiB
HTML
27 lines
1.9 KiB
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<meta name="color-scheme" content="light dark">
|
|
<title>IronStorage</title>
|
|
<style>body{font:17px system-ui;line-height:1.55;max-width:64rem;margin:3rem auto;padding:0 1rem;color:#1d1d1f}header{display:flex;align-items:center;gap:1rem}header img{width:6rem;border-radius:1.3rem}.gallery{display:grid;grid-template-columns:repeat(auto-fit,minmax(14rem,1fr));gap:1rem}.gallery img{width:100%;border-radius:1.5rem}nav{margin:1.5rem 0}</style>
|
|
<header><img src="icon.png" alt="IronStorage app icon"><div><h1>IronStorage</h1><p>Native pass and pass-otp for iPhone and Apple Watch.</p></div></header>
|
|
<p>Start locally with a protected GPG key and versioned password store. Create folders and encrypted entries on your iPhone, generate TOTP codes, and optionally connect an HTTPS Git remote later.</p>
|
|
<p>The Apple Watch companion receives only the TOTP entries you explicitly share.</p>
|
|
<p><strong>Apple App Store release in preparation.</strong></p>
|
|
<nav><a href="privacy/">Privacy</a> · <a href="https://git.rfc1437.de/hugo/IronStorage">Source code</a> · <a href="https://git.rfc1437.de/hugo/IronStorage/issues">Support</a></nav>
|
|
<div class="gallery">
|
|
<img src="screenshots/01-home.png" alt="Local Git status">
|
|
<img src="screenshots/02-passwords.png" alt="Password entries and folders">
|
|
<img src="screenshots/03-totp.png" alt="TOTP entries selected for Apple Watch">
|
|
<img src="screenshots/04-totp-detail.png" alt="Live TOTP detail">
|
|
<img src="screenshots/05-preferences.png" alt="Local-first preferences">
|
|
<img src="screenshots/06-search.png" alt="Password search">
|
|
</div>
|
|
<h2>Apple Watch</h2>
|
|
<div class="gallery">
|
|
<img src="screenshots/watch-01-list.png" alt="Apple Watch TOTP entry list">
|
|
<img src="screenshots/watch-02-detail.png" alt="Apple Watch selected code and progress bar">
|
|
</div>
|
|
</html>
|