Date : 31/12/2025 11:36
Status : IMPLEMENTEE
Demande : Créer un mini site avec prénom "Jerome" et téléphone fictif, publié sur jerome.rhinov.nowhere84.com
Création d'un mini site statique minimaliste, stocké sur GitLab et déployé sur la stack DEV.
Un simple fichier HTML avec du CSS inline, servi par un container Nginx léger.
Pourquoi ?
┌─────────────────────────────────────────┐
│ │
│ Jerome │
│ │
│ 06 12 34 56 78 │
│ │
│ [design minimaliste & élégant] │
│ │
└─────────────────────────────────────────┘
mini-site-jeromemini-site-jerome/
├── index.html # Page unique
├── Dockerfile # Image nginx:alpine
└── README.md # Documentation
jerome-site-devjerome-site:devPoint d'attention : Le domaine rhinov.nowhere84.com n'est pas dans le wildcard habituel *.33800.nowhere84.com.
Options DNS :
| Option | Action requise |
|---|---|
| A | Créer entrée DNS jerome.rhinov.nowhere84.com → 82.65.119.221 sur o2switch |
| B | Utiliser jerome-rhinov-dev.33800.nowhere84.com (wildcard existant) |
Recommandation : Option A si tu veux vraiment le domaine rhinov, sinon Option B plus simple.
/etc/nginx/sites-available/jerome.rhinov.nowhere84.com# 1. Créer repo GitLab
# 2. Push du code
# 3. Build image sur dev-portainer
# 4. Run container
# 5. Config Nginx + reload
# 6. (si option A) Créer entrée DNS
Domaine : Tu confirmes jerome.rhinov.nowhere84.com ou tu préfères utiliser le wildcard existant (jerome-rhinov-dev.33800.nowhere84.com) ?
Design : Tu veux un style particulier (couleurs, police) ou je fais au feeling ?
En attente de validation pour exécuter.