diff --git a/content/wiki/doc-v2/installer/miroir/_index.md b/content/wiki/doc-v2/installer/miroir/_index.md
index 76841a03c9bb2df4a81dd65ce8f4afccebf8bac0..720a0b5a97e0076fb656d29537367ed64601f5a0 100644
--- a/content/wiki/doc-v2/installer/miroir/_index.md
+++ b/content/wiki/doc-v2/installer/miroir/_index.md
@@ -24,10 +24,10 @@ A la date du 28 juin 2024, suivant les informations disponibles et obtenues aupr
 - la machine doit être connectée au réseau internet 24h/7j
 - système d'exploitation basé sous Linux (Debian Serveur conseillé)
 - savoir gérer l'ouverture de ports sur votre machine et/ou votre Box internet
-- Duniter-v2s est actuellement disponible sous Docker (conseillé), en paquet Débian et pour [Yunohost](https://yunohost.org/fr) en installation manuelle.
+- Duniter-v2s est actuellement disponible sous Docker (conseillé) et en paquet Debian. <!--et pour [Yunohost](https://yunohost.org/fr) en installation manuelle.-->
 
 ### Modes d'installation
 
 - [Installer et configurer un noeud miroir sous Docker](@/wiki/doc-v2/installer/miroir/docker.md)
 - [Installer et configurer un noeud miroir sous Debian](@/wiki/doc-v2/installer/miroir/debian.md)
-- [Installer et configurer un noeud miroir avec Yunohost](@/wiki/doc-v2/installer/miroir/yunohost.md)
+<!-- - [Installer et configurer un noeud miroir avec Yunohost](@/wiki/doc-v2/installer/miroir/yunohost.md) -->
diff --git a/content/wiki/doc-v2/installer/miroir/yunohost.md b/content/wiki/doc-v2/installer/miroir/yunohost.md
deleted file mode 100644
index 7215fa5ab24bade7755aad5ea917c89695612a70..0000000000000000000000000000000000000000
--- a/content/wiki/doc-v2/installer/miroir/yunohost.md
+++ /dev/null
@@ -1,43 +0,0 @@
-+++
-title="Miroir YunoHost"
-
-# date = 2024-06-28
-
-weight = 10
-sort_by = "weight"
-insert_anchor_links = "right"
-+++
-
-# Installation d'un Noeud Mirroir sur YunoHost
-
-{% note(type="warning", markdown="true") %}
-**Document de travail.** Ce document n'a pas été validé et ne doit pas être diffusé en dehors du groupe des forgerons et des développeurs
-{% end %}
-
-:::spoiler test
-
-:::
-
-> Source de [Bgallois](https://forum.duniter.org/t/paquet-yunohost-pour-duniter/12326)
-
-Pour l'instant le package YunoHost n'est pas disponible dans le catalogue YunoHost, il faut l'installer en manuel avec cette ligne de commande :
-
-```
-yunohost app install https://git.duniter.org/bgallois/duniter-v2s_ynh
-```
-
-Vu que le package n'est pas encore validé, vous aurez un message d'alerte qui vous demandera si vous êtes sur de vouloir effectuer cette installation :
-
-> DANGER! This app is not part of YunoHost's app catalog. Installing third-party apps may compromise the inte  grity and security of your system. You should probably NOT install it unless you know what you are doing. N  O SUPPORT will be provided if this app doesn't work or breaks your system… If you are willing to take that  risk anyway, type 'Yes, I understand':
-
-```
-Yes, I understand
-```
-
-> ==========  This is a dummy disclaimer to display prior to the install  ==========  WARNING: You should check the app notifications above before continuing, there might be important stuff to  know. \[Press enter to continue\]:
-
-::: warn
-L’installation de Duniter-V2 sur un serveur YunoHost qui fait déjà tourner un Noeud Duniter-V1 n’est pas possible. Vous aurez un beau message d’erreur :  
-**"Error: duniter is already installed"**
-
-:::
\ No newline at end of file