- Rename all references from E-Cosplay/Ecosplay to SITECONSEIL - Update entity from Association to SARL SITECONSEIL (Siret: 418664058) - Update address to 27 rue Le Serurier, 02100 Saint-Quentin - Update emails: contact@siteconseil.fr, rgpd@siteconseil.fr - Update hosting from GCP to OVHcloud (Roubaix, Gravelines, Strasbourg, Paris) - Update legal pages: mentions legales, CGV, RGPD, conformite, hebergement, cookies, CGU - Add tarifs page with tabs: Site Internet, E-Commerce, Nom de domaine, Esy-Mail, Esy-Mailer, Esy-Tchat, Esy-Meet, Esy-Defender - Add Discord webhook notification workflow - Disable deploy and sonarqube workflows - Update OAuth Keycloak realm to master - Update logo references to logo_facture.png - Remove forced image sizing in Liip Imagine filters - Update SonarQube project key and badge token - Update tribunal competent to Saint-Quentin - Move tarif tabs JS to app.js (CSP compliance) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
79 lines
3.5 KiB
Twig
79 lines
3.5 KiB
Twig
{% extends 'legal/_layout.html.twig' %}
|
|
|
|
{% block title %}Hebergement - CRM SITECONSEIL{% endblock %}
|
|
{% block description %}Informations d'hebergement du site CRM SITECONSEIL.{% endblock %}
|
|
|
|
{% block body %}
|
|
<div class="page-container">
|
|
<h1 class="text-3xl font-black uppercase tracking-tighter italic heading-page mb-8">Hebergement</h1>
|
|
|
|
<div class="flex flex-col gap-8">
|
|
|
|
<section>
|
|
<h2 class="text-xl font-black uppercase mb-2">1. Hebergeur principal</h2>
|
|
<p>Le site <strong>crm.siteconseil.fr</strong> est heberge par :</p>
|
|
<ul class="list-disc pl-6 mt-2">
|
|
<li><strong>OVHcloud</strong></li>
|
|
<li>SAS OVH, 2 rue Kellermann, 59100 Roubaix, France</li>
|
|
<li>Datacenters : Roubaix, Gravelines, Strasbourg, Paris</li>
|
|
<li>Site : ovhcloud.com</li>
|
|
</ul>
|
|
</section>
|
|
|
|
<section>
|
|
<h2 class="text-xl font-black uppercase mb-2">2. CDN et securite</h2>
|
|
<ul class="list-disc pl-6">
|
|
<li><strong>Cloudflare, Inc.</strong></li>
|
|
<li>101 Townsend St, San Francisco, CA 94107, Etats-Unis</li>
|
|
<li>Services : CDN, protection DDoS, WAF, gestion DNS, certificats TLS</li>
|
|
<li>Site : cloudflare.com</li>
|
|
</ul>
|
|
</section>
|
|
|
|
<section>
|
|
<h2 class="text-xl font-black uppercase mb-2">3. Stockage des fichiers</h2>
|
|
<ul class="list-disc pl-6">
|
|
<li><strong>Stockage objet compatible S3</strong></li>
|
|
<li>Auto-heberge sur le serveur</li>
|
|
<li>Localisation : Europe</li>
|
|
<li>Utilisation : stockage des images, documents et fichiers uploades</li>
|
|
</ul>
|
|
</section>
|
|
|
|
<section>
|
|
<h2 class="text-xl font-black uppercase mb-2">4. Service d'envoi d'emails</h2>
|
|
<ul class="list-disc pl-6">
|
|
<li><strong>Amazon Simple Email Service (SES)</strong></li>
|
|
<li>Amazon Web Services EMEA SARL</li>
|
|
<li>38 Avenue John F. Kennedy, L-1855 Luxembourg</li>
|
|
<li>Region : eu-west-3 (Paris)</li>
|
|
<li>Utilisation : envoi des emails transactionnels (confirmations, notifications)</li>
|
|
</ul>
|
|
</section>
|
|
|
|
<section>
|
|
<h2 class="text-xl font-black uppercase mb-2">5. Service de paiement</h2>
|
|
<ul class="list-disc pl-6">
|
|
<li><strong>Stripe Payments Europe, Ltd.</strong></li>
|
|
<li>1 Grand Canal Street Lower, Grand Canal Dock, Dublin 2, Irlande</li>
|
|
<li>Utilisation : traitement des paiements en ligne, gestion des remboursements</li>
|
|
<li>Certification : PCI DSS Level 1</li>
|
|
<li>Site : stripe.com</li>
|
|
</ul>
|
|
</section>
|
|
|
|
<section>
|
|
<h2 class="text-xl font-black uppercase mb-2">6. Localisation des donnees</h2>
|
|
<p>L'ensemble des donnees de la Plateforme (base de donnees, fichiers, sauvegardes) est heberge en <strong>France</strong> chez OVHcloud.</p>
|
|
</section>
|
|
|
|
<section>
|
|
<h2 class="text-xl font-black uppercase mb-2">7. Contact</h2>
|
|
<p>Pour toute question relative a l'hebergement : <a href="mailto:contact@siteconseil.fr" class="text-indigo-800 underline hover:text-indigo-950">contact@siteconseil.fr</a></p>
|
|
</section>
|
|
|
|
<p class="text-sm opacity-70 italic">Derniere mise a jour : 02/04/2026</p>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|