Files
crm_ecosplay/templates/legal/hebergement.html.twig
Serreau Jovann 0e1f249cc3 fix: remplacement emails - contact@ devient client@, monitor@ devient notification@
- contact@e-cosplay.fr remplace par client@e-cosplay.fr dans 87 fichiers
  (PDFs, templates, emails, controllers, DocuSeal submitters)
- monitor@e-cosplay.fr remplace par notification@e-cosplay.fr dans 4 fichiers
  (webhooks DocuSeal, commandes DNS/NDD, controller echeancier)
- Ajout lien "En savoir plus sur notre association" vers www.e-cosplay.fr
  sur la page migration SITECONSEIL

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-09 15:11:08 +02:00

78 lines
3.4 KiB
Twig

{% extends 'legal/_layout.html.twig' %}
{% block title %}Hebergement - Association E-Cosplay{% endblock %}
{% block description %}Informations d'hebergement du site CRM E-Cosplay.{% endblock %}
{% block body %}
<div class="page-container">
<h1 class="text-3xl font-bold uppercase tracking-tighter italic heading-page mb-8">Hebergement</h1>
<div class="flex flex-col gap-8">
<section>
<h2 class="text-xl font-bold uppercase mb-2">1. Hebergeur principal</h2>
<p>Le site <strong>crm.e-cosplay.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-bold 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-bold uppercase mb-2">3. Stockage des fichiers</h2>
<ul class="list-disc pl-6">
<li><strong>OVHcloud Object Storage</strong></li>
<li>Localisation : France (OVH)</li>
<li>Utilisation : stockage des images, documents et fichiers uploades</li>
</ul>
</section>
<section>
<h2 class="text-xl font-bold 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-bold 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-bold 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-bold uppercase mb-2">7. Contact</h2>
<p>Pour toute question relative a l'hebergement : <a href="mailto:client@e-cosplay.fr" class="text-indigo-800 underline hover:text-indigo-950">client@e-cosplay.fr</a></p>
</section>
<p class="text-sm opacity-70 italic">Derniere mise a jour : 02/04/2026</p>
</div>
</div>
{% endblock %}