feat(catalog): tiering free & paid offers, direct link integration and payment payout documentation

This commit is contained in:
Mathias 2026-09-09 22:44:32 +02:00
parent f0e387c64d
commit 9a01862312
4 changed files with 409 additions and 138 deletions

View file

@ -0,0 +1,67 @@
# Guide Encaissement & Virement Bancaire (Paymenter & Passerelles)
## 1. Comment fonctionne la récupération de l'argent ?
Paymenter n'est **pas** une banque et ne stocke **jamais** les fonds directement sur son serveur.
Paymenter agit comme un orchestrateur de commande et d'automatisation :
```mermaid
graph LR
A[Client Commande] --> B[Paymenter v1.5.8]
B --> C[Passerelle de Paiement: Stripe / PayPal / Mollie]
C --> D[Compte Marchand Stripe / PayPal]
D -->|Virement Automatique ou Manuel| E[Compte Bancaire Mathias / Forgium IBAN/RIB]
```
### Le Flux d'Argent Étape par Étape :
1. **Paiement du client** : Lorsqu'un utilisateur souscrit à une offre payante (ex : Minecraft Boost 4G à 4.99 €), il est redirigé vers la page sécurisée de la passerelle choisie (ex : Stripe ou PayPal).
2. **Encaissement immédiat** : Les 4.99 € (moins les frais de transaction de la passerelle, ~1.5% + 0.25€) arrivent directement sur le **solde disponible de votre compte Stripe ou PayPal**.
3. **Webhook & Validation** : La passerelle renvoie un signal (Webhook) chiffré à `client.forgium.fr`. Paymenter valide la facture comme "Payée" et déclenche la création du service.
4. **Récupération sur votre compte bancaire (Virement)** :
- **Avec Stripe** : Stripe effectue des virements automatiques périodiques (quotidiens, hebdomadaires ou mensuels au choix) directement vers votre **IBAN / RIB bancaire**. Vous pouvez également cliquer sur *"Effectuer un virement"* à tout moment depuis le dashboard Stripe.
- **Avec PayPal** : Vous vous connectez sur votre dashboard PayPal Business et cliquez sur *"Transférer des fonds"* vers votre compte bancaire enregistré.
---
## 2. Configuration des Passerelles dans Paymenter
Toutes les passerelles sont déjà installées dans Paymenter CT 103 (`/var/www/paymenter/extensions/Gateways`) :
- **Stripe** (Recommandé : Carte Bancaire, Apple Pay, Google Pay)
- **PayPal** (Compte PayPal & CB)
- **Mollie** (Idéal pour l'Europe : Bancontact, iDEAL, CB)
### Configuration Stripe (Rapide & Direct) :
1. Créez un compte sur [stripe.com](https://stripe.com).
2. Renseignez votre RIB (IBAN) dans les paramètres de virement Stripe.
3. Allez dans **Développeurs > Clés d'API** et copiez :
- `Publishable Key` (`pk_live_...`)
- `Secret Key` (`sk_live_...`)
- `Webhook Secret` (`whsec_...`)
4. Connectez-vous sur l'Admin Forgium : **`https://client.forgium.fr/admin`**
5. Menu **Extensions > Gateways > Stripe** :
- Activez l'extension (`Enabled`).
- Collez vos clés Stripe.
- Enregistrez. L'encaissement CB est immédiatement actif !
---
## 3. Grille des Offres Actives (Free vs Payant)
Chaque univers dispose d'une formule découverte à **0.00 €** et de formules boostées :
| Univers | Offre Free (0.00 €) | Offres Payantes (Performance) |
| :--- | :--- | :--- |
| **🎮 Minecraft** | Starter Free (1.5 vCPU, 1.5G RAM, 5G NVMe) | **Boost 4G (4.99 €)** (2 vCPU 3.8GHz, 4G RAM, 25G NVMe)<br>**Extreme 8G (9.99 €)** (4 vCPU, 8G RAM, 50G NVMe) |
| **🤖 Bots Discord** | Node.js Free & Python Free (1 vCPU, 512M RAM, 2G NVMe) | **Pro Instance (2.49 €)** (2 vCPU, 2G RAM, 10G NVMe, Auto-Git) |
| **🖥️ VPS Cloud** | Sandbox Free (1 vCPU, 1G RAM, 10G NVMe, Root SSH) | **Starter Pro (5.99 €)** (2 vCPU, 4G RAM, 40G NVMe, IPv4/v6)<br>**Power Ultra (11.99 €)** (4 vCPU, 8G RAM, 80G NVMe, ZFS) |
| **🌐 Web & Cloud** | PHP Starter Free (PHP 8.3, 1 DB, 5G NVMe) | **Web Multi-Sites Pro (3.49 €)** (Domaines illimités, 50G NVMe)<br>**Stockage Cloud 100 Go (2.99 €)** (SFTP/WebDAV, 100 Go) |
---
## 4. Liens Directs Connectés
Tous les boutons du site vitrine (`forgium.fr`) dirigent les visiteurs vers les catégories du portail :
- Minecraft : `https://client.forgium.fr/products/minecraft`
- Bots : `https://client.forgium.fr/products/bots`
- VPS : `https://client.forgium.fr/products/vps`
- Web & Cloud : `https://client.forgium.fr/products/web-cloud`

View file

@ -110,20 +110,20 @@
</div>
</section>
<!-- CATALOGUE RAPIDE (3 FORMULES STARS À 0.00 €) -->
<!-- CATALOGUE RAPIDE (FORMULES STARS GRATUITES & PRO) -->
<section class="section container">
<div class="section-title">
<span class="section-badge">Catalogue Officiel</span>
<h2>Choisissez Votre Formule Libre</h2>
<p>Déploiement entièrement automatisé en quelques secondes dès la création de votre compte.</p>
<span class="section-badge">Catalogue Forgium Cloud</span>
<h2>Formules Populaires & Solutions Dédiées</h2>
<p>Déploiement instantané en quelques secondes. Choisissez entre nos accès gratuits de démarrage ou nos machines boostées haute performance.</p>
</div>
<div class="cards-grid">
<!-- MINECRAFT STARTER -->
<div class="product-card popular">
<div class="card-tag tag-accent">POPULAIRE • 0.00 €</div>
<h3>Minecraft Paper Starter</h3>
<p class="card-summary">Pour jouer entre amis avec un moteur Paper 1.20+ optimisé sans lag.</p>
<!-- MINECRAFT STARTER FREE -->
<div class="product-card">
<div class="card-tag tag-accent">JEUX • 0.00 €</div>
<h3>Minecraft Starter Free</h3>
<p class="card-summary">Idéal pour jouer entre amis avec un moteur Paper 1.20+ optimisé sans lag.</p>
<div class="price-tag">
<span class="val">0.00 €</span>
<span class="cycle">/ mois (Accès Libre)</span>
@ -131,37 +131,89 @@
<ul class="spec-list">
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
1.5 vCPU AMD Ryzen 7 3700X
<strong>1.5 vCPU</strong> AMD Ryzen 7
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
1536 Mo (1.5 Go) RAM DDR4
<strong>1.5 Go</strong> RAM DDR4 Dédiée
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
5 Go Stockage SSD NVMe
<strong>5 Go</strong> NVMe PCIe 4.0
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Console temps réel & Éditeur de code intégré
Protection Anti-DDoS Forgium Shield
</li>
</ul>
<a href="https://client.forgium.fr/products/minecraft" class="btn btn-block btn-primary">Lancer Gratuitement &rarr;</a>
</div>
<!-- MINECRAFT BOOST 4G -->
<div class="product-card popular">
<div class="card-tag tag-pro">JEUX • BEST-SELLER</div>
<h3>Minecraft Boost 4G</h3>
<p class="card-summary">Machine haute fréquence pour serveurs communautaires, multi-mondes et modpacks.</p>
<div class="price-tag">
<span class="val">4.99 €</span>
<span class="cycle">/ mois</span>
</div>
<ul class="spec-list">
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
<strong>2 vCPU</strong> AMD Ryzen 7 (3.8 GHz)
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Protection Anti-DDoS Shield Game
<strong>4 Go</strong> RAM DDR4 ECC
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
<strong>25 Go</strong> SSD NVMe Pur
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Sauvegardes automatiques quotidiennes
</li>
</ul>
<a href="https://client.forgium.fr" class="btn btn-block btn-primary">Déployer Gratuitement &rarr;</a>
<a href="https://client.forgium.fr/products/minecraft" class="btn btn-block btn-pro">Commander Boost (4.99 €) &rarr;</a>
</div>
<!-- DISCORD BOT NODE.JS -->
<!-- VPS CLOUD STARTER PRO -->
<div class="product-card">
<div class="card-tag tag-accent">APPLICATION • 0.00 €</div>
<h3>Discord Bot Node.js</h3>
<p class="card-summary">Exécutez vos bots Discord.js et APIs légères 24h/24 sans interruption.</p>
<div class="card-tag tag-pro">SERVEUR DÉDIÉ • 5.99 €</div>
<h3>VPS Cloud Starter Pro</h3>
<p class="card-summary">Serveur Linux autonome avec accès root SSH pour stacks Docker et production web.</p>
<div class="price-tag">
<span class="val">5.99 €</span>
<span class="cycle">/ mois</span>
</div>
<ul class="spec-list">
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
<strong>2 vCPU</strong> AMD Ryzen 7
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
<strong>4 Go</strong> RAM DDR4 Dédiée
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
<strong>40 Go</strong> SSD NVMe PCIe 4.0
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
IPv4 & IPv6 + Snapshots ZFS inclus
</li>
</ul>
<a href="https://client.forgium.fr/products/vps" class="btn btn-block btn-outline">Commander VPS Pro &rarr;</a>
</div>
<!-- BOT DISCORD NODE/PYTHON FREE -->
<div class="product-card">
<div class="card-tag tag-accent">DEV BOT • 0.00 €</div>
<h3>Discord Bot Starter</h3>
<p class="card-summary">Exécutez vos bots Discord Node.js ou Python 24h/24 en continu sans coupure.</p>
<div class="price-tag">
<span class="val">0.00 €</span>
<span class="cycle">/ mois (Offert)</span>
@ -169,68 +221,22 @@
<ul class="spec-list">
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
1 vCPU AMD Ryzen 7
<strong>1 vCPU</strong> AMD Ryzen 7
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
512 Mo RAM Garantie
<strong>512 Mo</strong> RAM Dédiée
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
2 Go SSD NVMe PCIe 4.0
<strong>2 Go</strong> SSD NVMe
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Node.js 20 & 22 pris en charge
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Redémarrage automatique en cas de crash
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Gestionnaire de fichiers et SFTP
Auto-restart & Console en direct
</li>
</ul>
<a href="https://client.forgium.fr" class="btn btn-block btn-outline">Commander (0.00 €)</a>
</div>
<!-- DISCORD BOT PYTHON -->
<div class="product-card">
<div class="card-tag tag-accent">APPLICATION • 0.00 €</div>
<h3>Discord Bot Python</h3>
<p class="card-summary">Hébergement stable pour scripts discord.py, Pycord ou microservices FastAPI.</p>
<div class="price-tag">
<span class="val">0.00 €</span>
<span class="cycle">/ mois (Offert)</span>
</div>
<ul class="spec-list">
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
1 vCPU AMD Ryzen 7
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
512 Mo RAM Dédiée
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
2 Go SSD NVMe PCIe 4.0
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Python 3.11 & 3.12 préinstallés
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Installation automatique des packages
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Console interactive directe
</li>
</ul>
<a href="https://client.forgium.fr" class="btn btn-block btn-outline">Commander (0.00 €)</a>
<a href="https://client.forgium.fr/products/bots" class="btn btn-block btn-primary">Déployer Gratuitement &rarr;</a>
</div>
</div>
</section>

View file

@ -77,30 +77,30 @@
<div id="tab-minecraft" class="tab-content active">
<div class="cards-grid">
<!-- MINECRAFT LITE (0.00 €) -->
<div class="product-card popular">
<div class="card-tag tag-accent">LITE • 0.00 €</div>
<h3>Minecraft Paper Lite</h3>
<div class="product-card">
<div class="card-tag tag-accent">LITE • ACCÈS LIBRE</div>
<h3>Minecraft Starter Free</h3>
<p class="card-summary">Formule découverte pour tester votre serveur entre amis sur moteur Paper 1.20+.</p>
<div class="price-tag">
<span class="val">0.00 €</span>
<span class="cycle">/ mois (Accès Libre)</span>
<span class="cycle">/ mois (Sans engagement)</span>
</div>
<ul class="spec-list">
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
1.5 vCPU AMD Ryzen 7
<strong>1.5 vCPU</strong> AMD Ryzen 7
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
1536 Mo (1.5 Go) RAM DDR4
<strong>1.5 Go</strong> RAM DDR4 Dédiée
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
5 Go Stockage SSD NVMe
<strong>5 Go</strong> NVMe PCIe 4.0
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Console interactive & Éditeur de code intégré
Slots joueurs recommandés : 4 à 8
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
@ -110,38 +110,72 @@
<a href="https://client.forgium.fr/products/minecraft" class="btn btn-block btn-primary">Lancer Gratuitement (0.00 €) &rarr;</a>
</div>
<!-- MINECRAFT COMMUNITY (0.00 €) -->
<div class="product-card">
<div class="card-tag tag-accent">COMMUNAUTÉ • 0.00 €</div>
<h3>Minecraft Community</h3>
<p class="card-summary">Pour les petits projets communautaires et serveurs semi-publics nécessitant plus de mémoire.</p>
<!-- MINECRAFT BOOST 4G (4.99 €) -->
<div class="product-card popular">
<div class="card-tag tag-pro">RECOMMANDÉ • PERF BOOST</div>
<h3>Minecraft Boost 4G</h3>
<p class="card-summary">Optimisé pour communauté active, multi-mondes et plugins de factions/skyblock.</p>
<div class="price-tag">
<span class="val">0.00</span>
<span class="cycle">/ mois (Sponsorisé)</span>
<span class="val">4.99</span>
<span class="cycle">/ mois</span>
</div>
<ul class="spec-list">
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
2 vCPU Multi-thread
<strong>2 vCPU</strong> AMD Ryzen 7 (3.8 GHz Boost)
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
RAM Adaptative Haute Performance
<strong>4 Go</strong> RAM DDR4 Dédiée Haute Fréquence
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
SSD NVMe Dédié
<strong>25 Go</strong> SSD NVMe Pur Ultra-Rapide
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Sous-domaine personnalisé offert (.forgium.fr)
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Sauvegardes automatiques quotidiennes
</li>
</ul>
<a href="https://client.forgium.fr/products/minecraft" class="btn btn-block btn-pro">Commander Boost 4G (4.99 €) &rarr;</a>
</div>
<!-- MINECRAFT EXTREME 8G (9.99 €) -->
<div class="product-card">
<div class="card-tag tag-extreme">PUISSANCE EXTRÊME</div>
<h3>Minecraft Extreme 8G</h3>
<p class="card-summary">Pour les gros modpacks (ATM9, Vault Hunters) et réseaux serveurs à forte affluence.</p>
<div class="price-tag">
<span class="val">9.99 €</span>
<span class="cycle">/ mois</span>
</div>
<ul class="spec-list">
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Bande passante Fibre 1 Gb/s
<strong>4 vCPU</strong> AMD Ryzen 7 Dédiés
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
<strong>8 Go</strong> RAM DDR4 ECC
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
<strong>50 Go</strong> Stockage NVMe Dédié
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Bande passante non bridée 1 Gb/s
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Support Prioritaire VIP & Restauration 1-clic
</li>
</ul>
<a href="https://client.forgium.fr/products/minecraft" class="btn btn-block btn-outline">Commander (0.00 €)</a>
<a href="https://client.forgium.fr/products/minecraft" class="btn btn-block btn-outline">Choisir Extreme 8G (9.99 €) &rarr;</a>
</div>
</div>
</div>
@ -149,32 +183,66 @@
<!-- TAB 2 : BOTS DISCORD -->
<div id="tab-bots" class="tab-content">
<div class="cards-grid">
<!-- BOT NODE.JS LITE -->
<!-- BOT NODE.JS LITE (0.00 €) -->
<div class="product-card">
<div class="card-tag tag-accent">LITE • 0.00 €</div>
<h3>Bot Discord Node.js Lite</h3>
<h3>Bot Discord Node.js Free</h3>
<p class="card-summary">Exécutez vos bots Discord.js et scripts Node.js 20/22 en continu 24h/24 sans coupure.</p>
<div class="price-tag">
<span class="val">0.00 €</span>
<span class="cycle">/ mois (Offert)</span>
<span class="cycle">/ mois (Accès Libre)</span>
</div>
<ul class="spec-list">
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
1 vCPU AMD Ryzen 7
<strong>1 vCPU</strong> AMD Ryzen 7
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
512 Mo RAM Dédiée
<strong>512 Mo</strong> RAM Dédiée
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
2 Go SSD NVMe PCIe 4.0
<strong>2 Go</strong> SSD NVMe PCIe 4.0
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Auto-restart en cas de crash
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Gestionnaire de fichiers et SFTP
</li>
</ul>
<a href="https://client.forgium.fr/products/bots" class="btn btn-block btn-primary">Déployer Gratuitement &rarr;</a>
</div>
<!-- BOT PYTHON LITE (0.00 €) -->
<div class="product-card">
<div class="card-tag tag-accent">LITE • 0.00 €</div>
<h3>Bot Discord Python Free</h3>
<p class="card-summary">Hébergement stable pour vos scripts discord.py, disnake ou microservices FastAPI.</p>
<div class="price-tag">
<span class="val">0.00 €</span>
<span class="cycle">/ mois (Accès Libre)</span>
</div>
<ul class="spec-list">
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
<strong>1 vCPU</strong> AMD Ryzen 7
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
<strong>512 Mo</strong> RAM Dédiée
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
<strong>2 Go</strong> SSD NVMe PCIe 4.0
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Installation auto requirements.txt
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Console temps réel et logs SFTP
@ -183,38 +251,38 @@
<a href="https://client.forgium.fr/products/bots" class="btn btn-block btn-primary">Déployer Gratuitement &rarr;</a>
</div>
<!-- BOT PYTHON LITE -->
<div class="product-card">
<div class="card-tag tag-accent">LITE • 0.00 €</div>
<h3>Bot Discord Python Lite</h3>
<p class="card-summary">Hébergement stable pour vos scripts discord.py, disnake ou microservices FastAPI.</p>
<!-- BOT PRO INSTANCE (2.49 €) -->
<div class="product-card popular">
<div class="card-tag tag-pro">PRO MULTI-SERVEURS</div>
<h3>Bot Discord Pro Instance</h3>
<p class="card-summary">Pour bots d'envergure, shards multiples, bases SQLite intégrées et APIs lourdes.</p>
<div class="price-tag">
<span class="val">0.00</span>
<span class="cycle">/ mois (Offert)</span>
<span class="val">2.49</span>
<span class="cycle">/ mois</span>
</div>
<ul class="spec-list">
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
1 vCPU AMD Ryzen 7
<strong>2 vCPU</strong> AMD Ryzen 7
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
512 Mo RAM Dédiée
<strong>2048 Mo (2 Go)</strong> RAM DDR4
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
2 Go SSD NVMe PCIe 4.0
<strong>10 Go</strong> SSD NVMe Ultra-Rapide
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Installation automatique requirements.txt
Synchronisation Git / Webhooks automatiques
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Console et redémarrage automatique
Sauvegardes automatiques quotidiennes
</li>
</ul>
<a href="https://client.forgium.fr/products/bots" class="btn btn-block btn-primary">Déployer Gratuitement &rarr;</a>
<a href="https://client.forgium.fr/products/bots" class="btn btn-block btn-pro">Commander Pro Instance (2.49 €) &rarr;</a>
</div>
</div>
</div>
@ -223,37 +291,105 @@
<div id="tab-vps" class="tab-content">
<div class="cards-grid">
<!-- VPS SANDBOX LITE (0.00 €) -->
<div class="product-card popular">
<div class="product-card">
<div class="card-tag tag-accent">LITE SANDBOX • 0.00 €</div>
<h3>VPS Cloud Linux Lite</h3>
<p class="card-summary">Serveur privé virtuel autonome pour apprendre Linux, tester vos scripts ou héberger un service léger.</p>
<h3>VPS Cloud Linux Sandbox</h3>
<p class="card-summary">Serveur virtuel autonome pour tester Linux, valider des scripts ou prototyper sans frais.</p>
<div class="price-tag">
<span class="val">0.00 €</span>
<span class="cycle">/ mois (Formule Sandbox)</span>
<span class="cycle">/ mois (Accès Découverte)</span>
</div>
<ul class="spec-list">
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
1 vCPU AMD Ryzen 7 Dédié
<strong>1 vCPU</strong> AMD Ryzen 7
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
1024 Mo (1 Go) RAM Dédiée
<strong>1 Go</strong> RAM Dédiée
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
10 Go Stockage SSD NVMe
<strong>10 Go</strong> Stockage SSD NVMe
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Accès Root SSH complet & Clés SSH
Accès Root SSH complet & Déploiement Debian 12 / Ubuntu 24.04
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Debian 12 ou Ubuntu 24.04 au choix
Forgium Shield Anti-DDoS L3/L4
</li>
</ul>
<a href="https://client.forgium.fr/products/vps" class="btn btn-block btn-primary">Commander mon VPS Lite (0.00 €) &rarr;</a>
<a href="https://client.forgium.fr/products/vps" class="btn btn-block btn-primary">Commander VPS Lite (0.00 €) &rarr;</a>
</div>
<!-- VPS STARTER PRO (5.99 €) -->
<div class="product-card popular">
<div class="card-tag tag-pro">BEST-SELLER DEV</div>
<h3>VPS Cloud Starter Pro</h3>
<p class="card-summary">Idéal pour héberger vos stacks Docker, serveurs web production, bases de données ou microservices.</p>
<div class="price-tag">
<span class="val">5.99 €</span>
<span class="cycle">/ mois</span>
</div>
<ul class="spec-list">
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
<strong>2 vCPU</strong> AMD Ryzen 7 Dédiés
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
<strong>4 Go</strong> RAM DDR4 ECC
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
<strong>40 Go</strong> SSD NVMe PCIe 4.0
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
IPv4 Dédiée + Sous-réseau IPv6 /64 inclus
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Snapshots ZFS instantanés & Rebuild en 1 clic
</li>
</ul>
<a href="https://client.forgium.fr/products/vps" class="btn btn-block btn-pro">Commander Starter Pro (5.99 €) &rarr;</a>
</div>
<!-- VPS POWER ULTRA (11.99 €) -->
<div class="product-card">
<div class="card-tag tag-extreme">HAUTE PERFORMANCE</div>
<h3>VPS Cloud Power Ultra</h3>
<p class="card-summary">Machine haute puissance pour applications d'entreprise, compilations lourdes et charges soutenues.</p>
<div class="price-tag">
<span class="val">11.99 €</span>
<span class="cycle">/ mois</span>
</div>
<ul class="spec-list">
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
<strong>4 vCPU</strong> AMD Ryzen 7 Haute Fréquence
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
<strong>8 Go</strong> RAM DDR4 Dédiée
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
<strong>80 Go</strong> NVMe Dédié Haute Vitesse
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Bande passante 1 Gb/s garantie non bridée
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Support Prioritaire H24 & Monitoring Proactif
</li>
</ul>
<a href="https://client.forgium.fr/products/vps" class="btn btn-block btn-outline">Choisir Power Ultra (11.99 €) &rarr;</a>
</div>
</div>
</div>
@ -264,8 +400,8 @@
<!-- WEB HOSTING LITE (0.00 €) -->
<div class="product-card">
<div class="card-tag tag-accent">LITE • 0.00 €</div>
<h3>Hébergement Web PHP Lite</h3>
<p class="card-summary">Publiez votre site vitrine, portfolio ou API PHP 8.3 avec certificat SSL et base de données inclus.</p>
<h3>Hébergement Web PHP Starter</h3>
<p class="card-summary">Publiez votre site vitrine, portfolio ou API PHP 8.3 avec certificat SSL et base MySQL incluse.</p>
<div class="price-tag">
<span class="val">0.00 €</span>
<span class="cycle">/ mois (Accès Libre)</span>
@ -273,56 +409,94 @@
<ul class="spec-list">
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
PHP 8.3-FPM & Nginx Haute Performance
PHP 8.3 & Nginx Haute Performance
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
1 Base de Données MariaDB/MySQL
<strong>1</strong> Base de Données MariaDB
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Certificat SSL HTTPS automatique
<strong>5 Go</strong> SSD NVMe
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Sous-domaine personnalisé offert
Certificat SSL HTTPS Let's Encrypt automatique
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Accès SFTP rapide
Accès SFTP & Gestionnaire de DNS
</li>
</ul>
<a href="https://client.forgium.fr/products/web-cloud" class="btn btn-block btn-primary">Créer mon Site Gratuit (0.00 €) &rarr;</a>
</div>
<!-- STOCKAGE CLOUD LITE (0.00 €) -->
<div class="product-card">
<div class="card-tag tag-accent">LITE • 0.00 €</div>
<h3>Stockage Cloud Sécurisé 10 Go</h3>
<p class="card-summary">Espace privé de sauvegarde et de synchronisation pour vos fichiers personnels et archives de jeux.</p>
<!-- WEB MULTI-SITES PRO (3.49 €) -->
<div class="product-card popular">
<div class="card-tag tag-pro">INDISPENSABLE WEB</div>
<h3>Web Multi-Sites & WordPress Pro</h3>
<p class="card-summary">Hébergement ultra-rapide pour boutiques, blogs WordPress et applications Laravel.</p>
<div class="price-tag">
<span class="val">0.00</span>
<span class="cycle">/ mois (Offert)</span>
<span class="val">3.49</span>
<span class="cycle">/ mois</span>
</div>
<ul class="spec-list">
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
10 Go de Stockage Sécurisé
<strong>Sites & Domaines illimités</strong>
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Accès universel SFTP & WebDAV
<strong>50 Go</strong> Stockage SSD NVMe Pur
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Chiffrement des données au repos
Bases MariaDB & Comptes mails illimités
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Sauvegardes redondées
Accélérateur Redis & Cache HTTP Varnish
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Sauvegardes automatiques quotidiennes J-30
</li>
</ul>
<a href="https://client.forgium.fr/products/web-cloud" class="btn btn-block btn-outline">Commander (0.00 €)</a>
<a href="https://client.forgium.fr/products/web-cloud" class="btn btn-block btn-pro">Commander Web Pro (3.49 €) &rarr;</a>
</div>
<!-- STOCKAGE CLOUD 100 GO (2.99 €) -->
<div class="product-card">
<div class="card-tag tag-accent">ESPACE PRIVÉ</div>
<h3>Stockage Cloud Sécurisé 100 Go</h3>
<p class="card-summary">Espace privé de sauvegarde et de synchronisation pour vos fichiers personnels et archives de jeux.</p>
<div class="price-tag">
<span class="val">2.99 €</span>
<span class="cycle">/ mois</span>
</div>
<ul class="spec-list">
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
<strong>100 Go</strong> Espace Cloud Dédié (Free 10 Go aussi dispo)
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Accès universel SFTP, WebDAV & Nextcloud
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Chiffrement AES-256 des données au repos
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Données répliquées sur 3 disques en RAID-Z2
</li>
<li>
<svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 13l4 4L19 7"/></svg>
Bande passante non bridée
</li>
</ul>
<a href="https://client.forgium.fr/products/web-cloud" class="btn btn-block btn-outline">Prendre 100 Go (2.99 €) &rarr;</a>
</div>
</div>
</div>

View file

@ -459,6 +459,30 @@ body {
border: 1px solid rgba(56, 189, 248, 0.3);
}
.card-tag.tag-pro {
background: rgba(99, 102, 241, 0.18);
color: #a5b4fc;
border: 1px solid rgba(99, 102, 241, 0.35);
}
.card-tag.tag-extreme {
background: rgba(244, 63, 94, 0.18);
color: #fda4af;
border: 1px solid rgba(244, 63, 94, 0.35);
}
.btn-pro {
background: linear-gradient(135deg, #4f46e5, #3b82f6);
color: #ffffff;
font-weight: 700;
}
.btn-pro:hover {
background: linear-gradient(135deg, #6366f1, #60a5fa);
transform: translateY(-1px);
box-shadow: 0 6px 20px rgba(79, 70, 229, 0.4);
}
.product-card h3 {
font-size: 1.45rem;
font-weight: 700;