Procházet zdrojové kódy

Migration changelog update

Updated changelog to document self-hosted migration with data.duhaz.fr domain, Caddy reverse proxy, and Kong auth setup.

X-Lovable-Edit-ID: edt-776d030d-c931-45c3-b909-c9d9c96000ed
gpt-engineer-app[bot] před 1 dnem
rodič
revize
90046052d4
1 změnil soubory, kde provedl 14 přidání a 0 odebrání
  1. 14 0
      src/data/changelog.ts

+ 14 - 0
src/data/changelog.ts

@@ -8,6 +8,20 @@ export interface ChangelogEntry {
 }
 
 export const changelogData: ChangelogEntry[] = [
+  {
+    version: "1.15.0",
+    date: "2026-04-08",
+    category: "improvement",
+    title: "Migration vers un hébergement self-hosted",
+    description: "Migration complète de l'infrastructure Supabase vers un serveur dédié auto-hébergé avec reverse proxy Caddy.",
+    details: [
+      "Déploiement de Supabase sur serveur dédié (VM)",
+      "Mise en place de Caddy comme reverse proxy avec TLS automatique",
+      "Nouveau domaine API : data.duhaz.fr",
+      "Configuration Kong pour l'authentification des requêtes",
+      "Meilleur contrôle de l'infrastructure et des coûts"
+    ]
+  },
   {
     version: "1.14.0",
     date: "2026-03-02",