More fixes for unreferenced pages

This commit is contained in:
Alexandre Aubin 2020-03-30 02:14:41 +02:00
parent a4f6cccb99
commit 120ba7ac9e
7 changed files with 13 additions and 2 deletions

View file

@ -42,6 +42,7 @@
* [Adding an external storage](/external_storage) * [Adding an external storage](/external_storage)
* [Migrating emails to YunoHost](/email_migration) * [Migrating emails to YunoHost](/email_migration)
* [Hide services with Tor](/torhiddenservice) * [Hide services with Tor](/torhiddenservice)
* [A discussion about the advantages of using a VPN](/vpn_advantage)
* [(old) Jessie->Stretch migration procedure](jessie_stretch_migration) * [(old) Jessie->Stretch migration procedure](jessie_stretch_migration)
* [Troubleshooting guide](/troubleshooting_guide) * [Troubleshooting guide](/troubleshooting_guide)
* [Changing the administration password](/change_admin_password) * [Changing the administration password](/change_admin_password)

View file

@ -53,6 +53,7 @@
* [Migrer ses emails vers YunoHost](/email_migration) * [Migrer ses emails vers YunoHost](/email_migration)
* [YunoHost avec un service caché Tor](/torhiddenservice) * [YunoHost avec un service caché Tor](/torhiddenservice)
* [Utilisation de certificats autres que Let's Encrypt](/certificate_custom) * [Utilisation de certificats autres que Let's Encrypt](/certificate_custom)
* [Une discussion sur les avantages d'utiliser un VPN](/vpn_advantage)
* [(vieux) Procedure de Migration Jessie->Stretch](jessie_stretch_migration) * [(vieux) Procedure de Migration Jessie->Stretch](jessie_stretch_migration)
* [Guide de dépannage](/troubleshooting_guide) * [Guide de dépannage](/troubleshooting_guide)
* [Changer le mot de passe dadministration](/change_admin_password) * [Changer le mot de passe dadministration](/change_admin_password)

View file

@ -1,6 +1,7 @@
- [Baikal](app_baikal) - [Baikal](app_baikal)
- [Blogotext](app_blogotext) - [Blogotext](app_blogotext)
- [Collabora (Docker)](app_collaboradocker) - [Collabora (Docker)](app_collaboradocker)
- [Custom Webapp](app_my_webapp)
- [Dokuwiki](app_dokuwiki) - [Dokuwiki](app_dokuwiki)
- [FirefoxSync](app_ffsync) - [FirefoxSync](app_ffsync)
- [Fireflyiii](app_firefly_iii) - [Fireflyiii](app_firefly_iii)
@ -11,8 +12,8 @@
- [Limesurvey](app_limesurvey) - [Limesurvey](app_limesurvey)
- [Mediawiki](app_mediawiki) - [Mediawiki](app_mediawiki)
- [Minidlna](app_minidlna) - [Minidlna](app_minidlna)
- [CustomWebapp](app_my_webapp)
- [Netdata](app_netdata) - [Netdata](app_netdata)
- [Nextcloud](app_nextcloud)
- [Noalyss](app_noalyss) - [Noalyss](app_noalyss)
- [Peertube](app_peertube) - [Peertube](app_peertube)
- [Pihole](app_pihole) - [Pihole](app_pihole)

BIN
images/docker.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View file

@ -83,4 +83,8 @@ This page lists a few installation guides.
<a href="/dev"><img src="/images/lxc.png" height=150 style="vertical-align:bottom"><b><p>Dev environment in LXD/LXC</p></b></a> <a href="/dev"><img src="/images/lxc.png" height=150 style="vertical-align:bottom"><b><p>Dev environment in LXD/LXC</p></b></a>
</div> </div>
<div class="col col-md-3 text-center">
<a href="/docker"><img src="/images/docker.png" height=150 style="vertical-align:bottom"><b><p>(Non-official!) Docker images</p></b></a>
</div>
</div> </div>

View file

@ -77,4 +77,8 @@ Cette page liste plusieurs types dinstallations, classés par catégories.
<a href="/dev"><img src="/images/lxc.png" height=150 style="vertical-align:bottom"><b><p>Environnement de dev avec LXD/LXC</p></b></a> <a href="/dev"><img src="/images/lxc.png" height=150 style="vertical-align:bottom"><b><p>Environnement de dev avec LXD/LXC</p></b></a>
</div> </div>
<div class="col col-md-3 text-center">
<a href="/docker"><img src="/images/docker.png" height=150 style="vertical-align:bottom"><b><p>(Non-officiel!) Images docker</p></b></a>
</div>
</div> </div>

View file

@ -15,7 +15,7 @@ do
then then
continue continue
fi fi
if ! echo $ALL_TARGETS | grep -q $PAGE if ! echo $ALL_TARGETS | grep -q -w $PAGE
then then
returncode=1 returncode=1
echo "The following page is not referenced by any other page :( -> $PAGE" echo "The following page is not referenced by any other page :( -> $PAGE"