-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (54 loc) · 2.76 KB
/
index.html
File metadata and controls
57 lines (54 loc) · 2.76 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html>
<head>
<title>c2FmZQ - Secure Self-Hosted Solutions</title>
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Store and share files with friends and family securely using your own server." />
<meta name="keywords" content="photos,security,privacy,encryption,pwa,progressive-web-app,storage,sharing,self-hosted,videos,fuse-filesystem,end-to-end-encryption,zero-trust" />
<link rel="icon" type="image/png" href="pwa/c2-144x144.png" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap" />
<link rel="stylesheet" href="style.css" />
</head>
<body>
<nav class="navbar">
<a class="navbar-brand" href="https://c2fmzq.org/">
<img src="pwa/c2-144x144.png" width="48" height="48" alt="c2FmZQ" />
c2FmZQ
</a>
<ul class="navbar-nav">
<li class="nav-item"><a class="nav-link" href="#tools">Tools</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/c2FmZQ">GitHub</a></li>
</ul>
</nav>
<header class="hero">
<h1>Secure Software for Self-Hosted Privacy</h1>
<p>We focus on software that can be hosted on a single server or virtual machine, at home or at a cloud provider.</p>
</header>
<main class="container" id="tools">
<h2 class="section-title">Our Tools</h2>
<div class="card-deck">
<div class="card">
<h3 class="card-title">tlsproxy</h3>
<p class="card-text">A simple but powerful TLS proxy, reverse proxy, and web server. It provides TLS encryption for any number of TCP or HTTP servers, and any number of server names concurrently on the same port.</p>
<a href="https://github.com/c2FmZQ/tlsproxy#readme" class="btn">Read More</a>
</div>
<div class="card">
<h3 class="card-title">photos</h3>
<p class="card-text">A photo album with state-of-the-art end-to-end encryption. Store and share files with friends and family securely using your own server.</p>
<a href="https://github.com/c2FmZQ/photos#readme" class="btn">Read More</a>
<a href="pwa/" class="btn">Open App</a>
</div>
<div class="card">
<h3 class="card-title">sshterm</h3>
<p class="card-text">A web-based SSH client that is closely integrated with tlsproxy.</p>
<a href="https://github.com/c2FmZQ/sshterm#readme" class="btn">Read More</a>
</div>
</div>
</main>
<footer class="footer">
<p>© 2021-2025 TTBT Enterprises LLC. All rights reserved.</p>
<p class="smaller">This project does not host or store any user data. Users are expected to store their data on their own servers.</p>
</footer>
</body>
</html>