Skip to content

Commit 72fff1f

Browse files
committed
Added more about and contribute
1 parent c08cebb commit 72fff1f

1 file changed

Lines changed: 24 additions & 11 deletions

File tree

index.html

Lines changed: 24 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,38 @@
1212
<div class="p-5 text-bg-primary text-center">
1313
<h1>Welcome to Securelay</h1>
1414
</div>
15-
<div class="text-bg-light pt-5 pb-4">
16-
<p>Securelay is a secure and ephemeral http-relay for small data.</p>
17-
18-
<p><strong>Note:</strong> For now, the API is free to use, and requires no registration/sign-up. The service is maintained by an individual not for profit and is, as yet, not scalable. PLEASE, DO NOT ABUSE OR MISUSE!</p>
19-
20-
<p><strong>Status:</strong> <a href="https://en.wikipedia.org/wiki/Perpetual_beta">Perpetual Beta</a></p>
21-
22-
<p><strong>Disclaimer:</strong> By using any of the API <a href="/api/endpoints.json">endpoints</a>, you agree to the <a href="ToS.txt">Terms of Service</a>.</p>
23-
<ul class="nav nav-pills nav-justified">
15+
<div class="text-bg-light pt-2 pb-4">
16+
<ul class="nav nav-pills nav-justified mb-4">
2417
<li class="nav-item"><a class="nav-link" href="https://github.com/securelay/specs#features">Features</a></li>
2518
<li class="nav-item"><a class="nav-link" href="https://github.com/securelay/specs#use-cases">Use cases</a></li>
26-
<li class="nav-item"><a class="nav-link" href="/api">API</a></li>
19+
<li class="nav-item"><a class="nav-link" href="/api">REST API</a></li>
2720
<li class="nav-item"><a class="nav-link" href="https://github.com/securelay/specs#model-implementations">Self-hosting</a></li>
2821
<li class="nav-item"><a class="nav-link" href="https://github.com/securelay/specs">Specifications</a></li>
22+
</ul>
23+
<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>
24+
<p>
25+
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.
26+
</p>
27+
<p>
28+
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.
29+
</p>
30+
31+
<p><strong>Project Release Status:</strong> <a href="https://en.wikipedia.org/wiki/Perpetual_beta">Perpetual Beta</a></p>
32+
33+
<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>
34+
35+
<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>
36+
37+
<p>
38+
<strong>Contribute:</strong>
39+
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> for details.
40+
</p>
41+
</div>
42+
<ul class="nav nav-pills nav-justified">
2943
<li class="nav-item"><a class="nav-link" href="./contact.html">Contact</a></li>
3044
<li class="nav-item"><a class="nav-link" href="https://github.com/securelay/specs#security">Privacy</a></li>
3145
<li class="nav-item"><a class="nav-link" href="ToS.txt">Terms</a></li>
3246
</ul>
33-
</div>
3447
</div>
3548
</body>
3649
</html>

0 commit comments

Comments
 (0)