Landing_Page/public/vps.html
2025-06-13 08:51:08 +02:00

98 lines
4.6 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The land of the penguin</title>
<link rel="stylesheet" href="styles/common.css">
<link rel="stylesheet" href="styles/vps.css">
<link rel="icon" href="imgs/favicon.ico" type="image/x-icon">
<script src="scripts/common.js" defer></script>
<script src="scripts/vps.js" defer></script>
</head>
<body id="body" class="body">
<header class="blur">
<a href="index.html" class="header-link">
The land of the penguin
</a>
</header>
<main>
<div class="presentation">
<h1>thepenguinontheweb.tech VPS Configuration</h1>
<div class="card info blur">
<h2>Vps Overview</h2>
<ul>
<li><strong>Provider:</strong> Hostinger</li>
<li><strong>OS:</strong> Debian 12</li>
<li><strong>RAM:</strong> 8 GB</li>
<li><strong>CPU:</strong> 2 vCPU</li>
<li><strong>Location:</strong> Paris, FR</li>
</ul>
</div>
<div class="card info blur">
<h2>Mes services : </h2>
<div class="card-container">
<div class="card">
<h3>SSH</h3>
<p>Accès sécurisé à distance via SSH.</p>
</div>
<div class="card">
<h3>Web Server</h3>
<p>Hébergement de sites web avec Nginx.</p>
</div>
<a target="_blank" href="https://grafana.thepenguinontheweb.tech" class="card">
<h3>Prometheus + Grafana</h3>
<p>Surveillance et visualisation des performances du serveur.</p>
</a>
<div class="card">
<h3>Ufw Firewall</h3>
<p>Protection du serveur avec un pare-feu configuré.</p>
</div>
<div class="card">
<h3>Fail2Ban</h3>
<p>Protection contre les attaques par force brute.</p>
</div>
<div class="card">
<h3>Postfix</h3>
<p>Serveur de messagerie pour l'envoi d'emails.</p>
</div>
<a target="_blank" href="https://posfixadmin.thepenguinontheweb.tech" class="card">
<h3>Postfix Admin</h3>
<p>Interface web pour la gestion des comptes de messagerie.</p>
</a>
<a target="_blank" href="https://roundcube.thepenguinontheweb.tech" class="card">
<h3>Roundcube</h3>
<p>Client de messagerie web pour accéder aux emails.</p>
</a>
<div class="card">
<h3>Minecraft</h3>
<p>Serveur de jeu Minecraft pour jouer avec des amis.</p>
</div>
<a target="_blank" href="https://git.thepenguinontheweb.tech" class="card">
<h3>Gitea</h3>
<p>Plateforme de gestion de code source pour héberger mes projets, avec pipeline pour mes sites</p>
</a>
</div>
</div>
<div class="card info blur">
<h2>Grafana snapshot.</h2>
<p>Voici un aperçu de la surveillance de mon serveur :</p>
<img src="imgs/grafana_snapshot.png" alt="Grafana Snapshot" class="grafana-snapshot">
<a target="_blank" href="https://grafana.thepenguinontheweb.tech/dashboard/snapshot/6YgiZfAb1AnPaN4weKGGiLIlGjIK5JD9?orgId=0&from=2025-06-12T12:41:53.379Z" >la snapshot de Grafana</a>
</div>
<div class="card info blur">
<h2>Voici quelques sites de ma création:</h2>
<ul>
<li><a href="https://games.penggames.systems" target="_blank">Tetris</a></li>
<li><a href="/index.html" target="_blank">Home</a></li>
</ul>
<p>Contact: <a href="mailto:florian@thepenguninontheweb.tech">florian@thepenguinontheweb.tech</a></p>
</div>
</div>
</main>
<footer class="blur">
<p>&copy; 2025 The land of the penguin</p>
<p>Contact us at: <a href="mailto:florian@thepenguninontheweb.tech">florian@thepenguinontheweb.tech</a></p>
</footer>
</body>
</html>