84 lines
No EOL
4.6 KiB
HTML
84 lines
No EOL
4.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<!-- Maximum compability -->
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<!-- SEO ig -->
|
|
<meta name="decription" content="ECO is selfhosted services by cute catgirl">
|
|
<meta property="og:title" content="ExtremelyCute.Online">
|
|
<meta property="og:description" content="ECO is selfhosted services by cute catgirl">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:url" content="https://extremelycute.online/services.html">
|
|
<title>Extremely Cute.Online</title>
|
|
<!-- Page layout -->
|
|
<link rel="stylesheet" href="css/services.css">
|
|
<!-- Colors and united style -->
|
|
<link rel="stylesheet" href="css/cute.css">
|
|
<!-- Font -->
|
|
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap" rel="stylesheet">
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<h1>Extremely Cute<small>.Online</small></h1>
|
|
<h2>Services</h2>
|
|
</header>
|
|
<main class="container">
|
|
<div class="service">
|
|
<!-- Enclosed -->
|
|
<img src="static/ec.png" alt="Screenshot of Enclosed, web app for encrypted expiring notes">
|
|
<p><strong>Enclosed</strong><br>
|
|
Enclosed is a minimalistic web application designed for sending private and secure notes.<br>
|
|
All notes are end-to-end encrypted, ensuring that the server and storage have zero knowledge of the content. Users can set a password, define an expiration period (TTL), and choose to have the note self-destruct after being read.<br>
|
|
<strong>Availability:</strong>
|
|
public<br>
|
|
<a href="https://github.com/CorentinTh/enclosed">Source Code</a></p>
|
|
<a class="button" href="https://ec.extremelycute.online">Open</a>
|
|
</div>
|
|
<div class="service">
|
|
<!-- Vaultwarden-->
|
|
<img src="static/vw.png" alt="Screenshot of Vaultwarden, bitwarden-compatible password manager">
|
|
<p><strong>Vaultwarden</strong><br>
|
|
An alternative server implementation of the Bitwarden Client API, written in Rust and compatible with official Bitwarden clients, perfect for self-hosted deployment where running the official resource-heavy service might not be ideal.<br>
|
|
<strong>Availability:</strong>
|
|
by request<br>
|
|
<a href="https://github.com/dani-garcia/vaultwarden">Source Code</a></p>
|
|
<a class="button" href="https://vw.extremelycute.online">Open</a>
|
|
<a class="button" href="https://nekoedges.extremelycute.online/contact.html">Contact</a>
|
|
</div>
|
|
<div class="service">
|
|
<!-- NTFY -->
|
|
<img src="static/ntfy.png" alt="Screenshot of NTFY, notification server">
|
|
<p><strong>NTFY</strong><br>
|
|
ntfy (pronounced "notify") is a simple HTTP-based pub-sub notification service. With ntfy, you can send notifications to your phone or desktop via scripts from any computer, without having to sign up or pay any fees.<br>
|
|
<strong>Availability:</strong>
|
|
public (accounts are by request)<br>
|
|
<a href="https://github.com/binwiederhier/ntfy">Source Code</a></p>
|
|
<a class="button" href="https://ntfy.extremelycute.online">Open</a>
|
|
<a class="button" href="https://nekoedges.extremelycute.online/contact.html">Contact</a>
|
|
</div>
|
|
<div class="service">
|
|
<!-- Git -->
|
|
<img src="static/git.png" alt="Screenshot of Forgejo, main page on ECO's instance">
|
|
<p><strong>Forgejo</strong><br>
|
|
Forgejo is a Free Software platform for collaboration and productivity in software development. It offers a familiar environment to GitHub users, easy installation and maintenance, and a focus on security, scaling, federation and privacy.<br>
|
|
<strong>Availability:</strong>
|
|
by request (thinking about making it public with verification)<br>
|
|
<a href="https://codeberg.org/forgejo/forgejo">Source Code</a></p>
|
|
<a class="button" href="https://git.extremelycute.online">Open</a>
|
|
<a class="button" href="https://nekoedges.extremelycute.online/contact.html">Contact</a>
|
|
</div>
|
|
<div class="service">
|
|
<!-- Amnezia -->
|
|
<img src="static/amnezia.png" alt="Logo of Amnezia">
|
|
<p><strong>Amnezia</strong><br>
|
|
<strong>Countries:</strong>
|
|
RU, NL<br>
|
|
<strong>Availability:</strong>
|
|
by request (with reason and some info about usage)<br>
|
|
<a href="https://github.com/amnezia-vpn">Source Code</a></p>
|
|
<a class="button" href="https://nekoedges.extremelycute.online/contact.html">Contact</a>
|
|
</div>
|
|
</main>
|
|
</body>
|
|
</html> |