feat: add PercoMemo, PrintVault, HomeStatus, MonStatut
- services.json: ajout de 4 nouveaux projets dans "Mes Projets" - PercoMemo (docker percomemo, memo.nas.percolouco.com) - PrintVault (docker printvault, printvault.nas.percolouco.com) - HomeStatus (port 9200, PHP built-in) - MonStatut (port 9201, PHP built-in) - index.php: ajout carte PrintVault, fix URL PercoMemo (9400 → memo.nas.percolouco.com), compteur 4→5 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Sonnet 4.6
parent
66841b157e
commit
a0db958993
@@ -59,7 +59,7 @@
|
|||||||
<!-- En-tête de section -->
|
<!-- En-tête de section -->
|
||||||
<div class="section-header">
|
<div class="section-header">
|
||||||
<h2 class="section-title">🚀 Mes Applications</h2>
|
<h2 class="section-title">🚀 Mes Applications</h2>
|
||||||
<span class="section-count">4</span>
|
<span class="section-count">5</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Grille des applications -->
|
<!-- Grille des applications -->
|
||||||
@@ -122,11 +122,11 @@
|
|||||||
|
|
||||||
<!-- Description -->
|
<!-- Description -->
|
||||||
<p class="text-sm text-gray-400 mb-4 flex-grow">
|
<p class="text-sm text-gray-400 mb-4 flex-grow">
|
||||||
Mémos & notes
|
Mémos & notes multimédia
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<!-- Bouton -->
|
<!-- Bouton -->
|
||||||
<a href="http://192.168.1.29:9400" target="_blank" rel="noopener noreferrer"
|
<a href="https://memo.nas.percolouco.com" target="_blank" rel="noopener noreferrer"
|
||||||
class="app-btn">
|
class="app-btn">
|
||||||
Ouvrir
|
Ouvrir
|
||||||
<span class="text-xs">→</span>
|
<span class="text-xs">→</span>
|
||||||
@@ -157,6 +157,29 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- App 5: PrintVault -->
|
||||||
|
<div class="app-card group">
|
||||||
|
<div class="flex flex-col h-full">
|
||||||
|
<!-- Icône & Titre -->
|
||||||
|
<div class="flex items-center gap-3 mb-3">
|
||||||
|
<span class="text-3xl">🖨️</span>
|
||||||
|
<h3 class="text-base font-bold text-white">PrintVault</h3>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<!-- Description -->
|
||||||
|
<p class="text-sm text-gray-400 mb-4 flex-grow">
|
||||||
|
Fichiers 3D (STL, GCode)
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<!-- Bouton -->
|
||||||
|
<a href="https://printvault.nas.percolouco.com" target="_blank" rel="noopener noreferrer"
|
||||||
|
class="app-btn">
|
||||||
|
Ouvrir
|
||||||
|
<span class="text-xs">→</span>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
@@ -41,6 +41,34 @@
|
|||||||
"url": "https://garage.nas.percolouco.com",
|
"url": "https://garage.nas.percolouco.com",
|
||||||
"docker": "garagemanager",
|
"docker": "garagemanager",
|
||||||
"tags": ["vehicules", "maintenance"]
|
"tags": ["vehicules", "maintenance"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "PercoMemo",
|
||||||
|
"desc": "Notes et mémos multimédia (texte, images, liens, markdown)",
|
||||||
|
"url": "https://memo.nas.percolouco.com",
|
||||||
|
"docker": "percomemo",
|
||||||
|
"tags": ["notes", "memo"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "PrintVault",
|
||||||
|
"desc": "Gestionnaire fichiers d'impression 3D (STL, 3MF, GCode + viewer)",
|
||||||
|
"url": "https://printvault.nas.percolouco.com",
|
||||||
|
"docker": "printvault",
|
||||||
|
"tags": ["3d", "impression"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "HomeStatus",
|
||||||
|
"desc": "Dashboard temps réel système — CPU, RAM, disques, uptime",
|
||||||
|
"url": "http://192.168.1.29:9200",
|
||||||
|
"docker": null,
|
||||||
|
"tags": ["monitoring", "system"]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "MonStatut",
|
||||||
|
"desc": "Page de statut des services homelab",
|
||||||
|
"url": "http://192.168.1.29:9201",
|
||||||
|
"docker": null,
|
||||||
|
"tags": ["monitoring", "status"]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user