-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·54 lines (50 loc) · 3.99 KB
/
index.html
File metadata and controls
executable file
·54 lines (50 loc) · 3.99 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Securelay</title>
<meta name="description" content="A secure and ephemeral http-relay for small data.">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<header class="container-fluid p-5 text-bg-primary text-center">
<h1>Welcome to Securelay</h1>
</header>
<nav class="navbar navbar-expand-sm bg-dark navbar-dark justify-content-center">
<ul class="navbar nav">
<li class="nav-item"><a class="nav-link" href="https://github.com/securelay/specs#features">Features</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/securelay/specs#use-cases">Use cases</a></li>
<li class="nav-item"><a class="nav-link" href="/api">REST API</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/securelay/specs#model-implementations">Self-hosting</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/securelay/specs">Specifications</a></li>
<li class="nav-item"><a class="nav-link" href="./contact.html">Contact</a></li>
<li class="nav-item"><a class="nav-link" href="https://github.com/securelay/specs#security">Privacy</a></li>
<li class="nav-item"><a class="nav-link" href="ToS.txt">Terms</a></li>
</ul>
</nav>
<div class="container-fluid">
<div class="text-bg-light pt-2 pb-4">
<p>Securelay is an open-source, feature-rich, secure and ephemeral http-relay for small data, with a REST API. Read full specifications <a href="https://github.com/securelay/specs">here</a>.</p>
<p>
The <a href="https://github.com/securelay">securelay organization</a>, as a non-profit, hosts public <a href="/api/endpoints.json">endpoint(s)</a> for non-commercial, individual use and trial or testing purposes. No payment, credit-card details or even email ID is required for using those endpoints.
</p>
<p>
If you want to use Securelay for commercial purposes, please host your own instance using popular cloud hosting providers or your own server(s). You are welcome to use our open-source codebase and guides, or contact us for help and queries.
</p>
<p><strong>Project Release Status:</strong> <a href="https://en.wikipedia.org/wiki/Perpetual_beta">Perpetual Beta</a></p>
<p><strong>Note:</strong> The public <a href="/api/endpoints.json">endpoints</a> are maintained non-commercially through sponsorships. This service, being free, is, as yet, not scalable. PLEASE, DO NOT ABUSE OR MISUSE!</p>
<p><strong>Disclaimer:</strong> By using any of our <a href="/api/endpoints.json">endpoints</a>, you agree to the <a href="ToS.txt">Terms of Service</a>.</p>
<p>
<strong>Contribute:</strong>
This project is sustained by contributions from users like you. Contributions may be made in the form of sponsorships, feedback (bug-reports, feature-requests) and PRs (code, documentation), or simply by spreading the word about this project. If you are a cloud-provider, you can help us scale by providing us your PaaS for free. <a href="./contact.html">Contact us</a> if you want to help.
</p>
</div>
</div>
<footer class="fixed-bottom">
<div class="mt-auto container-fluid p-2 text-bg-dark text-center">
<a class="navbar-dark nav-link" href="https://github.com/securelay">Copyright © 2024 Securelay</a>
</div>
</footer>
</body>
</html>