From 9c9f915f34e1621ed02f75c1f3a9523200f06ffd Mon Sep 17 00:00:00 2001 From: Alexis IMBERT <97242148+Alexis-IMBERT@users.noreply.github.com> Date: Mon, 4 Dec 2023 08:57:26 +0100 Subject: [PATCH 01/32] Update packaging_apps_intro.fr.md --- .../10.packaging_apps/packaging_apps_intro.fr.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/06.contribute/10.packaging_apps/packaging_apps_intro.fr.md b/pages/06.contribute/10.packaging_apps/packaging_apps_intro.fr.md index 50d05075..d3840331 100644 --- a/pages/06.contribute/10.packaging_apps/packaging_apps_intro.fr.md +++ b/pages/06.contribute/10.packaging_apps/packaging_apps_intro.fr.md @@ -52,9 +52,9 @@ Divers outils ont été mis en place pour tester l'application et normaliser son Après un certain temps, un ensemble de pratiques et de conventions communes a émergé et est en quelque sorte reflété et maintenu dans l'application modèle `example_ynh`. Bien qu'il soit tentant pour les développeurs de changer les schémas de nommage des variables ou de refactoriser la structure des scripts, il s'avère qu'il est encore plus important de s'en tenir à l'ensemble des pratiques communes (même si elles sont arbitraires et peu élégantes) pour faciliter la maintenance de toutes les applications par n'importe quel membre de la communauté du packaging à travers tous les dépôts ! -Néanmoins, même si les aides existaient, la structure inhérente des applications était difficile et ennuyeuse à maintenir avec trop de morceaux de code redondants ou remplis de conventions historiques bizarres. **Un nouveau format v2** [a été conçu et ajouté à YunoHost 11.1 début 2023] (https://github.com/YunoHost/yunohost/pull/1289) dans l'espoir de moderniser et de simplifier l'emballage des applications et d'améliorer l'UI/UX de YunoHost. +Néanmoins, même si les aides existaient, la structure inhérente des applications était difficile et ennuyeuse à maintenir avec trop de morceaux de code redondants ou remplis de conventions historiques bizarres. **Un nouveau format v2** [a été conçu et ajouté à YunoHost 11.1 début 2023](https://github.com/YunoHost/yunohost/pull/1289) dans l'espoir de moderniser et de simplifier l'emballage des applications et d'améliorer l'UI/UX de YunoHost. -Cependant, [**un futur format v3** est encore à venir] (https://github.com/YunoHost/issues/issues/2136) pour simplifier davantage l'empaquetage des applications (comme la prise en charge des configurations NGINX/systemd/..., l'élimination du besoin d'écrire manuellement des scripts de suppression/sauvegarde/restauration, etc.) +Cependant, [**un futur format v3** est encore à venir](https://github.com/YunoHost/issues/issues/2136) pour simplifier davantage l'empaquetage des applications (comme la prise en charge des configurations NGINX/systemd/..., l'élimination du besoin d'écrire manuellement des scripts de suppression/sauvegarde/restauration, etc.) ## 4. Aperçu général de la structure d'une application YunoHost @@ -107,7 +107,7 @@ Grosso modo, l'installation proprement dite se compose généralement des opéra ## 5. Créer votre tout premier paquet YunoHost -A moins que vous ne souhaitiez vraiment partir de zéro ou de [`example_ynh`] (https://github.com/YunoHost/example_ynh), une pratique courante consiste à identifier une application similaire à celle que vous essayez d'empaqueter - typiquement parce qu'elle repose sur les mêmes technologies - à cloner le dépôt de code correspondant, et à adapter les différents fichiers. +A moins que vous ne souhaitiez vraiment partir de zéro ou de [`example_ynh`](https://github.com/YunoHost/example_ynh), une pratique courante consiste à identifier une application similaire à celle que vous essayez d'empaqueter - typiquement parce qu'elle repose sur les mêmes technologies - à cloner le dépôt de code correspondant, et à adapter les différents fichiers. TODO/FIXME : here we should list a bunch of well-knowh apps for classic technologies From 987f09ef728fb359eda38eeb4a08bd3938b6c9f1 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Tue, 5 Dec 2023 20:53:55 +0100 Subject: [PATCH 02/32] [CI] Update app helpers/resources for debian/11.2.8 (#2373) --- .../11.helpers/packaging_apps_helpers.md | 230 +++++++++--------- .../packaging_apps_resources.md | 2 +- 2 files changed, 116 insertions(+), 116 deletions(-) diff --git a/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md b/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md index 0fde3f4f..5c4105fa 100644 --- a/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md +++ b/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md @@ -7,7 +7,7 @@ routes: default: '/packaging_apps_helpers' --- -Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/doc/generate_helper_doc.py) on 27/11/2023 (YunoHost version 11.2.7) +Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/doc/generate_helper_doc.py) on 05/12/2023 (YunoHost version 11.2.8) ## APPS @@ -25,7 +25,7 @@ Requires YunoHost version *.*.* or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/apps#L9) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/apps#L9) [/details] ---------------- @@ -41,7 +41,7 @@ Requires YunoHost version *.*.* or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/apps#L65) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/apps#L65) [/details] ---------------- @@ -70,7 +70,7 @@ If the app relies on a specific PHP version, then `php` will be aliased that ver -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/apps#L128) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/apps#L128) [/details] ---------------- @@ -94,7 +94,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/apt#L53) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/apt#L53) [/details] ---------------- @@ -115,7 +115,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/apt#L75) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/apt#L75) [/details] ---------------- @@ -129,7 +129,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/apt#L107) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/apt#L107) [/details] ---------------- @@ -146,7 +146,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/apt#L117) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/apt#L117) [/details] ---------------- @@ -163,7 +163,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/apt#L128) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/apt#L128) [/details] ---------------- @@ -180,7 +180,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/apt#L138) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/apt#L138) [/details] ---------------- @@ -197,7 +197,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/apt#L148) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/apt#L148) [/details] ---------------- @@ -219,7 +219,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/apt#L225) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/apt#L225) [/details] ---------------- @@ -236,7 +236,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/apt#L338) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/apt#L338) [/details] ---------------- @@ -252,7 +252,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/apt#L357) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/apt#L357) [/details] ---------------- @@ -272,7 +272,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/apt#L391) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/apt#L391) [/details] ---------------- @@ -345,7 +345,7 @@ Requires YunoHost version 3.5.0 or higher for the argument `--not_mandatory` -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/backup#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/backup#L64) [/details] ---------------- @@ -359,7 +359,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/backup#L179) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/backup#L179) [/details] ---------------- @@ -404,7 +404,7 @@ Requires YunoHost version 3.5.0 or higher for the argument --not_mandatory -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/backup#L238) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/backup#L238) [/details] ---------------- @@ -423,7 +423,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/backup#L306) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/backup#L306) [/details] ---------------- @@ -445,7 +445,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/backup#L357) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/backup#L357) [/details] ---------------- @@ -464,7 +464,7 @@ Requires YunoHost version 3.3.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/backup#L397) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/backup#L397) [/details] ---------------- @@ -487,7 +487,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/backup#L432) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/backup#L432) [/details] ---------------- @@ -510,7 +510,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/backup#L480) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/backup#L480) [/details] ---------------- @@ -585,7 +585,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/fail2ban#L62) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/fail2ban#L62) [/details] ---------------- @@ -599,7 +599,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/fail2ban#L134) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/fail2ban#L134) [/details] ---------------- @@ -627,7 +627,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/hardware#L13) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/hardware#L13) [/details] ---------------- @@ -650,7 +650,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/hardware#L75) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/hardware#L75) [/details] ---------------- @@ -671,7 +671,7 @@ Requires YunoHost version 2.4.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/logging#L10) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/logging#L10) [/details] ---------------- @@ -688,7 +688,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/logging#L30) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/logging#L30) [/details] ---------------- @@ -705,7 +705,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/logging#L56) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/logging#L56) [/details] ---------------- @@ -722,7 +722,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/logging#L73) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/logging#L73) [/details] ---------------- @@ -741,7 +741,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/logging#L92) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/logging#L92) [/details] ---------------- @@ -760,7 +760,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/logging#L113) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/logging#L113) [/details] ---------------- @@ -779,7 +779,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/logging#L134) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/logging#L134) [/details] ---------------- @@ -798,7 +798,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/logging#L155) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/logging#L155) [/details] ---------------- @@ -817,7 +817,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/logging#L176) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/logging#L176) [/details] ---------------- @@ -836,7 +836,7 @@ Requires YunoHost version 11.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/logging#L197) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/logging#L197) [/details] ---------------- @@ -856,7 +856,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/logging#L257) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/logging#L257) [/details] ---------------- @@ -871,7 +871,7 @@ Requires YunoHost version 3.6.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/logging#L345) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/logging#L345) [/details] ---------------- @@ -900,7 +900,7 @@ Requires YunoHost version 3.2.0 or higher for the argument `--specific_user` -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/logrotate#L18) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/logrotate#L18) [/details] ---------------- @@ -914,7 +914,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/logrotate#L110) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/logrotate#L110) [/details] ---------------- @@ -931,7 +931,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/multimedia#L11) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/multimedia#L11) [/details] ---------------- @@ -951,7 +951,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/multimedia#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/multimedia#L64) [/details] ---------------- @@ -968,7 +968,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/multimedia#L93) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/multimedia#L93) [/details] ---------------- @@ -1001,7 +1001,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/mysql#L15) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/mysql#L15) [/details] ---------------- @@ -1019,7 +1019,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/mysql#L36) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/mysql#L36) [/details] ---------------- @@ -1037,7 +1037,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/mysql#L60) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/mysql#L60) [/details] ---------------- @@ -1058,7 +1058,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/mysql#L128) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/mysql#L128) [/details] ---------------- @@ -1077,7 +1077,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/mysql#L160) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/mysql#L160) [/details] ---------------- @@ -1099,7 +1099,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/mysql#L198) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/mysql#L198) [/details] ---------------- @@ -1117,7 +1117,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/mysql#L224) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/mysql#L224) [/details] ---------------- @@ -1141,7 +1141,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/network#L12) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/network#L12) [/details] ---------------- @@ -1162,7 +1162,7 @@ Requires YunoHost version 3.8.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/network#L36) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/network#L36) [/details] ---------------- @@ -1183,7 +1183,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/network#L99) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/network#L99) [/details] ---------------- @@ -1204,7 +1204,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/network#L119) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/network#L119) [/details] ---------------- @@ -1232,7 +1232,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/nginx#L19) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/nginx#L19) [/details] ---------------- @@ -1246,12 +1246,12 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/nginx#L41) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/nginx#L41) [/details] ---------------- #### ynh_change_url_nginx_config -[details summary="Move / regen the nginx config in a change url context" class="helper-card-subtitle text-muted"] +[details summary="Regen the nginx config in a change url context" class="helper-card-subtitle text-muted"] **Usage**: `ynh_change_url_nginx_config` @@ -1260,7 +1260,7 @@ Requires YunoHost version 11.1.9 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/nginx#L52) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/nginx#L52) [/details] ---------------- @@ -1314,7 +1314,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/nodejs#L52) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/nodejs#L52) [/details] ---------------- @@ -1338,7 +1338,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/nodejs#L92) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/nodejs#L92) [/details] ---------------- @@ -1356,7 +1356,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/nodejs#L165) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/nodejs#L165) [/details] ---------------- @@ -1429,7 +1429,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/permission#L66) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/permission#L66) [/details] ---------------- @@ -1448,7 +1448,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/permission#L152) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/permission#L152) [/details] ---------------- @@ -1466,7 +1466,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/permission#L169) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/permission#L169) [/details] ---------------- @@ -1489,7 +1489,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/permission#L192) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/permission#L192) [/details] ---------------- @@ -1512,7 +1512,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/permission#L260) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/permission#L260) [/details] ---------------- @@ -1533,7 +1533,7 @@ Requires YunoHost version 3.7.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/permission#L329) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/permission#L329) [/details] ---------------- @@ -1548,7 +1548,7 @@ Requires YunoHost version 4.1.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/permission#L359) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/permission#L359) [/details] ---------------- @@ -1559,7 +1559,7 @@ Requires YunoHost version 4.1.2 or higher. **Example**: `if ynh_legacy_permissions_exists then ynh_legacy_permissions_delete_all # You can recreate the required permissions here with ynh_permission_create fi Requires YunoHost version 4.1.2 or higher.` -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/permission#L379) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/permission#L379) [/details] ---------------- @@ -1633,7 +1633,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/php#L70) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/php#L70) [/details] ---------------- @@ -1647,7 +1647,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/php#L284) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/php#L284) [/details] ---------------- @@ -1666,7 +1666,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/php#L517) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/php#L517) [/details] ---------------- @@ -1686,7 +1686,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/php#L549) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/php#L549) [/details] ---------------- @@ -1719,7 +1719,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/postgresql#L18) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/postgresql#L18) [/details] ---------------- @@ -1737,7 +1737,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/postgresql#L39) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/postgresql#L39) [/details] ---------------- @@ -1755,7 +1755,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/postgresql#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/postgresql#L64) [/details] ---------------- @@ -1776,7 +1776,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/postgresql#L135) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/postgresql#L135) [/details] ---------------- @@ -1794,7 +1794,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/postgresql#L168) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/postgresql#L168) [/details] ---------------- @@ -1812,7 +1812,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/postgresql#L190) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/postgresql#L190) [/details] ---------------- @@ -1834,7 +1834,7 @@ Requires YunoHost version 2.7.13 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/postgresql#L234) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/postgresql#L234) [/details] ---------------- @@ -1852,7 +1852,7 @@ Requires YunoHost version 2.7.13 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/postgresql#L265) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/postgresql#L265) [/details] ---------------- @@ -1873,7 +1873,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/setting#L10) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/setting#L10) [/details] ---------------- @@ -1892,7 +1892,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/setting#L36) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/setting#L36) [/details] ---------------- @@ -1910,7 +1910,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/setting#L62) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/setting#L62) [/details] ---------------- @@ -1930,7 +1930,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/setting#L123) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/setting#L123) [/details] ---------------- @@ -1951,7 +1951,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/setting#L145) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/setting#L145) [/details] ---------------- @@ -1976,7 +1976,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/string#L13) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/string#L13) [/details] ---------------- @@ -1998,7 +1998,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/string#L40) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/string#L40) [/details] ---------------- @@ -2020,7 +2020,7 @@ Requires YunoHost version 2.7.7 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/string#L71) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/string#L71) [/details] ---------------- @@ -2043,7 +2043,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/string#L103) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/string#L103) [/details] ---------------- @@ -2069,7 +2069,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/systemd#L15) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/systemd#L15) [/details] ---------------- @@ -2086,7 +2086,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/systemd#L38) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/systemd#L38) [/details] ---------------- @@ -2108,7 +2108,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/systemd#L67) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/systemd#L67) [/details] ---------------- @@ -2132,7 +2132,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/user#L12) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/user#L12) [/details] ---------------- @@ -2154,7 +2154,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/user#L33) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/user#L33) [/details] ---------------- @@ -2172,7 +2172,7 @@ Requires YunoHost version 2.4.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/user#L53) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/user#L53) [/details] ---------------- @@ -2191,7 +2191,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/user#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/user#L64) [/details] ---------------- @@ -2210,7 +2210,7 @@ Requires YunoHost version 3.5.0.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/user#L82) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/user#L82) [/details] ---------------- @@ -2239,7 +2239,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/user#L111) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/user#L111) [/details] ---------------- @@ -2256,7 +2256,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/user#L153) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/user#L153) [/details] ---------------- @@ -2270,7 +2270,7 @@ Requires YunoHost version 4.1.7 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/user#L179) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/user#L179) [/details] ---------------- @@ -2291,7 +2291,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/utils#L61) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/utils#L61) [/details] ---------------- @@ -2383,7 +2383,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/utils#L154) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/utils#L154) [/details] ---------------- @@ -2409,7 +2409,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/utils#L399) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/utils#L399) [/details] ---------------- @@ -2467,7 +2467,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/utils#L483) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/utils#L483) [/details] ---------------- @@ -2511,7 +2511,7 @@ Requires YunoHost version 4.3 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/utils#L637) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/utils#L637) [/details] ---------------- @@ -2530,7 +2530,7 @@ Requires YunoHost version 4.3 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/utils#L714) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/utils#L714) [/details] ---------------- @@ -2546,7 +2546,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/utils#L829) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/utils#L829) [/details] ---------------- @@ -2563,7 +2563,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/utils#L860) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/utils#L860) [/details] ---------------- @@ -2583,7 +2583,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/utils#L894) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/utils#L894) [/details] ---------------- @@ -2608,7 +2608,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/utils#L937) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/utils#L937) [/details] ---------------- @@ -2631,7 +2631,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/utils#L966) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/utils#L966) [/details] ---------------- @@ -2654,7 +2654,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/utils#L991) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/utils#L991) [/details] ---------------- @@ -2686,7 +2686,7 @@ Requires YunoHost version 3.8.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/helpers/utils#L1021) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/utils#L1021) [/details] ---------------- diff --git a/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md b/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md index 24c40a55..e4250db4 100644 --- a/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md +++ b/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md @@ -7,7 +7,7 @@ routes: default: '/packaging_apps_resources' --- -Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/4897f72974fff30b168a40bf55bf917395cca4cc/doc/generate_resource_doc.py) on 27/11/2023 (YunoHost version 11.2.7) +Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/doc/generate_resource_doc.py) on 05/12/2023 (YunoHost version 11.2.8) ---------------- From a341f02bc988fc9a3f24110060b7091805d905ee Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Sat, 9 Dec 2023 17:18:53 +0100 Subject: [PATCH 03/32] [CI] Update app helpers/resources for debian/11.2.8.1 (#2374) --- .../11.helpers/packaging_apps_helpers.md | 228 +++++++++--------- .../packaging_apps_resources.md | 2 +- 2 files changed, 115 insertions(+), 115 deletions(-) diff --git a/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md b/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md index 5c4105fa..27910d65 100644 --- a/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md +++ b/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md @@ -7,7 +7,7 @@ routes: default: '/packaging_apps_helpers' --- -Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/doc/generate_helper_doc.py) on 05/12/2023 (YunoHost version 11.2.8) +Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/doc/generate_helper_doc.py) on 09/12/2023 (YunoHost version 11.2.8.1) ## APPS @@ -25,7 +25,7 @@ Requires YunoHost version *.*.* or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/apps#L9) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/apps#L9) [/details] ---------------- @@ -41,7 +41,7 @@ Requires YunoHost version *.*.* or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/apps#L65) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/apps#L65) [/details] ---------------- @@ -70,7 +70,7 @@ If the app relies on a specific PHP version, then `php` will be aliased that ver -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/apps#L128) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/apps#L128) [/details] ---------------- @@ -94,7 +94,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/apt#L53) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/apt#L53) [/details] ---------------- @@ -115,7 +115,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/apt#L75) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/apt#L75) [/details] ---------------- @@ -129,7 +129,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/apt#L107) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/apt#L107) [/details] ---------------- @@ -146,7 +146,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/apt#L117) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/apt#L117) [/details] ---------------- @@ -163,7 +163,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/apt#L128) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/apt#L128) [/details] ---------------- @@ -180,7 +180,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/apt#L138) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/apt#L138) [/details] ---------------- @@ -197,7 +197,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/apt#L148) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/apt#L148) [/details] ---------------- @@ -219,7 +219,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/apt#L225) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/apt#L225) [/details] ---------------- @@ -236,7 +236,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/apt#L338) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/apt#L338) [/details] ---------------- @@ -252,7 +252,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/apt#L357) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/apt#L357) [/details] ---------------- @@ -272,7 +272,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/apt#L391) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/apt#L391) [/details] ---------------- @@ -345,7 +345,7 @@ Requires YunoHost version 3.5.0 or higher for the argument `--not_mandatory` -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/backup#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/backup#L64) [/details] ---------------- @@ -359,7 +359,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/backup#L179) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/backup#L179) [/details] ---------------- @@ -404,7 +404,7 @@ Requires YunoHost version 3.5.0 or higher for the argument --not_mandatory -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/backup#L238) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/backup#L238) [/details] ---------------- @@ -423,7 +423,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/backup#L306) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/backup#L306) [/details] ---------------- @@ -445,7 +445,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/backup#L357) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/backup#L357) [/details] ---------------- @@ -464,7 +464,7 @@ Requires YunoHost version 3.3.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/backup#L397) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/backup#L397) [/details] ---------------- @@ -487,7 +487,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/backup#L432) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/backup#L432) [/details] ---------------- @@ -510,7 +510,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/backup#L480) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/backup#L480) [/details] ---------------- @@ -585,7 +585,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/fail2ban#L62) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/fail2ban#L62) [/details] ---------------- @@ -599,7 +599,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/fail2ban#L134) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/fail2ban#L134) [/details] ---------------- @@ -627,7 +627,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/hardware#L13) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/hardware#L13) [/details] ---------------- @@ -650,7 +650,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/hardware#L75) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/hardware#L75) [/details] ---------------- @@ -671,7 +671,7 @@ Requires YunoHost version 2.4.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/logging#L10) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/logging#L10) [/details] ---------------- @@ -688,7 +688,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/logging#L30) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/logging#L30) [/details] ---------------- @@ -705,7 +705,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/logging#L56) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/logging#L56) [/details] ---------------- @@ -722,7 +722,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/logging#L73) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/logging#L73) [/details] ---------------- @@ -741,7 +741,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/logging#L92) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/logging#L92) [/details] ---------------- @@ -760,7 +760,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/logging#L113) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/logging#L113) [/details] ---------------- @@ -779,7 +779,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/logging#L134) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/logging#L134) [/details] ---------------- @@ -798,7 +798,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/logging#L155) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/logging#L155) [/details] ---------------- @@ -817,7 +817,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/logging#L176) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/logging#L176) [/details] ---------------- @@ -836,7 +836,7 @@ Requires YunoHost version 11.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/logging#L197) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/logging#L197) [/details] ---------------- @@ -856,7 +856,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/logging#L257) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/logging#L257) [/details] ---------------- @@ -871,7 +871,7 @@ Requires YunoHost version 3.6.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/logging#L345) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/logging#L345) [/details] ---------------- @@ -900,7 +900,7 @@ Requires YunoHost version 3.2.0 or higher for the argument `--specific_user` -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/logrotate#L18) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/logrotate#L18) [/details] ---------------- @@ -914,7 +914,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/logrotate#L110) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/logrotate#L110) [/details] ---------------- @@ -931,7 +931,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/multimedia#L11) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/multimedia#L11) [/details] ---------------- @@ -951,7 +951,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/multimedia#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/multimedia#L64) [/details] ---------------- @@ -968,7 +968,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/multimedia#L93) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/multimedia#L93) [/details] ---------------- @@ -1001,7 +1001,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/mysql#L15) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/mysql#L15) [/details] ---------------- @@ -1019,7 +1019,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/mysql#L36) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/mysql#L36) [/details] ---------------- @@ -1037,7 +1037,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/mysql#L60) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/mysql#L60) [/details] ---------------- @@ -1058,7 +1058,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/mysql#L128) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/mysql#L128) [/details] ---------------- @@ -1077,7 +1077,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/mysql#L160) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/mysql#L160) [/details] ---------------- @@ -1099,7 +1099,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/mysql#L198) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/mysql#L198) [/details] ---------------- @@ -1117,7 +1117,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/mysql#L224) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/mysql#L224) [/details] ---------------- @@ -1141,7 +1141,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/network#L12) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/network#L12) [/details] ---------------- @@ -1162,7 +1162,7 @@ Requires YunoHost version 3.8.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/network#L36) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/network#L36) [/details] ---------------- @@ -1183,7 +1183,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/network#L99) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/network#L99) [/details] ---------------- @@ -1204,7 +1204,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/network#L119) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/network#L119) [/details] ---------------- @@ -1232,7 +1232,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/nginx#L19) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/nginx#L19) [/details] ---------------- @@ -1246,7 +1246,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/nginx#L41) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/nginx#L41) [/details] ---------------- @@ -1260,7 +1260,7 @@ Requires YunoHost version 11.1.9 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/nginx#L52) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/nginx#L52) [/details] ---------------- @@ -1314,7 +1314,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/nodejs#L52) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/nodejs#L52) [/details] ---------------- @@ -1338,7 +1338,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/nodejs#L92) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/nodejs#L92) [/details] ---------------- @@ -1356,7 +1356,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/nodejs#L165) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/nodejs#L165) [/details] ---------------- @@ -1429,7 +1429,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/permission#L66) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/permission#L66) [/details] ---------------- @@ -1448,7 +1448,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/permission#L152) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/permission#L152) [/details] ---------------- @@ -1466,7 +1466,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/permission#L169) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/permission#L169) [/details] ---------------- @@ -1489,7 +1489,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/permission#L192) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/permission#L192) [/details] ---------------- @@ -1512,7 +1512,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/permission#L260) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/permission#L260) [/details] ---------------- @@ -1533,7 +1533,7 @@ Requires YunoHost version 3.7.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/permission#L329) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/permission#L329) [/details] ---------------- @@ -1548,7 +1548,7 @@ Requires YunoHost version 4.1.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/permission#L359) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/permission#L359) [/details] ---------------- @@ -1559,7 +1559,7 @@ Requires YunoHost version 4.1.2 or higher. **Example**: `if ynh_legacy_permissions_exists then ynh_legacy_permissions_delete_all # You can recreate the required permissions here with ynh_permission_create fi Requires YunoHost version 4.1.2 or higher.` -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/permission#L379) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/permission#L379) [/details] ---------------- @@ -1633,7 +1633,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/php#L70) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/php#L70) [/details] ---------------- @@ -1647,7 +1647,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/php#L284) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/php#L284) [/details] ---------------- @@ -1666,7 +1666,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/php#L517) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/php#L517) [/details] ---------------- @@ -1686,7 +1686,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/php#L549) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/php#L549) [/details] ---------------- @@ -1719,7 +1719,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/postgresql#L18) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/postgresql#L18) [/details] ---------------- @@ -1737,7 +1737,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/postgresql#L39) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/postgresql#L39) [/details] ---------------- @@ -1755,7 +1755,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/postgresql#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/postgresql#L64) [/details] ---------------- @@ -1776,7 +1776,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/postgresql#L135) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/postgresql#L135) [/details] ---------------- @@ -1794,7 +1794,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/postgresql#L168) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/postgresql#L168) [/details] ---------------- @@ -1812,7 +1812,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/postgresql#L190) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/postgresql#L190) [/details] ---------------- @@ -1834,7 +1834,7 @@ Requires YunoHost version 2.7.13 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/postgresql#L234) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/postgresql#L234) [/details] ---------------- @@ -1852,7 +1852,7 @@ Requires YunoHost version 2.7.13 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/postgresql#L265) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/postgresql#L265) [/details] ---------------- @@ -1873,7 +1873,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/setting#L10) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/setting#L10) [/details] ---------------- @@ -1892,7 +1892,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/setting#L36) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/setting#L36) [/details] ---------------- @@ -1910,7 +1910,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/setting#L62) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/setting#L62) [/details] ---------------- @@ -1930,7 +1930,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/setting#L123) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/setting#L123) [/details] ---------------- @@ -1951,7 +1951,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/setting#L145) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/setting#L145) [/details] ---------------- @@ -1976,7 +1976,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/string#L13) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/string#L13) [/details] ---------------- @@ -1998,7 +1998,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/string#L40) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/string#L40) [/details] ---------------- @@ -2020,7 +2020,7 @@ Requires YunoHost version 2.7.7 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/string#L71) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/string#L71) [/details] ---------------- @@ -2043,7 +2043,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/string#L103) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/string#L103) [/details] ---------------- @@ -2069,7 +2069,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/systemd#L15) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/systemd#L15) [/details] ---------------- @@ -2086,7 +2086,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/systemd#L38) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/systemd#L38) [/details] ---------------- @@ -2108,7 +2108,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/systemd#L67) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/systemd#L67) [/details] ---------------- @@ -2132,7 +2132,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/user#L12) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/user#L12) [/details] ---------------- @@ -2154,7 +2154,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/user#L33) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/user#L33) [/details] ---------------- @@ -2172,7 +2172,7 @@ Requires YunoHost version 2.4.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/user#L53) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/user#L53) [/details] ---------------- @@ -2191,7 +2191,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/user#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/user#L64) [/details] ---------------- @@ -2210,7 +2210,7 @@ Requires YunoHost version 3.5.0.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/user#L82) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/user#L82) [/details] ---------------- @@ -2239,7 +2239,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/user#L111) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/user#L111) [/details] ---------------- @@ -2256,7 +2256,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/user#L153) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/user#L153) [/details] ---------------- @@ -2270,7 +2270,7 @@ Requires YunoHost version 4.1.7 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/user#L179) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/user#L179) [/details] ---------------- @@ -2291,7 +2291,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/utils#L61) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/utils#L61) [/details] ---------------- @@ -2383,7 +2383,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/utils#L154) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/utils#L154) [/details] ---------------- @@ -2409,7 +2409,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/utils#L399) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/utils#L399) [/details] ---------------- @@ -2467,7 +2467,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/utils#L483) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/utils#L483) [/details] ---------------- @@ -2511,7 +2511,7 @@ Requires YunoHost version 4.3 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/utils#L637) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/utils#L637) [/details] ---------------- @@ -2530,7 +2530,7 @@ Requires YunoHost version 4.3 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/utils#L714) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/utils#L714) [/details] ---------------- @@ -2546,7 +2546,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/utils#L829) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/utils#L829) [/details] ---------------- @@ -2563,7 +2563,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/utils#L860) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/utils#L860) [/details] ---------------- @@ -2583,7 +2583,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/utils#L894) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/utils#L894) [/details] ---------------- @@ -2608,7 +2608,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/utils#L937) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/utils#L937) [/details] ---------------- @@ -2631,7 +2631,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/utils#L966) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/utils#L966) [/details] ---------------- @@ -2654,7 +2654,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/utils#L991) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/utils#L991) [/details] ---------------- @@ -2686,7 +2686,7 @@ Requires YunoHost version 3.8.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/helpers/utils#L1021) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/utils#L1021) [/details] ---------------- diff --git a/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md b/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md index e4250db4..6cb7026c 100644 --- a/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md +++ b/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md @@ -7,7 +7,7 @@ routes: default: '/packaging_apps_resources' --- -Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/38db30cd70026e9a2d5763c192948fdce94b1bd2/doc/generate_resource_doc.py) on 05/12/2023 (YunoHost version 11.2.8) +Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/doc/generate_resource_doc.py) on 09/12/2023 (YunoHost version 11.2.8.1) ---------------- From 0a94f3b68e91bb7a2cdc01d3c6240e74b718bdfd Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Sat, 9 Dec 2023 20:51:27 +0100 Subject: [PATCH 04/32] [CI] Update app helpers/resources for debian/11.2.8.2 (#2375) --- .../11.helpers/packaging_apps_helpers.md | 228 +++++++++--------- .../packaging_apps_resources.md | 2 +- 2 files changed, 115 insertions(+), 115 deletions(-) diff --git a/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md b/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md index 27910d65..71789a54 100644 --- a/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md +++ b/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md @@ -7,7 +7,7 @@ routes: default: '/packaging_apps_helpers' --- -Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/doc/generate_helper_doc.py) on 09/12/2023 (YunoHost version 11.2.8.1) +Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/doc/generate_helper_doc.py) on 09/12/2023 (YunoHost version 11.2.8.2) ## APPS @@ -25,7 +25,7 @@ Requires YunoHost version *.*.* or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/apps#L9) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/apps#L9) [/details] ---------------- @@ -41,7 +41,7 @@ Requires YunoHost version *.*.* or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/apps#L65) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/apps#L65) [/details] ---------------- @@ -70,7 +70,7 @@ If the app relies on a specific PHP version, then `php` will be aliased that ver -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/apps#L128) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/apps#L128) [/details] ---------------- @@ -94,7 +94,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/apt#L53) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/apt#L53) [/details] ---------------- @@ -115,7 +115,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/apt#L75) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/apt#L75) [/details] ---------------- @@ -129,7 +129,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/apt#L107) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/apt#L107) [/details] ---------------- @@ -146,7 +146,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/apt#L117) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/apt#L117) [/details] ---------------- @@ -163,7 +163,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/apt#L128) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/apt#L128) [/details] ---------------- @@ -180,7 +180,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/apt#L138) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/apt#L138) [/details] ---------------- @@ -197,7 +197,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/apt#L148) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/apt#L148) [/details] ---------------- @@ -219,7 +219,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/apt#L225) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/apt#L225) [/details] ---------------- @@ -236,7 +236,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/apt#L338) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/apt#L338) [/details] ---------------- @@ -252,7 +252,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/apt#L357) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/apt#L357) [/details] ---------------- @@ -272,7 +272,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/apt#L391) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/apt#L391) [/details] ---------------- @@ -345,7 +345,7 @@ Requires YunoHost version 3.5.0 or higher for the argument `--not_mandatory` -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/backup#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/backup#L64) [/details] ---------------- @@ -359,7 +359,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/backup#L179) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/backup#L179) [/details] ---------------- @@ -404,7 +404,7 @@ Requires YunoHost version 3.5.0 or higher for the argument --not_mandatory -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/backup#L238) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/backup#L238) [/details] ---------------- @@ -423,7 +423,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/backup#L306) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/backup#L306) [/details] ---------------- @@ -445,7 +445,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/backup#L357) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/backup#L357) [/details] ---------------- @@ -464,7 +464,7 @@ Requires YunoHost version 3.3.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/backup#L397) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/backup#L397) [/details] ---------------- @@ -487,7 +487,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/backup#L432) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/backup#L432) [/details] ---------------- @@ -510,7 +510,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/backup#L480) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/backup#L480) [/details] ---------------- @@ -585,7 +585,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/fail2ban#L62) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/fail2ban#L62) [/details] ---------------- @@ -599,7 +599,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/fail2ban#L134) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/fail2ban#L134) [/details] ---------------- @@ -627,7 +627,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/hardware#L13) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/hardware#L13) [/details] ---------------- @@ -650,7 +650,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/hardware#L75) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/hardware#L75) [/details] ---------------- @@ -671,7 +671,7 @@ Requires YunoHost version 2.4.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/logging#L10) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/logging#L10) [/details] ---------------- @@ -688,7 +688,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/logging#L30) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/logging#L30) [/details] ---------------- @@ -705,7 +705,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/logging#L56) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/logging#L56) [/details] ---------------- @@ -722,7 +722,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/logging#L73) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/logging#L73) [/details] ---------------- @@ -741,7 +741,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/logging#L92) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/logging#L92) [/details] ---------------- @@ -760,7 +760,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/logging#L113) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/logging#L113) [/details] ---------------- @@ -779,7 +779,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/logging#L134) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/logging#L134) [/details] ---------------- @@ -798,7 +798,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/logging#L155) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/logging#L155) [/details] ---------------- @@ -817,7 +817,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/logging#L176) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/logging#L176) [/details] ---------------- @@ -836,7 +836,7 @@ Requires YunoHost version 11.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/logging#L197) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/logging#L197) [/details] ---------------- @@ -856,7 +856,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/logging#L257) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/logging#L257) [/details] ---------------- @@ -871,7 +871,7 @@ Requires YunoHost version 3.6.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/logging#L345) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/logging#L345) [/details] ---------------- @@ -900,7 +900,7 @@ Requires YunoHost version 3.2.0 or higher for the argument `--specific_user` -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/logrotate#L18) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/logrotate#L18) [/details] ---------------- @@ -914,7 +914,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/logrotate#L110) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/logrotate#L110) [/details] ---------------- @@ -931,7 +931,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/multimedia#L11) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/multimedia#L11) [/details] ---------------- @@ -951,7 +951,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/multimedia#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/multimedia#L64) [/details] ---------------- @@ -968,7 +968,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/multimedia#L93) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/multimedia#L93) [/details] ---------------- @@ -1001,7 +1001,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/mysql#L15) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/mysql#L15) [/details] ---------------- @@ -1019,7 +1019,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/mysql#L36) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/mysql#L36) [/details] ---------------- @@ -1037,7 +1037,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/mysql#L60) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/mysql#L60) [/details] ---------------- @@ -1058,7 +1058,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/mysql#L128) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/mysql#L128) [/details] ---------------- @@ -1077,7 +1077,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/mysql#L160) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/mysql#L160) [/details] ---------------- @@ -1099,7 +1099,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/mysql#L198) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/mysql#L198) [/details] ---------------- @@ -1117,7 +1117,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/mysql#L224) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/mysql#L224) [/details] ---------------- @@ -1141,7 +1141,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/network#L12) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/network#L12) [/details] ---------------- @@ -1162,7 +1162,7 @@ Requires YunoHost version 3.8.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/network#L36) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/network#L36) [/details] ---------------- @@ -1183,7 +1183,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/network#L99) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/network#L99) [/details] ---------------- @@ -1204,7 +1204,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/network#L119) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/network#L119) [/details] ---------------- @@ -1232,7 +1232,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/nginx#L19) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/nginx#L19) [/details] ---------------- @@ -1246,7 +1246,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/nginx#L41) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/nginx#L41) [/details] ---------------- @@ -1260,7 +1260,7 @@ Requires YunoHost version 11.1.9 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/nginx#L52) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/nginx#L52) [/details] ---------------- @@ -1314,7 +1314,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/nodejs#L52) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/nodejs#L52) [/details] ---------------- @@ -1338,7 +1338,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/nodejs#L92) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/nodejs#L92) [/details] ---------------- @@ -1356,7 +1356,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/nodejs#L165) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/nodejs#L165) [/details] ---------------- @@ -1429,7 +1429,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/permission#L66) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/permission#L66) [/details] ---------------- @@ -1448,7 +1448,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/permission#L152) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/permission#L152) [/details] ---------------- @@ -1466,7 +1466,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/permission#L169) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/permission#L169) [/details] ---------------- @@ -1489,7 +1489,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/permission#L192) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/permission#L192) [/details] ---------------- @@ -1512,7 +1512,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/permission#L260) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/permission#L260) [/details] ---------------- @@ -1533,7 +1533,7 @@ Requires YunoHost version 3.7.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/permission#L329) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/permission#L329) [/details] ---------------- @@ -1548,7 +1548,7 @@ Requires YunoHost version 4.1.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/permission#L359) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/permission#L359) [/details] ---------------- @@ -1559,7 +1559,7 @@ Requires YunoHost version 4.1.2 or higher. **Example**: `if ynh_legacy_permissions_exists then ynh_legacy_permissions_delete_all # You can recreate the required permissions here with ynh_permission_create fi Requires YunoHost version 4.1.2 or higher.` -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/permission#L379) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/permission#L379) [/details] ---------------- @@ -1633,7 +1633,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/php#L70) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/php#L70) [/details] ---------------- @@ -1647,7 +1647,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/php#L284) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/php#L284) [/details] ---------------- @@ -1666,7 +1666,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/php#L517) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/php#L517) [/details] ---------------- @@ -1686,7 +1686,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/php#L549) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/php#L549) [/details] ---------------- @@ -1719,7 +1719,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/postgresql#L18) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/postgresql#L18) [/details] ---------------- @@ -1737,7 +1737,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/postgresql#L39) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/postgresql#L39) [/details] ---------------- @@ -1755,7 +1755,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/postgresql#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/postgresql#L64) [/details] ---------------- @@ -1776,7 +1776,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/postgresql#L135) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/postgresql#L135) [/details] ---------------- @@ -1794,7 +1794,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/postgresql#L168) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/postgresql#L168) [/details] ---------------- @@ -1812,7 +1812,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/postgresql#L190) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/postgresql#L190) [/details] ---------------- @@ -1834,7 +1834,7 @@ Requires YunoHost version 2.7.13 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/postgresql#L234) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/postgresql#L234) [/details] ---------------- @@ -1852,7 +1852,7 @@ Requires YunoHost version 2.7.13 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/postgresql#L265) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/postgresql#L265) [/details] ---------------- @@ -1873,7 +1873,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/setting#L10) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/setting#L10) [/details] ---------------- @@ -1892,7 +1892,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/setting#L36) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/setting#L36) [/details] ---------------- @@ -1910,7 +1910,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/setting#L62) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/setting#L62) [/details] ---------------- @@ -1930,7 +1930,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/setting#L123) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/setting#L123) [/details] ---------------- @@ -1951,7 +1951,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/setting#L145) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/setting#L145) [/details] ---------------- @@ -1976,7 +1976,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/string#L13) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/string#L13) [/details] ---------------- @@ -1998,7 +1998,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/string#L40) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/string#L40) [/details] ---------------- @@ -2020,7 +2020,7 @@ Requires YunoHost version 2.7.7 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/string#L71) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/string#L71) [/details] ---------------- @@ -2043,7 +2043,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/string#L103) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/string#L103) [/details] ---------------- @@ -2069,7 +2069,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/systemd#L15) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/systemd#L15) [/details] ---------------- @@ -2086,7 +2086,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/systemd#L38) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/systemd#L38) [/details] ---------------- @@ -2108,7 +2108,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/systemd#L67) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/systemd#L67) [/details] ---------------- @@ -2132,7 +2132,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/user#L12) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/user#L12) [/details] ---------------- @@ -2154,7 +2154,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/user#L33) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/user#L33) [/details] ---------------- @@ -2172,7 +2172,7 @@ Requires YunoHost version 2.4.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/user#L53) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/user#L53) [/details] ---------------- @@ -2191,7 +2191,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/user#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/user#L64) [/details] ---------------- @@ -2210,7 +2210,7 @@ Requires YunoHost version 3.5.0.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/user#L82) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/user#L82) [/details] ---------------- @@ -2239,7 +2239,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/user#L111) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/user#L111) [/details] ---------------- @@ -2256,7 +2256,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/user#L153) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/user#L153) [/details] ---------------- @@ -2270,7 +2270,7 @@ Requires YunoHost version 4.1.7 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/user#L179) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/user#L179) [/details] ---------------- @@ -2291,7 +2291,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/utils#L61) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/utils#L61) [/details] ---------------- @@ -2383,7 +2383,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/utils#L154) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/utils#L154) [/details] ---------------- @@ -2409,7 +2409,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/utils#L399) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/utils#L399) [/details] ---------------- @@ -2467,7 +2467,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/utils#L483) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/utils#L483) [/details] ---------------- @@ -2511,7 +2511,7 @@ Requires YunoHost version 4.3 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/utils#L637) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/utils#L637) [/details] ---------------- @@ -2530,7 +2530,7 @@ Requires YunoHost version 4.3 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/utils#L714) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/utils#L714) [/details] ---------------- @@ -2546,7 +2546,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/utils#L829) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/utils#L829) [/details] ---------------- @@ -2563,7 +2563,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/utils#L860) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/utils#L860) [/details] ---------------- @@ -2583,7 +2583,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/utils#L894) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/utils#L894) [/details] ---------------- @@ -2608,7 +2608,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/utils#L937) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/utils#L937) [/details] ---------------- @@ -2631,7 +2631,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/utils#L966) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/utils#L966) [/details] ---------------- @@ -2654,7 +2654,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/utils#L991) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/utils#L991) [/details] ---------------- @@ -2686,7 +2686,7 @@ Requires YunoHost version 3.8.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/helpers/utils#L1021) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/utils#L1021) [/details] ---------------- diff --git a/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md b/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md index 6cb7026c..9a34c87a 100644 --- a/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md +++ b/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md @@ -7,7 +7,7 @@ routes: default: '/packaging_apps_resources' --- -Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/457289d6cac0072941f28ebd99fcefe9469a965a/doc/generate_resource_doc.py) on 09/12/2023 (YunoHost version 11.2.8.1) +Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/doc/generate_resource_doc.py) on 09/12/2023 (YunoHost version 11.2.8.2) ---------------- From 9e18dcb958c2599c9ddda31fd26fa79a5137b1e4 Mon Sep 17 00:00:00 2001 From: Dallo <131776117+D4llo@users.noreply.github.com> Date: Sun, 17 Dec 2023 00:19:53 +0100 Subject: [PATCH 05/32] Update isp_free.fr.md --- pages/02.administer/55.providers/10.isp/free/isp_free.fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/02.administer/55.providers/10.isp/free/isp_free.fr.md b/pages/02.administer/55.providers/10.isp/free/isp_free.fr.md index 6520117a..35d056a1 100644 --- a/pages/02.administer/55.providers/10.isp/free/isp_free.fr.md +++ b/pages/02.administer/55.providers/10.isp/free/isp_free.fr.md @@ -19,7 +19,7 @@ Rendez-vous sur la [console d'administration du site de free](https://subscribe. ##### Freebox v6 (Revolution / Mini4k) -Allez à l’adresse : [mafreebox.free.fr](http://mafreebox.free.fr/) puis authentifiez-vous. +Allez à l’adresse : [mafreebox.freebox.fr](http://mafreebox.freebox.fr) puis authentifiez-vous. #### Ouverture des ports From 64fd52c30d7d0704254c8f1930e530c01839f2ed Mon Sep 17 00:00:00 2001 From: Baudouin <64631542+scriptor-pro@users.noreply.github.com> Date: Wed, 20 Dec 2023 13:48:29 +0100 Subject: [PATCH 06/32] Update ipv6.fr.md correction grammaticale --- pages/02.administer/50.troubleshooting/20.ipv6/ipv6.fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/02.administer/50.troubleshooting/20.ipv6/ipv6.fr.md b/pages/02.administer/50.troubleshooting/20.ipv6/ipv6.fr.md index eadb2cae..f1700a1b 100644 --- a/pages/02.administer/50.troubleshooting/20.ipv6/ipv6.fr.md +++ b/pages/02.administer/50.troubleshooting/20.ipv6/ipv6.fr.md @@ -25,7 +25,7 @@ Sur le panneau de gestion d'OVH, vous aller récupérer 3 informations : - l'adresse passerelle IPv6 - le préfixe IPv6. Les offres VPS SSD d'OVH ne fournissent qu'**une** seule adresse IPV6, le préfixe est donc `/128` -Sur votre VPS, vous aller créer une sauvegarde de votre fichier de configuration des interfaces réseau dans votre répertoire home avec la commande : `cp /etc/network/interfaces ~/interfaces`. +Sur votre VPS, vous allez créer une sauvegarde de votre fichier de configuration des interfaces réseau dans votre répertoire home avec la commande : `cp /etc/network/interfaces ~/interfaces`. 2 possibilités pour inscrire vos données ipv6 : 1/ vous pouvez modifier le fichier de configuration `/etc/network/interfaces` From 183f26e09b894f4f6e4e46ff23139ec187a7afd8 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Wed, 27 Dec 2023 19:07:57 +0000 Subject: [PATCH 07/32] [CI] Update app helpers/resources for debian/11.2.9 --- .../11.helpers/packaging_apps_helpers.md | 235 +++++++++--------- .../packaging_apps_resources.md | 2 +- 2 files changed, 116 insertions(+), 121 deletions(-) diff --git a/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md b/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md index 71789a54..d70dd36c 100644 --- a/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md +++ b/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md @@ -7,7 +7,7 @@ routes: default: '/packaging_apps_helpers' --- -Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/doc/generate_helper_doc.py) on 09/12/2023 (YunoHost version 11.2.8.2) +Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/doc/generate_helper_doc.py) on 27/12/2023 (YunoHost version 11.2.9) ## APPS @@ -25,7 +25,7 @@ Requires YunoHost version *.*.* or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/apps#L9) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/apps#L9) [/details] ---------------- @@ -41,7 +41,7 @@ Requires YunoHost version *.*.* or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/apps#L65) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/apps#L65) [/details] ---------------- @@ -70,7 +70,7 @@ If the app relies on a specific PHP version, then `php` will be aliased that ver -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/apps#L128) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/apps#L128) [/details] ---------------- @@ -94,7 +94,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/apt#L53) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/apt#L53) [/details] ---------------- @@ -115,7 +115,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/apt#L75) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/apt#L75) [/details] ---------------- @@ -129,7 +129,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/apt#L107) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/apt#L107) [/details] ---------------- @@ -146,7 +146,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/apt#L117) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/apt#L117) [/details] ---------------- @@ -163,7 +163,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/apt#L128) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/apt#L128) [/details] ---------------- @@ -180,7 +180,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/apt#L138) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/apt#L138) [/details] ---------------- @@ -197,7 +197,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/apt#L148) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/apt#L148) [/details] ---------------- @@ -219,7 +219,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/apt#L225) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/apt#L225) [/details] ---------------- @@ -236,7 +236,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/apt#L338) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/apt#L338) [/details] ---------------- @@ -252,7 +252,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/apt#L357) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/apt#L357) [/details] ---------------- @@ -272,7 +272,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/apt#L391) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/apt#L391) [/details] ---------------- @@ -345,7 +345,7 @@ Requires YunoHost version 3.5.0 or higher for the argument `--not_mandatory` -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/backup#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/backup#L64) [/details] ---------------- @@ -359,7 +359,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/backup#L179) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/backup#L179) [/details] ---------------- @@ -404,7 +404,7 @@ Requires YunoHost version 3.5.0 or higher for the argument --not_mandatory -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/backup#L238) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/backup#L238) [/details] ---------------- @@ -423,7 +423,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/backup#L306) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/backup#L306) [/details] ---------------- @@ -445,7 +445,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/backup#L357) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/backup#L357) [/details] ---------------- @@ -464,7 +464,7 @@ Requires YunoHost version 3.3.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/backup#L397) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/backup#L397) [/details] ---------------- @@ -487,7 +487,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/backup#L432) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/backup#L432) [/details] ---------------- @@ -510,7 +510,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/backup#L480) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/backup#L480) [/details] ---------------- @@ -585,7 +585,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/fail2ban#L62) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/fail2ban#L62) [/details] ---------------- @@ -599,7 +599,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/fail2ban#L134) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/fail2ban#L134) [/details] ---------------- @@ -627,7 +627,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/hardware#L13) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/hardware#L13) [/details] ---------------- @@ -650,7 +650,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/hardware#L75) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/hardware#L75) [/details] ---------------- @@ -671,7 +671,7 @@ Requires YunoHost version 2.4.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/logging#L10) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/logging#L10) [/details] ---------------- @@ -688,7 +688,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/logging#L30) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/logging#L30) [/details] ---------------- @@ -705,7 +705,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/logging#L56) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/logging#L56) [/details] ---------------- @@ -722,7 +722,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/logging#L73) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/logging#L73) [/details] ---------------- @@ -741,7 +741,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/logging#L92) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/logging#L92) [/details] ---------------- @@ -760,7 +760,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/logging#L113) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/logging#L113) [/details] ---------------- @@ -779,7 +779,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/logging#L134) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/logging#L134) [/details] ---------------- @@ -798,7 +798,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/logging#L155) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/logging#L155) [/details] ---------------- @@ -817,7 +817,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/logging#L176) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/logging#L176) [/details] ---------------- @@ -836,7 +836,7 @@ Requires YunoHost version 11.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/logging#L197) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/logging#L197) [/details] ---------------- @@ -856,7 +856,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/logging#L257) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/logging#L257) [/details] ---------------- @@ -871,7 +871,7 @@ Requires YunoHost version 3.6.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/logging#L345) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/logging#L345) [/details] ---------------- @@ -881,26 +881,21 @@ Requires YunoHost version 3.6.0 or higher. #### ynh_use_logrotate [details summary="Use logrotate to manage the logfile" class="helper-card-subtitle text-muted"] -**Usage**: `ynh_use_logrotate [--logfile=/log/file] [--nonappend] [--specific_user=user/group]` +**Usage**: `ynh_use_logrotate [--logfile=/log/file] [--specific_user=user/group]` **Arguments**: - `-l`, `--logfile=`: absolute path of logfile -- `-n`, `--nonappend`: (optional) Replace the config file instead of appending this new config. - `-u`, `--specific_user=`: run logrotate as the specified user and group. If not specified logrotate is runned as root. **Details**:
If no `--logfile` is provided, `/var/log/$app` will be used as default. `logfile` can point to a directory or a file. -It's possible to use this helper multiple times, each config will be added to -the same logrotate config file. Unless you use the option `--non-append` - Requires YunoHost version 2.6.4 or higher. -Requires YunoHost version 3.2.0 or higher for the argument `--specific_user` -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/logrotate#L18) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/logrotate#L15) [/details] ---------------- @@ -914,7 +909,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/logrotate#L110) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/logrotate#L97) [/details] ---------------- @@ -931,7 +926,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/multimedia#L11) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/multimedia#L11) [/details] ---------------- @@ -951,7 +946,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/multimedia#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/multimedia#L64) [/details] ---------------- @@ -968,7 +963,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/multimedia#L93) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/multimedia#L93) [/details] ---------------- @@ -1001,7 +996,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/mysql#L15) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/mysql#L15) [/details] ---------------- @@ -1019,7 +1014,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/mysql#L36) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/mysql#L36) [/details] ---------------- @@ -1037,7 +1032,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/mysql#L60) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/mysql#L60) [/details] ---------------- @@ -1058,7 +1053,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/mysql#L128) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/mysql#L128) [/details] ---------------- @@ -1077,7 +1072,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/mysql#L160) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/mysql#L160) [/details] ---------------- @@ -1099,7 +1094,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/mysql#L198) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/mysql#L198) [/details] ---------------- @@ -1117,7 +1112,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/mysql#L224) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/mysql#L224) [/details] ---------------- @@ -1141,7 +1136,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/network#L12) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/network#L12) [/details] ---------------- @@ -1162,7 +1157,7 @@ Requires YunoHost version 3.8.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/network#L36) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/network#L36) [/details] ---------------- @@ -1183,7 +1178,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/network#L99) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/network#L99) [/details] ---------------- @@ -1204,7 +1199,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/network#L119) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/network#L119) [/details] ---------------- @@ -1232,7 +1227,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/nginx#L19) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/nginx#L19) [/details] ---------------- @@ -1246,7 +1241,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/nginx#L41) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/nginx#L41) [/details] ---------------- @@ -1260,7 +1255,7 @@ Requires YunoHost version 11.1.9 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/nginx#L52) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/nginx#L52) [/details] ---------------- @@ -1314,7 +1309,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/nodejs#L52) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/nodejs#L52) [/details] ---------------- @@ -1338,7 +1333,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/nodejs#L92) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/nodejs#L92) [/details] ---------------- @@ -1356,7 +1351,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/nodejs#L165) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/nodejs#L165) [/details] ---------------- @@ -1429,7 +1424,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/permission#L66) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/permission#L66) [/details] ---------------- @@ -1448,7 +1443,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/permission#L152) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/permission#L152) [/details] ---------------- @@ -1466,7 +1461,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/permission#L169) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/permission#L169) [/details] ---------------- @@ -1489,7 +1484,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/permission#L192) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/permission#L192) [/details] ---------------- @@ -1512,7 +1507,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/permission#L260) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/permission#L260) [/details] ---------------- @@ -1533,7 +1528,7 @@ Requires YunoHost version 3.7.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/permission#L329) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/permission#L329) [/details] ---------------- @@ -1548,7 +1543,7 @@ Requires YunoHost version 4.1.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/permission#L359) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/permission#L359) [/details] ---------------- @@ -1559,7 +1554,7 @@ Requires YunoHost version 4.1.2 or higher. **Example**: `if ynh_legacy_permissions_exists then ynh_legacy_permissions_delete_all # You can recreate the required permissions here with ynh_permission_create fi Requires YunoHost version 4.1.2 or higher.` -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/permission#L379) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/permission#L379) [/details] ---------------- @@ -1633,7 +1628,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/php#L70) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/php#L70) [/details] ---------------- @@ -1647,7 +1642,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/php#L284) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/php#L284) [/details] ---------------- @@ -1666,7 +1661,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/php#L517) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/php#L517) [/details] ---------------- @@ -1686,7 +1681,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/php#L549) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/php#L549) [/details] ---------------- @@ -1719,7 +1714,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/postgresql#L18) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/postgresql#L18) [/details] ---------------- @@ -1737,7 +1732,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/postgresql#L39) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/postgresql#L39) [/details] ---------------- @@ -1755,7 +1750,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/postgresql#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/postgresql#L64) [/details] ---------------- @@ -1776,7 +1771,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/postgresql#L135) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/postgresql#L135) [/details] ---------------- @@ -1794,7 +1789,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/postgresql#L168) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/postgresql#L168) [/details] ---------------- @@ -1812,7 +1807,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/postgresql#L190) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/postgresql#L190) [/details] ---------------- @@ -1834,7 +1829,7 @@ Requires YunoHost version 2.7.13 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/postgresql#L234) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/postgresql#L234) [/details] ---------------- @@ -1852,7 +1847,7 @@ Requires YunoHost version 2.7.13 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/postgresql#L265) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/postgresql#L265) [/details] ---------------- @@ -1873,7 +1868,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/setting#L10) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/setting#L10) [/details] ---------------- @@ -1892,7 +1887,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/setting#L36) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/setting#L36) [/details] ---------------- @@ -1910,7 +1905,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/setting#L62) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/setting#L62) [/details] ---------------- @@ -1930,7 +1925,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/setting#L123) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/setting#L123) [/details] ---------------- @@ -1951,7 +1946,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/setting#L145) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/setting#L145) [/details] ---------------- @@ -1976,7 +1971,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/string#L13) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/string#L13) [/details] ---------------- @@ -1998,7 +1993,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/string#L40) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/string#L40) [/details] ---------------- @@ -2020,7 +2015,7 @@ Requires YunoHost version 2.7.7 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/string#L71) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/string#L71) [/details] ---------------- @@ -2043,7 +2038,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/string#L103) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/string#L103) [/details] ---------------- @@ -2069,7 +2064,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/systemd#L15) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/systemd#L15) [/details] ---------------- @@ -2086,7 +2081,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/systemd#L38) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/systemd#L38) [/details] ---------------- @@ -2108,7 +2103,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/systemd#L67) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/systemd#L67) [/details] ---------------- @@ -2132,7 +2127,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/user#L12) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/user#L12) [/details] ---------------- @@ -2154,7 +2149,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/user#L33) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/user#L33) [/details] ---------------- @@ -2172,7 +2167,7 @@ Requires YunoHost version 2.4.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/user#L53) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/user#L53) [/details] ---------------- @@ -2191,7 +2186,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/user#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/user#L64) [/details] ---------------- @@ -2210,7 +2205,7 @@ Requires YunoHost version 3.5.0.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/user#L82) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/user#L82) [/details] ---------------- @@ -2239,7 +2234,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/user#L111) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/user#L111) [/details] ---------------- @@ -2256,7 +2251,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/user#L153) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/user#L153) [/details] ---------------- @@ -2270,7 +2265,7 @@ Requires YunoHost version 4.1.7 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/user#L179) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/user#L179) [/details] ---------------- @@ -2291,7 +2286,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/utils#L61) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/utils#L61) [/details] ---------------- @@ -2383,7 +2378,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/utils#L154) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/utils#L154) [/details] ---------------- @@ -2409,7 +2404,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/utils#L399) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/utils#L404) [/details] ---------------- @@ -2467,7 +2462,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/utils#L483) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/utils#L488) [/details] ---------------- @@ -2511,7 +2506,7 @@ Requires YunoHost version 4.3 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/utils#L637) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/utils#L642) [/details] ---------------- @@ -2530,7 +2525,7 @@ Requires YunoHost version 4.3 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/utils#L714) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/utils#L719) [/details] ---------------- @@ -2546,7 +2541,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/utils#L829) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/utils#L834) [/details] ---------------- @@ -2563,7 +2558,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/utils#L860) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/utils#L865) [/details] ---------------- @@ -2583,7 +2578,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/utils#L894) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/utils#L899) [/details] ---------------- @@ -2608,7 +2603,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/utils#L937) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/utils#L942) [/details] ---------------- @@ -2631,7 +2626,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/utils#L966) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/utils#L971) [/details] ---------------- @@ -2654,7 +2649,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/utils#L991) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/utils#L996) [/details] ---------------- @@ -2686,7 +2681,7 @@ Requires YunoHost version 3.8.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/helpers/utils#L1021) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/utils#L1026) [/details] ---------------- diff --git a/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md b/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md index 9a34c87a..14b1b2c8 100644 --- a/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md +++ b/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md @@ -7,7 +7,7 @@ routes: default: '/packaging_apps_resources' --- -Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/9489d200b2c663d1fbe5d437565f2ae4311e01b5/doc/generate_resource_doc.py) on 09/12/2023 (YunoHost version 11.2.8.2) +Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/doc/generate_resource_doc.py) on 27/12/2023 (YunoHost version 11.2.9) ---------------- From 6af34294ef143e4da63d25e1ec902abea4cb78b2 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 28 Dec 2023 02:43:00 +0000 Subject: [PATCH 08/32] [CI] Update app helpers/resources for debian/11.2.9.1 --- .../11.helpers/packaging_apps_helpers.md | 228 +++++++++--------- .../packaging_apps_resources.md | 2 +- 2 files changed, 115 insertions(+), 115 deletions(-) diff --git a/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md b/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md index d70dd36c..3be54732 100644 --- a/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md +++ b/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md @@ -7,7 +7,7 @@ routes: default: '/packaging_apps_helpers' --- -Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/doc/generate_helper_doc.py) on 27/12/2023 (YunoHost version 11.2.9) +Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/doc/generate_helper_doc.py) on 28/12/2023 (YunoHost version 11.2.9.1) ## APPS @@ -25,7 +25,7 @@ Requires YunoHost version *.*.* or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/apps#L9) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/apps#L9) [/details] ---------------- @@ -41,7 +41,7 @@ Requires YunoHost version *.*.* or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/apps#L65) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/apps#L65) [/details] ---------------- @@ -70,7 +70,7 @@ If the app relies on a specific PHP version, then `php` will be aliased that ver -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/apps#L128) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/apps#L128) [/details] ---------------- @@ -94,7 +94,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/apt#L53) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/apt#L53) [/details] ---------------- @@ -115,7 +115,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/apt#L75) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/apt#L75) [/details] ---------------- @@ -129,7 +129,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/apt#L107) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/apt#L107) [/details] ---------------- @@ -146,7 +146,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/apt#L117) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/apt#L117) [/details] ---------------- @@ -163,7 +163,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/apt#L128) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/apt#L128) [/details] ---------------- @@ -180,7 +180,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/apt#L138) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/apt#L138) [/details] ---------------- @@ -197,7 +197,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/apt#L148) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/apt#L148) [/details] ---------------- @@ -219,7 +219,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/apt#L225) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/apt#L225) [/details] ---------------- @@ -236,7 +236,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/apt#L338) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/apt#L338) [/details] ---------------- @@ -252,7 +252,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/apt#L357) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/apt#L357) [/details] ---------------- @@ -272,7 +272,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/apt#L391) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/apt#L391) [/details] ---------------- @@ -345,7 +345,7 @@ Requires YunoHost version 3.5.0 or higher for the argument `--not_mandatory` -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/backup#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/backup#L64) [/details] ---------------- @@ -359,7 +359,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/backup#L179) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/backup#L179) [/details] ---------------- @@ -404,7 +404,7 @@ Requires YunoHost version 3.5.0 or higher for the argument --not_mandatory -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/backup#L238) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/backup#L238) [/details] ---------------- @@ -423,7 +423,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/backup#L306) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/backup#L306) [/details] ---------------- @@ -445,7 +445,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/backup#L357) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/backup#L357) [/details] ---------------- @@ -464,7 +464,7 @@ Requires YunoHost version 3.3.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/backup#L397) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/backup#L397) [/details] ---------------- @@ -487,7 +487,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/backup#L432) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/backup#L432) [/details] ---------------- @@ -510,7 +510,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/backup#L480) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/backup#L480) [/details] ---------------- @@ -585,7 +585,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/fail2ban#L62) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/fail2ban#L62) [/details] ---------------- @@ -599,7 +599,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/fail2ban#L134) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/fail2ban#L134) [/details] ---------------- @@ -627,7 +627,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/hardware#L13) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/hardware#L13) [/details] ---------------- @@ -650,7 +650,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/hardware#L75) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/hardware#L75) [/details] ---------------- @@ -671,7 +671,7 @@ Requires YunoHost version 2.4.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/logging#L10) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/logging#L10) [/details] ---------------- @@ -688,7 +688,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/logging#L30) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/logging#L30) [/details] ---------------- @@ -705,7 +705,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/logging#L56) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/logging#L56) [/details] ---------------- @@ -722,7 +722,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/logging#L73) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/logging#L73) [/details] ---------------- @@ -741,7 +741,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/logging#L92) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/logging#L92) [/details] ---------------- @@ -760,7 +760,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/logging#L113) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/logging#L113) [/details] ---------------- @@ -779,7 +779,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/logging#L134) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/logging#L134) [/details] ---------------- @@ -798,7 +798,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/logging#L155) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/logging#L155) [/details] ---------------- @@ -817,7 +817,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/logging#L176) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/logging#L176) [/details] ---------------- @@ -836,7 +836,7 @@ Requires YunoHost version 11.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/logging#L197) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/logging#L197) [/details] ---------------- @@ -856,7 +856,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/logging#L257) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/logging#L257) [/details] ---------------- @@ -871,7 +871,7 @@ Requires YunoHost version 3.6.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/logging#L345) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/logging#L345) [/details] ---------------- @@ -895,7 +895,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/logrotate#L15) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/logrotate#L15) [/details] ---------------- @@ -909,7 +909,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/logrotate#L97) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/logrotate#L97) [/details] ---------------- @@ -926,7 +926,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/multimedia#L11) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/multimedia#L11) [/details] ---------------- @@ -946,7 +946,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/multimedia#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/multimedia#L64) [/details] ---------------- @@ -963,7 +963,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/multimedia#L93) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/multimedia#L93) [/details] ---------------- @@ -996,7 +996,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/mysql#L15) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/mysql#L15) [/details] ---------------- @@ -1014,7 +1014,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/mysql#L36) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/mysql#L36) [/details] ---------------- @@ -1032,7 +1032,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/mysql#L60) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/mysql#L60) [/details] ---------------- @@ -1053,7 +1053,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/mysql#L128) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/mysql#L128) [/details] ---------------- @@ -1072,7 +1072,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/mysql#L160) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/mysql#L160) [/details] ---------------- @@ -1094,7 +1094,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/mysql#L198) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/mysql#L198) [/details] ---------------- @@ -1112,7 +1112,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/mysql#L224) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/mysql#L224) [/details] ---------------- @@ -1136,7 +1136,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/network#L12) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/network#L12) [/details] ---------------- @@ -1157,7 +1157,7 @@ Requires YunoHost version 3.8.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/network#L36) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/network#L36) [/details] ---------------- @@ -1178,7 +1178,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/network#L99) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/network#L99) [/details] ---------------- @@ -1199,7 +1199,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/network#L119) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/network#L119) [/details] ---------------- @@ -1227,7 +1227,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/nginx#L19) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/nginx#L19) [/details] ---------------- @@ -1241,7 +1241,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/nginx#L41) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/nginx#L41) [/details] ---------------- @@ -1255,7 +1255,7 @@ Requires YunoHost version 11.1.9 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/nginx#L52) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/nginx#L52) [/details] ---------------- @@ -1309,7 +1309,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/nodejs#L52) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/nodejs#L52) [/details] ---------------- @@ -1333,7 +1333,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/nodejs#L92) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/nodejs#L92) [/details] ---------------- @@ -1351,7 +1351,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/nodejs#L165) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/nodejs#L165) [/details] ---------------- @@ -1424,7 +1424,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/permission#L66) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/permission#L66) [/details] ---------------- @@ -1443,7 +1443,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/permission#L152) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/permission#L152) [/details] ---------------- @@ -1461,7 +1461,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/permission#L169) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/permission#L169) [/details] ---------------- @@ -1484,7 +1484,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/permission#L192) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/permission#L192) [/details] ---------------- @@ -1507,7 +1507,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/permission#L260) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/permission#L260) [/details] ---------------- @@ -1528,7 +1528,7 @@ Requires YunoHost version 3.7.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/permission#L329) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/permission#L329) [/details] ---------------- @@ -1543,7 +1543,7 @@ Requires YunoHost version 4.1.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/permission#L359) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/permission#L359) [/details] ---------------- @@ -1554,7 +1554,7 @@ Requires YunoHost version 4.1.2 or higher. **Example**: `if ynh_legacy_permissions_exists then ynh_legacy_permissions_delete_all # You can recreate the required permissions here with ynh_permission_create fi Requires YunoHost version 4.1.2 or higher.` -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/permission#L379) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/permission#L379) [/details] ---------------- @@ -1628,7 +1628,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/php#L70) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/php#L70) [/details] ---------------- @@ -1642,7 +1642,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/php#L284) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/php#L284) [/details] ---------------- @@ -1661,7 +1661,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/php#L517) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/php#L517) [/details] ---------------- @@ -1681,7 +1681,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/php#L549) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/php#L549) [/details] ---------------- @@ -1714,7 +1714,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/postgresql#L18) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/postgresql#L18) [/details] ---------------- @@ -1732,7 +1732,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/postgresql#L39) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/postgresql#L39) [/details] ---------------- @@ -1750,7 +1750,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/postgresql#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/postgresql#L64) [/details] ---------------- @@ -1771,7 +1771,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/postgresql#L135) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/postgresql#L135) [/details] ---------------- @@ -1789,7 +1789,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/postgresql#L168) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/postgresql#L168) [/details] ---------------- @@ -1807,7 +1807,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/postgresql#L190) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/postgresql#L190) [/details] ---------------- @@ -1829,7 +1829,7 @@ Requires YunoHost version 2.7.13 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/postgresql#L234) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/postgresql#L234) [/details] ---------------- @@ -1847,7 +1847,7 @@ Requires YunoHost version 2.7.13 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/postgresql#L265) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/postgresql#L265) [/details] ---------------- @@ -1868,7 +1868,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/setting#L10) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/setting#L10) [/details] ---------------- @@ -1887,7 +1887,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/setting#L36) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/setting#L36) [/details] ---------------- @@ -1905,7 +1905,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/setting#L62) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/setting#L62) [/details] ---------------- @@ -1925,7 +1925,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/setting#L123) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/setting#L123) [/details] ---------------- @@ -1946,7 +1946,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/setting#L145) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/setting#L145) [/details] ---------------- @@ -1971,7 +1971,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/string#L13) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/string#L13) [/details] ---------------- @@ -1993,7 +1993,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/string#L40) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/string#L40) [/details] ---------------- @@ -2015,7 +2015,7 @@ Requires YunoHost version 2.7.7 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/string#L71) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/string#L71) [/details] ---------------- @@ -2038,7 +2038,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/string#L103) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/string#L103) [/details] ---------------- @@ -2064,7 +2064,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/systemd#L15) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/systemd#L15) [/details] ---------------- @@ -2081,7 +2081,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/systemd#L38) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/systemd#L38) [/details] ---------------- @@ -2103,7 +2103,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/systemd#L67) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/systemd#L67) [/details] ---------------- @@ -2127,7 +2127,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/user#L12) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/user#L12) [/details] ---------------- @@ -2149,7 +2149,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/user#L33) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/user#L33) [/details] ---------------- @@ -2167,7 +2167,7 @@ Requires YunoHost version 2.4.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/user#L53) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/user#L53) [/details] ---------------- @@ -2186,7 +2186,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/user#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/user#L64) [/details] ---------------- @@ -2205,7 +2205,7 @@ Requires YunoHost version 3.5.0.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/user#L82) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/user#L82) [/details] ---------------- @@ -2234,7 +2234,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/user#L111) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/user#L111) [/details] ---------------- @@ -2251,7 +2251,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/user#L153) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/user#L153) [/details] ---------------- @@ -2265,7 +2265,7 @@ Requires YunoHost version 4.1.7 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/user#L179) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/user#L179) [/details] ---------------- @@ -2286,7 +2286,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/utils#L61) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/utils#L61) [/details] ---------------- @@ -2378,7 +2378,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/utils#L154) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/utils#L154) [/details] ---------------- @@ -2404,7 +2404,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/utils#L404) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/utils#L404) [/details] ---------------- @@ -2462,7 +2462,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/utils#L488) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/utils#L488) [/details] ---------------- @@ -2506,7 +2506,7 @@ Requires YunoHost version 4.3 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/utils#L642) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/utils#L642) [/details] ---------------- @@ -2525,7 +2525,7 @@ Requires YunoHost version 4.3 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/utils#L719) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/utils#L719) [/details] ---------------- @@ -2541,7 +2541,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/utils#L834) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/utils#L834) [/details] ---------------- @@ -2558,7 +2558,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/utils#L865) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/utils#L865) [/details] ---------------- @@ -2578,7 +2578,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/utils#L899) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/utils#L899) [/details] ---------------- @@ -2603,7 +2603,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/utils#L942) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/utils#L942) [/details] ---------------- @@ -2626,7 +2626,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/utils#L971) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/utils#L971) [/details] ---------------- @@ -2649,7 +2649,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/utils#L996) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/utils#L996) [/details] ---------------- @@ -2681,7 +2681,7 @@ Requires YunoHost version 3.8.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/helpers/utils#L1026) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/utils#L1026) [/details] ---------------- diff --git a/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md b/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md index 14b1b2c8..7362a016 100644 --- a/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md +++ b/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md @@ -7,7 +7,7 @@ routes: default: '/packaging_apps_resources' --- -Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/57a0e8b8f8240054dc589d601898218212ce2878/doc/generate_resource_doc.py) on 27/12/2023 (YunoHost version 11.2.9) +Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/doc/generate_resource_doc.py) on 28/12/2023 (YunoHost version 11.2.9.1) ---------------- From 65889b98bf0be8cecccd9529f0d6b0b1784e350f Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 31 Dec 2023 05:14:57 +0100 Subject: [PATCH 09/32] [doc]: fix settings.yml path (#2382) * fix settings.yml path * Update pages/06.contribute/10.packaging_apps/60.advanced/20.config_panels/config_panels.md --------- Co-authored-by: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> --- .../60.advanced/20.config_panels/config_panels.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/06.contribute/10.packaging_apps/60.advanced/20.config_panels/config_panels.md b/pages/06.contribute/10.packaging_apps/60.advanced/20.config_panels/config_panels.md index 610895a0..c022bebf 100644 --- a/pages/06.contribute/10.packaging_apps/60.advanced/20.config_panels/config_panels.md +++ b/pages/06.contribute/10.packaging_apps/60.advanced/20.config_panels/config_panels.md @@ -84,7 +84,7 @@ The `bind` property allows to define where read and write the value bind to the #### Default behaviour -If you did not define a specific getter/setter (see below), and no `bind` argument was defined, YunoHost will read/write the value from/to the app's `/etc/yunohost/$app/settings.yml` file. +If you did not define a specific getter/setter (see below), and no `bind` argument was defined, YunoHost will read/write the value from/to the app's `/etc/yunohost/apps/$app/settings.yml` file. #### Read / write into a var of an actual configuration file From 5420427c8fb7ac5db92d6c46e717d3479f690fb5 Mon Sep 17 00:00:00 2001 From: Leandro Noferini Date: Mon, 1 Jan 2024 18:31:02 +0100 Subject: [PATCH 10/32] Update external_storage.md (#2383) In chapter 7 the right indication would be "step 5.3", not "6.3" --- .../45.tutorials/25.external_storage/external_storage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/02.administer/45.tutorials/25.external_storage/external_storage.md b/pages/02.administer/45.tutorials/25.external_storage/external_storage.md index 9a1b4024..d5bec860 100644 --- a/pages/02.administer/45.tutorials/25.external_storage/external_storage.md +++ b/pages/02.administer/45.tutorials/25.external_storage/external_storage.md @@ -238,7 +238,7 @@ Use Ctrl+X then `y` to save. You can then try rebooting the system to check if the disk and subfolders are mounted automatically. ## 7. Clean up old data -Once your new setup is validated, you can proceed to delete the old data from step 6.3: +Once your new setup is validated, you can proceed to delete the old data from step 5.3: ```bash rm -Rf /home/yunohost.app.bkp From 3cd03f5f42324f6dea182f9dfb119c528cdf2978 Mon Sep 17 00:00:00 2001 From: Krystool Date: Sun, 14 Jan 2024 13:15:06 +0100 Subject: [PATCH 11/32] Update what_is_yunohost.fr.md (#2386) Added charity to proposed hosts --- pages/01.overview/10.what_is_yunohost/what_is_yunohost.fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/01.overview/10.what_is_yunohost/what_is_yunohost.fr.md b/pages/01.overview/10.what_is_yunohost/what_is_yunohost.fr.md index c140cb52..829547cf 100644 --- a/pages/01.overview/10.what_is_yunohost/what_is_yunohost.fr.md +++ b/pages/01.overview/10.what_is_yunohost/what_is_yunohost.fr.md @@ -45,7 +45,7 @@ Même si YunoHost est multi-domaine et multi-utilisateur, il reste **inappropri Premièrement parce que le logiciel est trop jeune, donc non-testé et non-optimisé pour être mis en production pour des centaines d’utilisateurs en même temps. Et quand bien même, ce n’est pas le chemin que l’on souhaite faire suivre à YunoHost. La virtualisation se démocratise, et c’est une façon bien plus étanche et sécurisée de faire de la mutualisation. -Vous pouvez héberger vos amis, votre famille ou votre entreprise sans problème, mais vous devez **avoir confiance** en vos utilisateurs, et ils doivent de la même façon avoir confiance en vous. Si vous souhaitez tout de même fournir des services YunoHost à des inconnus, **un VPS entier par utilisateur** sera la meilleure solution. +Vous pouvez héberger vos amis, votre famille, votre association ou votre entreprise sans problème, mais vous devez **avoir confiance** en vos utilisateurs, et ils doivent de la même façon avoir confiance en vous. Si vous souhaitez tout de même fournir des services YunoHost à des inconnus, **un VPS entier par utilisateur** sera la meilleure solution. ## Logo From eab2a9420e98d3ed93141eb873b18d7d6f9fb5a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Pie=C5=84kowski?= <8525083+Jakski@users.noreply.github.com> Date: Sun, 14 Jan 2024 13:16:07 +0100 Subject: [PATCH 12/32] Fix translation in installation manual (#2385) --- pages/02.administer/10.install/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/02.administer/10.install/install.md b/pages/02.administer/10.install/install.md index 981e410f..3ef9c797 100644 --- a/pages/02.administer/10.install/install.md +++ b/pages/02.administer/10.install/install.md @@ -541,7 +541,7 @@ You should see a screen like this: [/figure] [ui-tabs position="top-left" active="0" theme="lite"] -[ui-tab title="Installation classique sur un disque entier"] +[ui-tab title="Classic installation on a whole disk"] !! N.B.: Once you have validated the keyboard layout, the installation will be launched and will completely erase the data on your hard disk! From 05b9fd598f07bf04a5777d7904eca4fa89bc4542 Mon Sep 17 00:00:00 2001 From: Leandro Noferini Date: Sun, 14 Jan 2024 13:16:42 +0100 Subject: [PATCH 13/32] traduzione in italiano di dns_dynamicip.md (#2376) * traduzione in italiano di dns_dynamicip.md * Tradotto dns_local_network.md in italiano * Italian translation for filezilla * Added italian translation for external_storage --- .../02.dns_dynamic_ip/dns_dynamicip.it.md | 77 ++++++ .../dns_local_network.it.md | 52 ++++ .../45.tutorials/15.filezilla/filezilla.it.md | 82 ++++++ .../external_storage.it.md | 253 ++++++++++++++++++ 4 files changed, 464 insertions(+) create mode 100644 pages/02.administer/45.tutorials/05.domains/02.dns_dynamic_ip/dns_dynamicip.it.md create mode 100644 pages/02.administer/45.tutorials/05.domains/04.dns_local_network/dns_local_network.it.md create mode 100644 pages/02.administer/45.tutorials/15.filezilla/filezilla.it.md create mode 100644 pages/02.administer/45.tutorials/25.external_storage/external_storage.it.md diff --git a/pages/02.administer/45.tutorials/05.domains/02.dns_dynamic_ip/dns_dynamicip.it.md b/pages/02.administer/45.tutorials/05.domains/02.dns_dynamic_ip/dns_dynamicip.it.md new file mode 100644 index 00000000..8a0285e5 --- /dev/null +++ b/pages/02.administer/45.tutorials/05.domains/02.dns_dynamic_ip/dns_dynamicip.it.md @@ -0,0 +1,77 @@ +--- +title: DNS con IP dinamico +template: docs +taxonomy: + category: docs +routes: + default: '/dns_dynamicip' +--- + +! Prima di continuare, assicuratevi che il vostro indirizzo IP pubblico sia dinamico utilizzando: [ip.yunohost.org](http://ip.yunohost.org/). L'indirizzo IP del vostro router cambia quasi ogni giorno. + +Questo tutorial cerca di risolvere il problema con gli IP dinamici: quando l'IP pubblico del vostro router cambia, la zona DNS non viene aggiornata per riflettere il nuovo indirizzo IP e di conseguenza il vostro server non è più raggiungibile con il nome di dominio. + +Dopo aver applicato le configurazioni proposte in questo tutorial la redirezione dal vostro nome di dominio del vostro server all'IP reale non verrà più persa. + +La configurazione che adotteremo consiste nel rendere automatica la comunicazione del router al servizio di DNS dinamico la variazione dell'indirizzo IP pubblico e che la zona DNS può essere aggiornata. + +### Registrar + +Di seguito un elenco, non esaustivo, dei registrar. Qui potere acquistare il vostro dominio: +* [OVH](http://ovh.com/) +* [GoDaddy](https://godaddy.com) +* [Gandi](http://gandi.net) +* [Namecheap](https://www.namecheap.com) +* [BookMyName](https://www.bookmyname.com) +* [Ionos](https://ionos.com) +* [Infomaniak](https://infomaniak.com) + +Se siete in possesso di un dominio presso **OVH**, saltate al punto 4 e proseguite con il [tutorial](/OVH) considerando che OVH propone un servizio DynDNS. + +#### 1. Create un account per il servizio DynDNS +Di seguito un elenco, non esaustivo, di offerte dei servizi DynDNS: +* [DNSexit](https://www.dnsexit.com/Direct.sv?cmd=dynDns) +* [No-IP](https://www.noip.com/remote-access) +* [ChangeIP](https://changeip.com/) +* [DynDNS (in italiano)](https://dyndns.it/) +* [Duck DNS](https://www.duckdns.org/) +* [ydns.io](https://ydns.io/) + +Create un account presso il fornitore scelto. Dovrebbe comunicarvi uno (o più) indirizzi IP per raggiungere il servizio e un login (che dovreste poter configurare da soli). + +#### 2. Configurate la zona DNS +Copiate la [zona DNS](/dns_config), tranne il record NS, del vostro [registrar](#registrar) verso il DNS dinamico del servizio DynDNS che avete scelto al punto 1 del tutorial. + +#### 3. Reindirizzate la gestione del vostro dominio verso il server DNS dinamico +In questo passaggio informeremo il [registrar](#registrar) che il servizio DNS sarà affidato al servizio DyDNS. + +Reindirizzate il campo NS verso l'indirizzo IP fornito dal servizio DyDNS. + +In seguito cancellate la [zona DNS](/dns_config) (eccetto il precedente campo NS) nel vostro [registrar](#registrar). + +## 4. Configurazione del router/client +Configurate il vostro router o un client specifico installato sul vostro server come ad esempio `ddclient` con i dati del vostro account DNS dinamico. +Qui useremo il client fornito dal router che è il sistema sicuramente più facile. + +Inserite il login del servizio di DNS dinamico e l'indirizzo IP pubblico nel vostro router (l'interfaccia varierà sicuramente a seconda dell'ISP che state usando). + +![](image://dns_dynamic-ip_box_conf.png?resize=600) + + + + + + + + + + + + + + + + + + + diff --git a/pages/02.administer/45.tutorials/05.domains/04.dns_local_network/dns_local_network.it.md b/pages/02.administer/45.tutorials/05.domains/04.dns_local_network/dns_local_network.it.md new file mode 100644 index 00000000..0487c54b --- /dev/null +++ b/pages/02.administer/45.tutorials/05.domains/04.dns_local_network/dns_local_network.it.md @@ -0,0 +1,52 @@ +--- +title: Accesso al server dalla rete locale +template: docs +taxonomy: + category: docs +routes: + default: '/dns_local_network' +--- + +Dopo aver concluso l'installazione del server, è possibile che il vostro dominio non sia accessibile dalla rete locale del server. Questo problema è noto con il nome di [hairpinning](http://en.wikipedia.org/wiki/Hairpinning) ed è una caratteristica non supportata da alcuni router. + +Per risolvere questo problema dobbiamo: +- configurare i DNS del nostro router +- o in alternativa modificare il file /etc/hosts dei client dai quali vogliamo raggiungere il server + +### Trovare l'indirizzo IP del server nella rete locale + +Dobbiamo innanzitutto conoscere l'IP locale del server +- utilizziamo uno di questi [metodi](https://yunohost.org/en/finding_the_local_ip) +- dalla pagina di amministrazione, sezione Diagnostica > Connessione Internet > IPv4 cliccando su 'Dettagli' dovrebbe apparire il valore di 'IP locale' +- dal terminale con il comando: `hostname -I` + +## Configurare il DNS del router + +Andremo a creare un reindirizzamento attivo su tutta la LAN. Lo scopo è di creare, nel router, un reindirizzamento DNS verso l'IP del server YunoHost. Dobbiamo accedere all'interfaccia di configurazione del router, nella sezione DNS e creare il reindirizzamento nella LAN (ad esempio, `yunohost.local` invia a `192.168.1.21`). + +### Box SFR +Se non trovate l'indirizzo IP privato lo potete trovare nel pannello di amministrazione: + Andate su Etichetta Network > Generale + + +#### Configurare il DNS del box SFR + +Andate all'etichetta Network > DNS e aggiungete il vostro nome a dominio al DNS del box. + + +## Configurare il file [hosts](https://en.wikipedia.org/wiki/Host_%28Unix%29) del client + +L'opzione di modificare il file /etc/hosts deve essere presa in considerazione solo se non è possibile configurare il DNS del router, perché tale modifica avrà effetto solo sul pc specifico. + +- In windows trovate il file qui: + `%SystemRoot%\system32\drivers\etc\` + > È necessario abilitare la visualizzazione dei file nascosti e di sistema per rendere visibile il file hosts. +- In sistemi UNIX (GNU/Linux, macOS), trovate il file qui: + `/etc/hosts` + > Dovrete avere i privilegi di root per modificare il file. + +Aggiungete alla fine del file una riga contenente l'indirizzo IP del server seguito dal dominio + +```bash +192.168.1.62 domain.tld +``` diff --git a/pages/02.administer/45.tutorials/15.filezilla/filezilla.it.md b/pages/02.administer/45.tutorials/15.filezilla/filezilla.it.md new file mode 100644 index 00000000..1c610aac --- /dev/null +++ b/pages/02.administer/45.tutorials/15.filezilla/filezilla.it.md @@ -0,0 +1,82 @@ +--- +title: Scambiare i files con il proprio server tramite un'interfaccia grafica. +template: docs +taxonomy: + category: docs +routes: + default: '/filezilla' +--- + +Questa parte spiega come scambiare dei files (backup, musica, foto, video...) con il proprio server, servendosi di un'interfaccia grafica. Utilizzeremo un metodo alternativo al tradizionale comando `scp` perché troppo tecnico e criptico, o alla installazione di un'applicazione come Nextcloud. + +Per compiere questa operazione utilizzeremo [FileZilla](https://filezilla-project.org/), un software libero disponibile per Windows, GNU/Linux et macOS. + +## Scaricare e installare FileZilla + +Potete scaricare FileZilla [da questa pagina](https://filezilla-project.org/download.php?type=client). Il sito dovrebbe proporvi automaticamente la versione adatta al vostro sistema operativo. Nel caso contrario seguite le istruzioni per installare il [client](https://wiki.filezilla-project.org/Client_Installation) corretto. + +Installate e lanciate *FileZilla* + +## Configurazione + +1. Cliccate sull'icona in alto a sinistra *Site Manager*. + + ![Pagina principale di Filezilla](image://filezilla_1.png) + +2. Cliccate su **New Site** e assegnate un nome al server che volete connettere: in questo esempio *Family*. Completate i parametri come nell'immagine (con i vostri dati) e cliccate su **Connect** (N.B. : se volete editare i file dell'applicazione [custom webapp](https://github.com/YunoHost-Apps/my_webapp_ynh), dovrete utilizzare un utente diverso da `admin`. Fate riferimento alla documentazione di custom webapp). + + ![Schermata del site manager](image://filezilla_2.png) + +3. Apparirà un avviso poiché vi state collegando per la prima volta al server. *Se è la prima connessione, potete ignorarlo* + + ![Avviso per la fingerprint del server sconosciuta](image://filezilla_3.png) + +4. Filezilla vi chiederà la password di `admin` del server. + + ![schermata per la richiesta della password](image://filezilla_4.png) + +5. Una volta salvato nei segnalibri, il server verrà salvato e vedrete questa schermata. + + ![Schermata del "site manager" con il server appena aggiunto](image://filezilla_5.png) + +## Utilizzo + +1. Collegatevi al server con le credenziali salvate in precedenza. *A volte viene richiesta la password* + + La parte sinistra della finestra del programma si riferisce al vostro pc. La parte destra corrisponde al server YunoHost remoto. Potete navigare tra file e cartelle e effettuare drag-and-drop tra i due computer. + + ![vista della connessione al server remoto](image://filezilla_6.png) + +2. Nel pannello di destra, raggiungete `/home/yunohost.backup/archives` dove si trovano gli [archivi di backup](https://yunohost.org/it/backup) + + ![la directory dove si trovano i backup di YunoHost](image://filezilla_7.png) + +! [fa=cloud-download /] Assicuratevi di scaricare i file `.tar.gz` e `.json` + +![Copia dei backup da YunoHost ad un computer locale](image://filezilla_8.png) + +---- + +Link a fonti esterne: + +* [Documentazione ufficiale](https://wiki.filezilla-project.org/FileZilla_Client_Tutorial_(en)) +* [Tutorial generale su FileZilla](https://www.rc.fas.harvard.edu/resources/documentation/sftp-file-transfer/) + +## Alternative a FileZilla + +### GNU/Linux + +Qualsiasi distribuzione recente di GNU/Linux dovrebbe permettere di accedere al server remoto utilizzando il gestore dei file. + +Nautilus di Gnome3 integra delle funzionalità simili a FileZilla: + +* +* + +### Windows + +* [WinSCP](https://winscp.net/) è un ottimo programma per Windows + +### MacOS + +* [Cyberduck](https://cyberduck.io/) un programma libero per macOS diff --git a/pages/02.administer/45.tutorials/25.external_storage/external_storage.it.md b/pages/02.administer/45.tutorials/25.external_storage/external_storage.it.md new file mode 100644 index 00000000..01ed4d7a --- /dev/null +++ b/pages/02.administer/45.tutorials/25.external_storage/external_storage.it.md @@ -0,0 +1,253 @@ +--- +title: Aggiungere un disco esterno al vostro server +template: docs +taxonomy: + category: docs +routes: + default: '/external_storage' + aliases: + - '/moving_app_folder' +--- + +## Introduzione + + +Oltre al monitoraggio delle dimensioni delle partizioni (che controlla che non siano troppo piccole), YunoHost non si occupa, al momento, dell'organizzazione delle partizioni dei vostri dischi. + +Se la vostra configurazione è basata su una board ARM con scheda SD, oppure il server dispone di un disco SSD di piccole dimensioni, potreste, per motivi di spazio o di sicurezza, voler aggiungere uno o più dischi al vostro server. + +! Se avete esaurito lo spazio sul disco del vostro server, potete provare con il comando `apt clean` per tentare di recuperarne un po' e avere modo di seguire le istruzioni di seguito riportate. + +Troverete qui le istruzioni per riuscire a spostare i vostri dati su un disco esterno in modo corretto e con un impatto minimo sul funzionamento di YunoHost. Potete eseguire lo spostamento durante l'installazione o in un secondo momento, quando si presenterà la necessità di più spazio o temete per l'affidabilità della scheda SD. + +!!! Il procedimento presentato qui inizia montando l'unica partizione del disco, in seguito utilizza una o più sotto-cartelle per creare diversi punti di montaggio sull'albero del file system del pc. Questo metodo è preferibile rispetto al utilizzo di link simbolici poiché questi possono entrare in conflitto con alcune applicazioni, tra le quali il sistema di backup di YunoHost. Potreste scegliere di montare le partizioni invece che le sotto-cartelle, ma sorge la difficoltà di prevedere la stima della dimensione della cartella. + +## [fa=list-alt /] Prerequisiti + +* Prevedere un periodo temporale nel quale gli utenti del vostro server possono sopportare una interruzione dei servizi. I passaggi da compiere, anche se relativamente semplici, sono tecnicamente complessi e necessitano di un lasso di tempo **da dedicare in modo esclusivo**. + +* Conoscenza della connessione come root sul server anche via [SSH](/ssh). (Nota bene: se siete connessi come utente `admin`, potete passare root con il comando `sudo su`) + +* Conoscere i comandi `cd`, `ls`, `mkdir`, `rm`. + +* Disporre di un backup nel caso le cose non vadano come previsto + +* Disporre di un disco aggiuntivo (SSD, hard disk, chiavetta USB) collegato al server via USB o SATA + +## 1. Identificare le cartelle da spostare + +Il comando `ncdu` vi permette di navigare tra le cartelle del vostro server affinché possiate conoscerne la loro dimensione. + +Di seguito, alcuni esempi di percorsi che possono essere di notevoli dimensioni e qualche consiglio su come ridurre la loro dimensione o perché sceglierli tra quelli da spostare. + +| Percorso | Contenuto | Consigli | +|-----------------------------|----------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| `/home` | Cartelle Utenti accessibile via SFTP | Spostabile | +| `/home/yunohost.backup` | Backup di YunoHost | In base alla vostra strategia di backup è consigliabile spostare questa cartella su un disco diverso da quello che contiene i dati e i database | +| `/home/yunohost.app` | Cartella di grandi dimensioni contenente i dati delle varie applicazioni (nextcloud, matrix) | Spostabile | +| `/home/yunohost.multimedia` | Cartella di grandi dimensioni condivisa tra varie applicazioni (nextcloud, matrix) | Spostabile | +| `/var/lib/msql` | Database utilizzato dalle applicazioni | Per motivi di velocità è consigliato lasciarlo sul disco principale | +| `/var/lib/postgresql` | Database utilizzato dalle applicazioni | Per motivi di velocità è consigliato lasciarlo sul disco principale | +| `/var/mail` | Mail degli utenti | Spostabile | +| `/var/www` | Cartella delle applicazioni WEB | Per motivi di velocità è consigliato lasciarla sul disco principale | +| `/var/log` | Log degli eventi (messaggi di errore, connessioni...) | Questa cartella dovrebbe essere di dimensioni ridotte, in caso contrario potrebbe esserci un errore nella rotazione dei log che deve essere risolto. | +| `/opt` | Programmi e dipendenze di alcune applicazioni YunoHost | Per motivi di velocità è consigliato lasciare sul disco principale. Per le applicazioni nodejs è possibile recuperare dello spazio cancellando le versioni non in uso | +| `/boot` | Kernel e file di avvio | Non spostare se non perfettamente a conoscenza delle possibili conseguenze. Si possono eliminare vecchi kernel non in uso | + + +## 2. Collegare e identificare il disco + +Collegate il disco al server e identificate il nome assegnato dal sistema. + +Utilizzate il comando: + +```bash +lsblk +``` + +La risposta potrebbe essere qualcosa di simile + +```bash +NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT +sda 8:0 0 931.5G 0 disk +└─sda1 8:1 0 931.5G 0 part +mmcblk0 179:0 0 14.9G 0 disk +├─mmcblk0p1 179:1 0 47.7M 0 part /boot +└─mmcblk0p2 179:2 0 14.8G 0 part / +``` + +In questo caso `mmcblk0` corrisponde ad una scheda SD di 16 GB (si nota che le partizioni `mmcblk0p1` e `mmcblk0p2` corrispondono rispettivamente alla partizione di `/boot` e alla partizione di sistema `/`). Il disco esterno collegato corrisponde a `sda`, ha una capacità di circa 1GB, e contiene una sola partizione `sda1` che non è montata (non ha nessun riferimento nella colonna "MOUNTPOINT"). + +! [fa=exclamation-triangle /] In alcuni casi il sistema operativo è installato su `sda` e di conseguenza il vostro disco sarà `sdb` + +!!! Suggerimento! se la dimensione del disco non è sufficiente per essere riconosciuto, potete scollegare il disco e eseguire il comando `lsblk`, ricollegare il disco, eseguire nuovamente `lsblk` e osservare le differenze di output. + +## 3. Formattare il disco (Se necessario) + +Se il vostro disco è formattato con un filesystem supportato da Linux (quindi non FAT32 o NTFS) potete andare al punto successivo, diversamente. + +Create un partizione sul disco: + +```bash +fdisk /dev/miodisco +``` + +digitate in sequenza `n`, `p`, `1`, `Invio`, `Invio`, `w` per creare una nuova partizione + +Controllate con `lsblk` che il vostro disco contenga solo una partizione. + +Prima di poter essere utilizzato il disco deve essere formattato. + +! [fa=exclamation-triangle /] **Se il vostro disco è già formattato potete saltare questa parte. La formattazione di un disco comporta la cancellazione di tutti i dati presenti! Ponete attenzione nel digitare il nome del disco, potreste formattare un disco diverso da quello dove volete intervenire! Nell'esempio sopra, il disco si chiama `/dev/sda`. Se il vostro disco è già formattato potete saltare questa parte. + +Per formattare la partizione digitate : + +```bash +mkfs.ext4 /dev/miodisco +# e poi 'y' per confermare +``` + +Sostituite `miodisco` con il nome della prima partizione del disco di destinazione, nel nostro esempio `sda1`. + +!!! Potete variare queste istruzioni se volete creare un volume raid 1 o cifrare la cartella. + +## 4. Montare il disco + +Contrariamente a Windows, dove i dischi sono contraddistinti da lette (C:/), in linux i dischi sono accessibili dall'albero del gestore dei file. "Montare" un disco significa renderlo accessibile nell'albero dei file. Sceglieremo di montare il disco in `/mnt/hdd` ma possiamo anche assegnare un nome di fantasia. (Ad esempio `/mnt/disco` ...). + +Iniziamo creando la directory: +```bash +mkdir /mnt/hdd +``` + +Montiamo il disco con il comando: + +```bash +mount /dev/miodisco /mnt/hdd +``` + +(In questo caso, `/dev/miodisco` corrisponde alla prima partizione del disco) + +## 5. Montare una cartella /mnt/hdd nella cartella che contiene i dati da spostare + +Ipotizzeremo, di seguito, lo spostamento delle mail e di una notevole quantità di dati delle applicazioni, che si trovano in `/home/yunohost.app`. + +### 5.1 Creazione delle sotto cartelle sul disco +Iniziamo creando due cartelle nel disco di destinazione. + +```bash +mkdir -p /mnt/hdd/home/yunohost.app +mkdir -p /mnt/hdd/var/mail +``` + +### 5.2 Passaggio alla modalità manutenzione +Precauzionalmente portiamo nello stato di manutenzione le applicazioni che potrebbero scrivere dei dati nella cartella che vogliamo spostare. + +Ad esempio, per nextcloud: + +```bash +sudo -u nextcloud /var/www/nextcloud/occ maintenance:mode --on +``` + +Per la mail: + +```bash +systemctl stop postfix +systemctl stop dovecot +``` + +! Se desiderate spostare dei database come ad esempio mariadb (mysql), dovete necessariamente fermare i servizi del database, pena la corruzione dei dati. + +### 5.3 Creazione dei punti di montaggio + +Procediamo con rinominare la cartella di origine e crearne una fittizia + +```bash +mv /home/yunohost.app /home/yunohost.app.bkp +mkdir /home/yunohost.app +mv /var/mail /var/mail.bkp +mkdir /var/mail +``` + +Servendoci del comando `mount --bind` montiamo la cartella del nostro disco nel nuovo ramo dell'albero dei file. + +```bash +mount --bind /mnt/hdd/home/yunohost.app /home/yunohost.app +mount --bind /mnt/hdd/var/mail /var/mail +``` + +### 5.4 Copia dei dati + +Copiamo quindi i dati, mantenendo le proprietà delle cartelle e dei file. Questa operazione può impiegare un po' di tempo, aprendo un altro terminale potete seguire la progressione dell'operazione osservando la dimensione del punto di montaggio con il comando `df -h` + +```bash +cp -a /home/yunohost.app.bkp/. /home/yunohost.app/ +cp -a /var/mail.bkp/. /var/mail/ +``` + +Terminata la copia, assicuratevi che sia andato tutto a buon fine con il comando `ls` + +```bash +ls -la /home/yunohost.app/ +ls -la /var/mail/ +``` + +### 5.5 Uscita dalla modalità manutenzione + +Da questo momento potete uscire dalla modalità manutenzione, il comando illustrato qui sotto va adattato in base ai servizi che avevate sospeso o arrestato. + +```bash +sudo -u nextcloud /var/www/nextcloud/occ maintenance:mode --off +systemctl start postfix +systemctl start dovecot +``` + +Dopo aver impartito i comandi di avvio, le applicazioni e i servizi sfrutteranno il disco esterno per i loro dati. Dobbiamo quindi effettuare qualche test per capire in quale misura la velocità di esecuzione è impattata dal disco esterno (in particolar modo se il disco utilizza l'interfaccia USB 2.0). + +## 6. Automatizzare il montaggio all'avvio + + +Fino ad ora, abbiamo montato manualmente il disco e le sotto cartelle. È però necessario configurare il sistema affinché il disco esterno venga montato in automatico ad ogni avvio. + +Se i test di velocità sono soddisfacenti, bisogna rendere definitivo il punto di montaggio. In caso contrario affrettatevi a fare dietro front iniziando a ripristinare la modalità di manutenzione. + +Iniziamo cercando l'UUID (universal identifier, identificatore universale) del nostro disco: + +```bash +blkid | grep "/dev/miodisco" +# Restituisce una stringa del tipo : +# /dev/sda1:UUID="cea0b7ae-2fbc-4f01-8884-3cb5884c8bb7" TYPE="ext4" PARTUUID="34e4b02c-02" +``` + +Aggiungiamo una riga di codice al file `/etc/fstab` deputato alla gestione dei montaggi dei dischi all'avvio. Aprite il file con `nano`: + +```bash +nano /etc/fstab +``` + +Digitiamo questa riga in fondo al file: + +```bash +UUID="cea0b7ae-2fbc-4f01-8884-3cb5884c8bb7" /mnt/hdd ext4 defaults,nofail 0 0 +/mnt/hdd/home/yunohost.app /home/yunohost.app none defaults,bind 0 0 +/mnt/hdd/var/mail /var/mail none defaults,bind 0 0 +``` + +(dovremo modificare la riga in base alle nostre scelte precedenti) + +Salvate le modifiche con CTRL+x e `o`. + +Riavviate il server per assicurarvi che il disco e le sotto cartelle vengano montate in automatico. + +## 7. Cancellare i dati precedenti +Quando siete sicuri che la configurazione sia corretta, potete procedere alla cancellazione della configurazione creata nel punto 5.3: + +```bash +rm -Rf /home/yunohost.app.bkp +rm -Rf /var/mail.bkp +``` + +### ![](image://tada.png?resize=32&classes=inline) Complimenti!!! + +Se siete giunti fino qui senza incidenti, avete configurato un server che sfrutta uno o più dischi per il salvataggio dei dati. + From 710244ce295ac7109d162d3e665a8fea74c4eb13 Mon Sep 17 00:00:00 2001 From: Krystool Date: Sun, 14 Jan 2024 14:00:03 +0100 Subject: [PATCH 14/32] Update email_configure_client.fr.md code clarity --- .../03.user_guide/05.emailclients/email_configure_client.fr.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/03.user_guide/05.emailclients/email_configure_client.fr.md b/pages/03.user_guide/05.emailclients/email_configure_client.fr.md index 90fffb43..3f5b33d0 100644 --- a/pages/03.user_guide/05.emailclients/email_configure_client.fr.md +++ b/pages/03.user_guide/05.emailclients/email_configure_client.fr.md @@ -34,6 +34,7 @@ Pour configurer manuellement un nouveau compte dans Thunderbird commencez par re * [Gérer les alias mails](https://support.mozilla.org/en-US/kb/configuring-email-aliases) [/ui-tab] + [ui-tab title="K-9 Mail"] ##### ![](image://k9mail.png?resize=50&classes=inline) Configurer K-9 Mail (sur Android) @@ -45,6 +46,7 @@ Suivez les instructions suivantes (comme pour Thunderbird, il vous faudra peut- ![](image://k9mail_config_4.png?resize=280&classes=inline) [/ui-tab] + [ui-tab title="Dekko"] ##### ![](image://dekko-app.png?resize=50&classes=inline) Configurer Dekko (sur Ubuntu Touch) From aa4369de5401a7b87e157d01daf9518de4a7c6ca Mon Sep 17 00:00:00 2001 From: Tom Warnke Date: Sun, 14 Jan 2024 20:28:05 +0100 Subject: [PATCH 15/32] Adapt Baikal documentation - Add hint that anonymous access is required for DAV clients - Update Thunderbird instructions - Minor wording fixes --- .../10.docs/baikal/app_baikal.md | 30 +++++++++++-------- 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/pages/04.applications/10.docs/baikal/app_baikal.md b/pages/04.applications/10.docs/baikal/app_baikal.md index cfeb299e..cf37c19c 100644 --- a/pages/04.applications/10.docs/baikal/app_baikal.md +++ b/pages/04.applications/10.docs/baikal/app_baikal.md @@ -11,9 +11,9 @@ routes: [![Install Baïkal with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=baikal) [![Integration level](https://dash.yunohost.org/integration/baikal.svg)](https://dash.yunohost.org/appci/app/baikal) -Baïkal is a server for calendars and address books, which uses the CalDav and CardDav protocol. Baïkal can be synced with a lot of clients, like Thunderbird + Lightning. +Baïkal is a server for calendars and address books, which uses the CalDAV and CardDAV protocol. Baïkal can be synced with a lot of clients, like Thunderbird + Lightning. -**WARNING**: Baïkal will not work if you have installed a **Nextcloud** (the Nextcloud CardDav/CalDav functions conflict). +**WARNING**: Baïkal will not work if you have installed a **Nextcloud** (the Nextcloud CardDAV/CalDAV functions conflict). ## Configuration @@ -28,25 +28,31 @@ By default, Baïkal is configured to look for users in YunoHost's LDAP directory. YunoHost's users will appear under `User and ressources` menu after their first authentication. +### CalDAV/CardDAV access + +To be able to connect CalDAV or CardDAV clients to Baïkal, you must allow access to the app for visitors during installation. +Clients will still need to to authenticate with username and password of an YNH user. +Also note that the admin interface of Baïkal is always available only to logged-in YNH admin users. + ## CalDAV connection ### Connecting Thunderbird with Lightning -Add a new agenda with type "Network" and "CalDAV" - -The new URL to add is: - -https://domain.org/baikal/cal.php/calendars/username/default - -Be careful to replace "domain.org" with your own domain and the "username" with your username. +Open the Calendar view, select "New Calendar...". +Choose "On the Network", click "Next". +Type in your YNH username in the "Username" input field and your server's "https://domain.tld" in the "Location" input field. +(You only need to enter the domain, Baïkal configures the webserver to forward CalDAV and CardDAV requests to Baïkal.) +Click "Find Calendars" and enter your YNH user's password. +If this is the first time your YNH user logs in to Baïkal, a "Default Calendar" is automatically created for you. +Select the calendar you want to add to Thunderbird and click "Subscribe". ### Connecting to AgenDAV -AgenDAV is a web client for using your calendars. It's packaged for YunoHost and you can used it after installing Baïkal. +AgenDAV is a web client for using your calendars. It's packaged for YunoHost and you can use it after installing Baïkal. -AgenDAV is already connected to Baïkal, any other configuration is necessary. If you create a new entry in Thunderbird + Lightning calendar, refresh your AgenDAV page is enough to see your modifications. +AgenDAV is already connected to Baïkal, no other configuration is necessary. If you create a new entry in Thunderbird + Lightning calendar, refreshing your AgenDAV page is enough to see your modifications. -AgenDAV also allows you to create a new calendars very easily. +AgenDAV also allows you to create new calendars very easily. ## CardDAV Connection From a13e6ffdd8478f8d825630de759548ad42723963 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sun, 14 Jan 2024 20:37:43 +0100 Subject: [PATCH 16/32] Update pages/04.applications/10.docs/baikal/app_baikal.md --- pages/04.applications/10.docs/baikal/app_baikal.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pages/04.applications/10.docs/baikal/app_baikal.md b/pages/04.applications/10.docs/baikal/app_baikal.md index cf37c19c..9e38b9d9 100644 --- a/pages/04.applications/10.docs/baikal/app_baikal.md +++ b/pages/04.applications/10.docs/baikal/app_baikal.md @@ -38,13 +38,13 @@ Also note that the admin interface of Baïkal is always available only to logged ### Connecting Thunderbird with Lightning -Open the Calendar view, select "New Calendar...". -Choose "On the Network", click "Next". -Type in your YNH username in the "Username" input field and your server's "https://domain.tld" in the "Location" input field. -(You only need to enter the domain, Baïkal configures the webserver to forward CalDAV and CardDAV requests to Baïkal.) -Click "Find Calendars" and enter your YNH user's password. -If this is the first time your YNH user logs in to Baïkal, a "Default Calendar" is automatically created for you. -Select the calendar you want to add to Thunderbird and click "Subscribe". +- Open the Calendar view, select "New Calendar...". +- Choose "On the Network", click "Next". +- Type in your YNH username in the "Username" input field and your server's "https://domain.tld" in the "Location" input field. +- (You only need to enter the domain, Baïkal configures the webserver to forward CalDAV and CardDAV requests to Baïkal.) +- Click "Find Calendars" and enter your YNH user's password. +- If this is the first time your YNH user logs in to Baïkal, a "Default Calendar" is automatically created for you. +- Select the calendar you want to add to Thunderbird and click "Subscribe". ### Connecting to AgenDAV From 774f61889722843e330be185e3d668e02b428cdc Mon Sep 17 00:00:00 2001 From: Paolo Mauri Date: Sun, 21 Jan 2024 14:55:53 +0100 Subject: [PATCH 17/32] Update change_admin_password.it.md fix for change admin password --- .../10.admin_password/change_admin_password.it.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/02.administer/50.troubleshooting/10.admin_password/change_admin_password.it.md b/pages/02.administer/50.troubleshooting/10.admin_password/change_admin_password.it.md index 24eddd9b..efadb568 100644 --- a/pages/02.administer/50.troubleshooting/10.admin_password/change_admin_password.it.md +++ b/pages/02.administer/50.troubleshooting/10.admin_password/change_admin_password.it.md @@ -22,5 +22,5 @@ Poi vai su Strumenti > Cambia password amministrazione. ```bash -yunohost tools adminpw +yunohost tools rootpw ``` From 967ff7c8d34499684e45f69db3384bdf04e6a630 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Mon, 29 Jan 2024 22:37:05 +0100 Subject: [PATCH 18/32] Update security.fr.md --- pages/02.administer/45.tutorials/60.security/security.fr.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/02.administer/45.tutorials/60.security/security.fr.md b/pages/02.administer/45.tutorials/60.security/security.fr.md index 9a5329db..e06b13ca 100644 --- a/pages/02.administer/45.tutorials/60.security/security.fr.md +++ b/pages/02.administer/45.tutorials/60.security/security.fr.md @@ -61,7 +61,8 @@ sudo yunohost settings set security.ssh.password_authentication -v no ### Modifier le port SSH Pour éviter des tentatives de connexion SSH par des robots qui scannent tout Internet pour tenter des connexions SSH avec tout serveur accessible, on peut modifier le port SSH. -C'est géré par un paramètre système, qui se charge de configurer les services SSH et Fail2Ban. +C'est géré par un paramètre système, qui se charge de configurer les services SSH et Fail2Ban. +Il n'est pas utile de modifier ce port si vous avez désactivé l'authentification par mot de passe. ```bash sudo yunohost settings set security.ssh.port -v From b93574f4491319869d5ed7d06c549174c918a82e Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Mon, 29 Jan 2024 22:40:13 +0100 Subject: [PATCH 19/32] english --- pages/02.administer/45.tutorials/60.security/security.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pages/02.administer/45.tutorials/60.security/security.md b/pages/02.administer/45.tutorials/60.security/security.md index a78377f2..a25e72c1 100644 --- a/pages/02.administer/45.tutorials/60.security/security.md +++ b/pages/02.administer/45.tutorials/60.security/security.md @@ -51,12 +51,14 @@ Type your admnistration password and your key will be copied onto your server. ```bash sudo yunohost settings set security.ssh.password_authentication -v no ``` + --- ### Modify the SSH port To prevent SSH connection attempts by robots that scan the internet for any server with SSH enabled, you can change the SSH port. -This is handled by a system setting, which takes care of updating the SSH and Fail2Ban configuration. +This is handled by a system setting, which takes care of updating the SSH and Fail2Ban configuration. +There's no need to change this port if you've disabled password authentication. ! If you modify anything in the `/etc/ssh/sshd_config` file, even if only the port, YunoHost will no longer manage this file. For this reason, always use the YunoHost admin tools to make changes to the systems configuration files! @@ -81,11 +83,13 @@ The default TLS configuration for services tends to offer good compatibility to Changing the compatibility level is not definitive and can be reverted if it doesn't fit with your environment. **On your server**, change the policy for NGINX + ```bash sudo yunohost settings set security.nginx.compatibility -v modern ``` **On your server**, change the policy for SSH + ```bash sudo yunohost settings set security.ssh.compatibility -v modern ``` From 54eeeb4b8df875e9292972ed9e451e3bebfd64af Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Mon, 29 Jan 2024 22:40:58 +0100 Subject: [PATCH 20/32] format --- pages/02.administer/45.tutorials/60.security/security.fr.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/02.administer/45.tutorials/60.security/security.fr.md b/pages/02.administer/45.tutorials/60.security/security.fr.md index e06b13ca..b96d2d24 100644 --- a/pages/02.administer/45.tutorials/60.security/security.fr.md +++ b/pages/02.administer/45.tutorials/60.security/security.fr.md @@ -85,11 +85,13 @@ La configuration TLS par défaut des services tend à offrir une bonne compatibi Changer le niveau de compatibilité n'est pas définitif et il est possible de rechanger le paramètre si vous concluez qu'il faut revenir en arrière. **Sur votre serveur**, modifiez la politique pour NGINX : + ```bash sudo yunohost settings set security.nginx.compatibility -v modern ``` **Sur votre serveur**, modifiez la politique pour SSH : + ```bash sudo yunohost settings set security.ssh.compatibility -v modern ``` From 283256189302fa9b0f8e63de4f17d37f5cc0c71f Mon Sep 17 00:00:00 2001 From: Gredin67 Date: Wed, 7 Feb 2024 15:03:56 +0100 Subject: [PATCH 21/32] Update install.fr.md correct Raspberry headless Wifi instructions link --- pages/02.administer/10.install/install.fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/02.administer/10.install/install.fr.md b/pages/02.administer/10.install/install.fr.md index 7049a442..c6605832 100644 --- a/pages/02.administer/10.install/install.fr.md +++ b/pages/02.administer/10.install/install.fr.md @@ -372,7 +372,7 @@ Allez dans **Réglages** > **Réseau** : ## [fa=plug /] Démarrer la carte * Branchez le câble Ethernet (un côté sur votre box, l'autre côté à votre carte). - * Pour les utilisateurs et utilisatrices souhaitant configurer la carte pour la connecter via le WiFi à la place, voir [cet exemple](https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md). + * Pour les utilisateurs et utilisatrices souhaitant configurer la carte pour la connecter via le WiFi à la place, voir [cet exemple](https://www.raspberrypi.com/documentation/computers/configuration.html#connect-to-a-wireless-network) ([ou là avant YunoHost12/bookworm](https://www.raspberryme.com/configurer-le-wifi-sur-un-pi-manuellement-a-laide-de-wpa_supplicant-conf/). * Mettez la carte SD dans le serveur. * (Facultatif) Il est possible de brancher un écran et un clavier sur votre serveur en cas de soucis, pour vérifier que le processus de démarrage (boot) se passe bien, ou encore pour avoir un accès direct en console. * Branchez l'alimentation. From d2645ad13e6794f7564d4e42057a1568321a6070 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Wed, 7 Feb 2024 15:45:22 +0100 Subject: [PATCH 22/32] Propagate changes from french to english --- pages/02.administer/10.install/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/02.administer/10.install/install.md b/pages/02.administer/10.install/install.md index 3ef9c797..8b290a23 100644 --- a/pages/02.administer/10.install/install.md +++ b/pages/02.administer/10.install/install.md @@ -505,7 +505,7 @@ Go to **Settings** > **Network**: ## [fa=plug /] Power up the board * Plug the ethernet cable (one side on your main router, the other on your board). - * For advanced users willing to configure the board to connect to WiFi instead, see for example [here](https://www.raspberrypi.org/documentation/configuration/wireless/wireless-cli.md). + * For advanced users willing to configure the board to connect to WiFi instead, see for example [here](https://www.raspberrypi.com/documentation/computers/configuration.html#connect-to-a-wireless-network) ([or here prior to YunoHost12/bookworm](https://www.raspberryme.com/configurer-le-wifi-sur-un-pi-manuellement-a-laide-de-wpa_supplicant-conf/). * Plug the SD card in your board * (Optional) You can connect a screen+keyboard directly on your board if you want to troubleshoot the boot process or if you're more comfortable to "see what happens" or want a direct access to the board. * Power up the board From 2db577a97b0c63d950e8528e56745563f4bac8d2 Mon Sep 17 00:00:00 2001 From: YunoHost Bot Date: Fri, 9 Feb 2024 22:14:38 +0100 Subject: [PATCH 23/32] [CI] Update app helpers/resources for debian/11.2.10 (#2395) --- .../11.helpers/packaging_apps_helpers.md | 234 +++++++++--------- .../packaging_apps_resources.md | 4 +- 2 files changed, 118 insertions(+), 120 deletions(-) diff --git a/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md b/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md index 3be54732..01db4791 100644 --- a/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md +++ b/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md @@ -7,7 +7,7 @@ routes: default: '/packaging_apps_helpers' --- -Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/doc/generate_helper_doc.py) on 28/12/2023 (YunoHost version 11.2.9.1) +Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/doc/generate_helper_doc.py) on 09/02/2024 (YunoHost version 11.2.10) ## APPS @@ -25,7 +25,7 @@ Requires YunoHost version *.*.* or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/apps#L9) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/apps#L9) [/details] ---------------- @@ -41,7 +41,7 @@ Requires YunoHost version *.*.* or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/apps#L65) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/apps#L65) [/details] ---------------- @@ -70,7 +70,7 @@ If the app relies on a specific PHP version, then `php` will be aliased that ver -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/apps#L128) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/apps#L128) [/details] ---------------- @@ -94,7 +94,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/apt#L53) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/apt#L53) [/details] ---------------- @@ -115,7 +115,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/apt#L75) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/apt#L75) [/details] ---------------- @@ -129,7 +129,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/apt#L107) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/apt#L107) [/details] ---------------- @@ -146,7 +146,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/apt#L117) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/apt#L117) [/details] ---------------- @@ -163,7 +163,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/apt#L128) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/apt#L128) [/details] ---------------- @@ -180,7 +180,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/apt#L138) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/apt#L138) [/details] ---------------- @@ -197,7 +197,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/apt#L148) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/apt#L148) [/details] ---------------- @@ -219,7 +219,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/apt#L225) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/apt#L225) [/details] ---------------- @@ -236,7 +236,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/apt#L338) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/apt#L338) [/details] ---------------- @@ -252,7 +252,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/apt#L357) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/apt#L357) [/details] ---------------- @@ -272,7 +272,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/apt#L391) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/apt#L391) [/details] ---------------- @@ -345,7 +345,7 @@ Requires YunoHost version 3.5.0 or higher for the argument `--not_mandatory` -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/backup#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/backup#L64) [/details] ---------------- @@ -359,7 +359,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/backup#L179) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/backup#L179) [/details] ---------------- @@ -404,7 +404,7 @@ Requires YunoHost version 3.5.0 or higher for the argument --not_mandatory -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/backup#L238) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/backup#L238) [/details] ---------------- @@ -423,7 +423,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/backup#L306) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/backup#L306) [/details] ---------------- @@ -445,7 +445,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/backup#L357) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/backup#L357) [/details] ---------------- @@ -464,7 +464,7 @@ Requires YunoHost version 3.3.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/backup#L397) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/backup#L397) [/details] ---------------- @@ -487,7 +487,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/backup#L432) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/backup#L432) [/details] ---------------- @@ -510,7 +510,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/backup#L480) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/backup#L480) [/details] ---------------- @@ -585,7 +585,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/fail2ban#L62) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/fail2ban#L62) [/details] ---------------- @@ -599,7 +599,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/fail2ban#L134) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/fail2ban#L134) [/details] ---------------- @@ -627,7 +627,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/hardware#L13) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/hardware#L13) [/details] ---------------- @@ -650,7 +650,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/hardware#L75) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/hardware#L75) [/details] ---------------- @@ -671,7 +671,7 @@ Requires YunoHost version 2.4.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/logging#L10) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/logging#L10) [/details] ---------------- @@ -688,7 +688,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/logging#L30) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/logging#L30) [/details] ---------------- @@ -705,7 +705,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/logging#L56) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/logging#L56) [/details] ---------------- @@ -722,7 +722,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/logging#L73) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/logging#L73) [/details] ---------------- @@ -741,7 +741,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/logging#L92) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/logging#L92) [/details] ---------------- @@ -760,7 +760,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/logging#L113) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/logging#L113) [/details] ---------------- @@ -779,7 +779,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/logging#L134) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/logging#L134) [/details] ---------------- @@ -798,7 +798,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/logging#L155) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/logging#L155) [/details] ---------------- @@ -817,7 +817,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/logging#L176) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/logging#L176) [/details] ---------------- @@ -836,7 +836,7 @@ Requires YunoHost version 11.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/logging#L197) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/logging#L197) [/details] ---------------- @@ -856,7 +856,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/logging#L257) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/logging#L257) [/details] ---------------- @@ -871,7 +871,7 @@ Requires YunoHost version 3.6.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/logging#L345) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/logging#L345) [/details] ---------------- @@ -895,7 +895,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/logrotate#L15) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/logrotate#L15) [/details] ---------------- @@ -909,7 +909,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/logrotate#L97) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/logrotate#L97) [/details] ---------------- @@ -926,7 +926,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/multimedia#L11) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/multimedia#L11) [/details] ---------------- @@ -946,7 +946,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/multimedia#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/multimedia#L64) [/details] ---------------- @@ -963,7 +963,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/multimedia#L93) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/multimedia#L93) [/details] ---------------- @@ -996,7 +996,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/mysql#L15) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/mysql#L15) [/details] ---------------- @@ -1014,7 +1014,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/mysql#L36) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/mysql#L36) [/details] ---------------- @@ -1032,7 +1032,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/mysql#L60) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/mysql#L60) [/details] ---------------- @@ -1053,7 +1053,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/mysql#L128) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/mysql#L128) [/details] ---------------- @@ -1072,7 +1072,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/mysql#L160) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/mysql#L160) [/details] ---------------- @@ -1094,7 +1094,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/mysql#L198) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/mysql#L198) [/details] ---------------- @@ -1112,7 +1112,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/mysql#L224) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/mysql#L224) [/details] ---------------- @@ -1136,7 +1136,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/network#L12) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/network#L12) [/details] ---------------- @@ -1157,7 +1157,7 @@ Requires YunoHost version 3.8.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/network#L36) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/network#L36) [/details] ---------------- @@ -1178,7 +1178,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/network#L99) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/network#L99) [/details] ---------------- @@ -1199,7 +1199,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/network#L119) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/network#L119) [/details] ---------------- @@ -1227,7 +1227,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/nginx#L19) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/nginx#L19) [/details] ---------------- @@ -1241,7 +1241,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/nginx#L41) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/nginx#L41) [/details] ---------------- @@ -1255,7 +1255,7 @@ Requires YunoHost version 11.1.9 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/nginx#L52) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/nginx#L52) [/details] ---------------- @@ -1309,7 +1309,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/nodejs#L52) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/nodejs#L52) [/details] ---------------- @@ -1333,7 +1333,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/nodejs#L92) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/nodejs#L92) [/details] ---------------- @@ -1351,7 +1351,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/nodejs#L165) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/nodejs#L165) [/details] ---------------- @@ -1424,7 +1424,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/permission#L66) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/permission#L66) [/details] ---------------- @@ -1443,7 +1443,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/permission#L152) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/permission#L152) [/details] ---------------- @@ -1461,7 +1461,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/permission#L169) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/permission#L169) [/details] ---------------- @@ -1484,7 +1484,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/permission#L192) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/permission#L192) [/details] ---------------- @@ -1507,7 +1507,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/permission#L260) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/permission#L260) [/details] ---------------- @@ -1528,7 +1528,7 @@ Requires YunoHost version 3.7.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/permission#L329) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/permission#L329) [/details] ---------------- @@ -1543,7 +1543,7 @@ Requires YunoHost version 4.1.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/permission#L359) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/permission#L359) [/details] ---------------- @@ -1554,7 +1554,7 @@ Requires YunoHost version 4.1.2 or higher. **Example**: `if ynh_legacy_permissions_exists then ynh_legacy_permissions_delete_all # You can recreate the required permissions here with ynh_permission_create fi Requires YunoHost version 4.1.2 or higher.` -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/permission#L379) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/permission#L379) [/details] ---------------- @@ -1628,7 +1628,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/php#L70) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/php#L70) [/details] ---------------- @@ -1642,7 +1642,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/php#L284) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/php#L284) [/details] ---------------- @@ -1661,7 +1661,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/php#L517) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/php#L517) [/details] ---------------- @@ -1681,7 +1681,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/php#L549) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/php#L549) [/details] ---------------- @@ -1714,7 +1714,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/postgresql#L18) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/postgresql#L18) [/details] ---------------- @@ -1732,7 +1732,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/postgresql#L39) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/postgresql#L39) [/details] ---------------- @@ -1750,7 +1750,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/postgresql#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/postgresql#L64) [/details] ---------------- @@ -1771,7 +1771,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/postgresql#L135) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/postgresql#L135) [/details] ---------------- @@ -1789,7 +1789,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/postgresql#L168) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/postgresql#L168) [/details] ---------------- @@ -1807,7 +1807,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/postgresql#L190) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/postgresql#L190) [/details] ---------------- @@ -1829,7 +1829,7 @@ Requires YunoHost version 2.7.13 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/postgresql#L234) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/postgresql#L234) [/details] ---------------- @@ -1847,7 +1847,7 @@ Requires YunoHost version 2.7.13 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/postgresql#L265) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/postgresql#L265) [/details] ---------------- @@ -1868,7 +1868,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/setting#L10) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/setting#L10) [/details] ---------------- @@ -1887,7 +1887,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/setting#L36) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/setting#L36) [/details] ---------------- @@ -1905,7 +1905,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/setting#L62) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/setting#L62) [/details] ---------------- @@ -1925,7 +1925,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/setting#L123) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/setting#L123) [/details] ---------------- @@ -1946,7 +1946,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/setting#L145) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/setting#L145) [/details] ---------------- @@ -1971,7 +1971,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/string#L13) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/string#L13) [/details] ---------------- @@ -1993,7 +1993,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/string#L40) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/string#L40) [/details] ---------------- @@ -2015,7 +2015,7 @@ Requires YunoHost version 2.7.7 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/string#L71) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/string#L71) [/details] ---------------- @@ -2038,7 +2038,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/string#L103) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/string#L103) [/details] ---------------- @@ -2064,7 +2064,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/systemd#L15) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/systemd#L15) [/details] ---------------- @@ -2081,7 +2081,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/systemd#L38) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/systemd#L38) [/details] ---------------- @@ -2103,7 +2103,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/systemd#L67) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/systemd#L67) [/details] ---------------- @@ -2127,7 +2127,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/user#L12) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/user#L12) [/details] ---------------- @@ -2149,7 +2149,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/user#L33) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/user#L33) [/details] ---------------- @@ -2167,7 +2167,7 @@ Requires YunoHost version 2.4.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/user#L53) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/user#L53) [/details] ---------------- @@ -2186,7 +2186,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/user#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/user#L64) [/details] ---------------- @@ -2205,7 +2205,7 @@ Requires YunoHost version 3.5.0.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/user#L82) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/user#L82) [/details] ---------------- @@ -2234,7 +2234,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/user#L111) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/user#L111) [/details] ---------------- @@ -2251,7 +2251,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/user#L153) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/user#L153) [/details] ---------------- @@ -2265,7 +2265,7 @@ Requires YunoHost version 4.1.7 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/user#L179) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/user#L179) [/details] ---------------- @@ -2286,7 +2286,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/utils#L61) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/utils#L61) [/details] ---------------- @@ -2378,7 +2378,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/utils#L154) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/utils#L154) [/details] ---------------- @@ -2404,7 +2404,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/utils#L404) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/utils#L404) [/details] ---------------- @@ -2462,7 +2462,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/utils#L488) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/utils#L488) [/details] ---------------- @@ -2474,6 +2474,7 @@ Requires YunoHost version 4.1.0 or higher. **Arguments**: - `-f`, `--file=`: the path to the file - `-k`, `--key=`: the key to get +- `-a`, `--after=`: the line just before the key (in case of multiple lines with the name of the key in the file) **Details**:
This helpers match several var affectation use case in several languages @@ -2506,7 +2507,7 @@ Requires YunoHost version 4.3 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/utils#L642) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/utils#L646) [/details] ---------------- @@ -2519,13 +2520,14 @@ Requires YunoHost version 4.3 or higher. - `-f`, `--file=`: the path to the file - `-k`, `--key=`: the key to set - `-v`, `--value=`: the value to set +- `-a`, `--after=`: the line just before the key (in case of multiple lines with the name of the key in the file) **Details**:
Requires YunoHost version 4.3 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/utils#L719) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/utils#L724) [/details] ---------------- @@ -2541,7 +2543,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/utils#L834) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/utils#L839) [/details] ---------------- @@ -2558,7 +2560,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/utils#L865) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/utils#L870) [/details] ---------------- @@ -2578,7 +2580,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/utils#L899) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/utils#L904) [/details] ---------------- @@ -2603,7 +2605,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/utils#L942) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/utils#L947) [/details] ---------------- @@ -2626,7 +2628,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/utils#L971) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/utils#L976) [/details] ---------------- @@ -2641,15 +2643,11 @@ Requires YunoHost version 3.5.0 or higher. This helper should be used to avoid an upgrade of an app, or the upstream part of it, when it's not needed -You can force an upgrade, even if the package is up to date, with the `--force` (or `-F`) argument : -``` -sudo yunohost app upgrade --force -``` Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/utils#L996) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/utils#L997) [/details] ---------------- @@ -2681,7 +2679,7 @@ Requires YunoHost version 3.8.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/helpers/utils#L1026) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/utils#L1027) [/details] ---------------- diff --git a/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md b/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md index 7362a016..06c6f640 100644 --- a/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md +++ b/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md @@ -7,7 +7,7 @@ routes: default: '/packaging_apps_resources' --- -Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/6c3290d8bf63143b3426006877b607013895aad5/doc/generate_resource_doc.py) on 28/12/2023 (YunoHost version 11.2.9.1) +Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/doc/generate_resource_doc.py) on 09/02/2024 (YunoHost version 11.2.10) ---------------- @@ -286,7 +286,7 @@ The script will rely on the code repo specified in the upstream section of the m `autoupdate.strategy` is expected to be one of : - `latest_github_tag` : look for the latest tag (by sorting tags and finding the "largest" version). Then using the corresponding tar.gz url. Tags containing `rc`, `beta`, `alpha`, `start` are ignored, and actually any tag which doesn't look like `x.y.z` or `vx.y.z` -- `latest_github_release` : similar to `latest_github_tags`, but starting from the list of releases. Pre- or draft releases are ignored. Releases may have assets attached to them, in which case you can define: +- `latest_github_release` : similar to `latest_github_tags`, but starting from the list of releases and provides the changelog link in PR message. Pre- or draft releases are ignored. Releases may have assets attached to them, in which case you can define: - `autoupdate.asset = "some regex"` (when there's only one asset to use). The regex is used to find the appropriate asset among the list of all assets - or several `autoupdate.asset.$arch = "some_regex"` (when the asset is arch-specific). The regex is used to find the appropriate asset for the specific arch among the list of assets - `latest_github_commit` : will use the latest commit on github, and the corresponding tarball. If this is used for the 'main' source, it will also assume that the version is YYYY.MM.DD corresponding to the date of the commit. From 7e0525cbcc581c79c01b7dbf58672f855a98f889 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20=C5=A0uklje?= Date: Sun, 11 Feb 2024 16:13:10 +0100 Subject: [PATCH 24/32] Fix typo in buster_bullseye_migration.md --- .../55.upgrade/15.buster_bullseye/buster_bullseye_migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/02.administer/15.admin_guide/55.upgrade/15.buster_bullseye/buster_bullseye_migration.md b/pages/02.administer/15.admin_guide/55.upgrade/15.buster_bullseye/buster_bullseye_migration.md index 8a0c4ee3..b62cbd93 100644 --- a/pages/02.administer/15.admin_guide/55.upgrade/15.buster_bullseye/buster_bullseye_migration.md +++ b/pages/02.administer/15.admin_guide/55.upgrade/15.buster_bullseye/buster_bullseye_migration.md @@ -120,5 +120,5 @@ If you can't restore your app but your system has been restored, you probably sh yunohost tools regenconf nginx --force ``` -After that you should be able to restore your apps. Don't forget to force upgrade theme if you have 502 errors. +After that you should be able to restore your apps. Don't forget to force upgrade them if you have 502 errors. From 046d2b91c3fc0d5e0bfa5eec0678d3f5868c7849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20=C5=A0uklje?= Date: Sun, 11 Feb 2024 17:23:44 +0100 Subject: [PATCH 25/32] Fix broken link in borgbackup.md Rogue space was the cause ;) --- .../20.backups/10.backup_methods/01.borgbackup/borgbackup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/02.administer/20.backups/10.backup_methods/01.borgbackup/borgbackup.md b/pages/02.administer/20.backups/10.backup_methods/01.borgbackup/borgbackup.md index cf19049c..11584f08 100644 --- a/pages/02.administer/20.backups/10.backup_methods/01.borgbackup/borgbackup.md +++ b/pages/02.administer/20.backups/10.backup_methods/01.borgbackup/borgbackup.md @@ -69,7 +69,7 @@ Then restore the archive in the usual way. ### Restore large archives If the available space is less than the weight of your archive, decompressed data and dependencies, you will have to restore part by part, app by app. -If restoring app by app is not enough OR if an archive is too big, it may be a good idea to generate a tarball without the "big" data of an app as if it had been generated with the [BACKUP_CORE_ONLY option] (/backup/include_exclude_files#don't-save-large-quantities-of-data). Example with Nextcloud: +If restoring app by app is not enough OR if an archive is too big, it may be a good idea to generate a tarball without the "big" data of an app as if it had been generated with the [BACKUP_CORE_ONLY option](/backup/include_exclude_files#don't-save-large-quantities-of-data). Example with Nextcloud: ``` app=borg; BORG_PASSPHRASE="$(yunohost app setting $app passphrase)" BORG_RSH="ssh -i /root/.ssh/id_${app}_ed25519 -oStrictHostKeyChecking=yes " borg export-tar -e apps/nextcloud/backup/home/yunohost.app "$(yunohost app setting $app repository)::ARCHIVE" /home/yunohost.backup/archives/ARCHIVE.tar ``` From 023115530aa5039fff15341d7f3635ea4e2fe0c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20=C5=A0uklje?= Date: Sun, 11 Feb 2024 22:52:15 +0100 Subject: [PATCH 26/32] Fix typo in Update isp.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Yes, it’s stilly, I know. We call it Evropa / Europa too, but in English it’s Europe. --- pages/02.administer/55.providers/10.isp/isp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/02.administer/55.providers/10.isp/isp.md b/pages/02.administer/55.providers/10.isp/isp.md index afaf1c4c..27fc8739 100644 --- a/pages/02.administer/55.providers/10.isp/isp.md +++ b/pages/02.administer/55.providers/10.isp/isp.md @@ -32,7 +32,7 @@ Here is a non-comprehensive list of internet service providers by country, which * [South Korea](/isp/country:kor) [/ui-tab] -[ui-tab title="Europa"] +[ui-tab title="Europe"] * [Belgium (nl)](/isp/country:belnl) * [Belgium (fr)](/isp/country:belfr) From 2a0bc808d79ead097cabf46f492ef4115fcedf15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20=C5=A0uklje?= Date: Sun, 11 Feb 2024 21:39:56 +0100 Subject: [PATCH 27/32] Add Dolphin as alternative to filezilla.md --- pages/02.administer/45.tutorials/15.filezilla/filezilla.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/02.administer/45.tutorials/15.filezilla/filezilla.md b/pages/02.administer/45.tutorials/15.filezilla/filezilla.md index de7dff87..8f191f46 100644 --- a/pages/02.administer/45.tutorials/15.filezilla/filezilla.md +++ b/pages/02.administer/45.tutorials/15.filezilla/filezilla.md @@ -68,9 +68,10 @@ Sources From any recent GNU/Linux, you should be able to use the `file manager` to reach your server. -Nautilus from Gnome3 has features similar to FileZilla, out of the box. +Nautilus from Gnome3 and Dolphin from KDE have features similar to FileZilla, out of the box. * +* * ### Windows From 1c99b021a6680175b2bfbab328115d0f9df1519d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20=C5=A0uklje?= Date: Sun, 11 Feb 2024 21:41:43 +0100 Subject: [PATCH 28/32] =?UTF-8?q?Ajouter=20Dolphin=20comme=20alternative?= =?UTF-8?q?=20=C3=A0=20filezilla.fr.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/02.administer/45.tutorials/15.filezilla/filezilla.fr.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/02.administer/45.tutorials/15.filezilla/filezilla.fr.md b/pages/02.administer/45.tutorials/15.filezilla/filezilla.fr.md index 407fa7e9..464bf5c8 100644 --- a/pages/02.administer/45.tutorials/15.filezilla/filezilla.fr.md +++ b/pages/02.administer/45.tutorials/15.filezilla/filezilla.fr.md @@ -68,9 +68,10 @@ Sources Depuis n'importe quel GNU/Linux récent, vous devriez pouvoir utiliser le gestionnaire de fichiers pour accéder à votre serveur. -Nautilus de Gnome3 intègre de base des fonctionnalités similaires à FileZilla : +Nautilus de Gnome3 et Dolphin de KDE intègrent de base des fonctionnalités similaires à FileZilla : * +* * ### Sous Windows From 8bffd441aa76f1d56521e8fd8b47b745e95fc810 Mon Sep 17 00:00:00 2001 From: Hugues Voiturier Date: Wed, 14 Feb 2024 19:17:46 +0100 Subject: [PATCH 29/32] Update vpn.md : MilkyWan is a non-profit :) --- pages/02.administer/55.providers/15.vpn/vpn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/02.administer/55.providers/15.vpn/vpn.md b/pages/02.administer/55.providers/15.vpn/vpn.md index 94731ec0..334c7b6b 100644 --- a/pages/02.administer/55.providers/15.vpn/vpn.md +++ b/pages/02.administer/55.providers/15.vpn/vpn.md @@ -51,7 +51,7 @@ Below, you can find a list of providers compatible for self-hosting and especial | [Igwan.net](https://igwan.net) | ✘ (L2TP/IPSec) | ? | ? | ? | 4 ou 8€ / mois | ? / an | FFDN Non Profit | | [Illyse](https://www.illyse.net/acces-internet-par-vpn/) | ✔ (manuelle) | ✔ | ✔ | ✔ | 6 ou 8€ / mois | 20€ / an | FFDN Non Profit | | [ILOTH](https://iloth.net/vpn/) | ✔ (.cube) | ✘ | ✔ | ✘ | 80€ / an | 5 à 100€ / an | FFDN Non Profit | -| [Milkywan](https://milkywan.fr/prices#popupTunnel) | ✔ (manuelle) | ✔ | ✔ | ✔ | 5 € / mois | incluse | | +| [Milkywan](https://milkywan.fr/prices#popupTunnel) | ✔ (manuelle) | ✔ | ✔ | ✔ | 5 € / mois | incluse | Non Profit | | [Mycélium](https://mycelium-fai.org/wiki/documentation/services/vpn) | ✔ (manuelle) | ✘ | ✘ | ✘ | Prix libre | incluse
Réservé aux nordistes(FR 59) | FFDN Non Profit | | [Neutrinet](https://neutrinet.be/en/vpn) | ✔ (.cube + [internetcube](https://internetcu.be)) | ✔ | ✔ | ? | ~8 €¹ / mois | incluse | FFDN Non Profit | | [Rézine](https://www.rezine.org/acces_internet/tunnels_chiffr%C3%A9s/) | ✔ (manuelle) | ✔ | ✔ | ✔ | 5 à 10€ / mois | Prix libre | FFDN Non Profit | From ae66a2b3876c5bd1fd3ee11a1584e7fb0f387cd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20=C5=A0uklje?= Date: Mon, 19 Feb 2024 19:56:35 +0100 Subject: [PATCH 30/32] Explain in chat_rooms.md IRC bridge is down --- pages/05.community/10.chat_rooms/chat_rooms.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pages/05.community/10.chat_rooms/chat_rooms.md b/pages/05.community/10.chat_rooms/chat_rooms.md index 8ba85ccd..72863030 100644 --- a/pages/05.community/10.chat_rooms/chat_rooms.md +++ b/pages/05.community/10.chat_rooms/chat_rooms.md @@ -7,13 +7,14 @@ routes: default: '/chat_rooms' --- -Amoung other communication tools, YunoHost project use chat rooms to communicate. +Among other communication tools, YunoHost project use chat rooms to communicate. You could join those chat rooms using: - an [IRC Client](https://en.wikipedia.org/wiki/Comparison_of_Internet_Relay_Chat_clients) for example [KiwiIRC](https://web.libera.chat/#yunohost) - an [XMPP client](https://en.wikipedia.org/wiki/Comparison_of_instant_messaging_clients) - a [Matrix client](https://matrix.org/docs/guides/faq.html#what-clients-are-available%3F) +**NB: Currently, the IRC bridge ([due to Matrix](https://libera.chat/guides/faq#are-bridges-allowed)) is disabled. So while the XMPP and Matrix are bridged, the IRC channel is not.** #### Help and support chat room From f4a5c886a12a4b2f37e9d169fd4232e1d545df49 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 20 Feb 2024 23:39:23 +0000 Subject: [PATCH 31/32] [CI] Update app helpers/resources for debian/11.2.10.1 --- .../11.helpers/packaging_apps_helpers.md | 228 +++++++++--------- .../packaging_apps_resources.md | 29 ++- 2 files changed, 133 insertions(+), 124 deletions(-) diff --git a/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md b/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md index 01db4791..bd664594 100644 --- a/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md +++ b/pages/06.contribute/10.packaging_apps/80.resources/11.helpers/packaging_apps_helpers.md @@ -7,7 +7,7 @@ routes: default: '/packaging_apps_helpers' --- -Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/doc/generate_helper_doc.py) on 09/02/2024 (YunoHost version 11.2.10) +Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/doc/generate_helper_doc.py) on 20/02/2024 (YunoHost version 11.2.10.1) ## APPS @@ -25,7 +25,7 @@ Requires YunoHost version *.*.* or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/apps#L9) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/apps#L9) [/details] ---------------- @@ -41,7 +41,7 @@ Requires YunoHost version *.*.* or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/apps#L65) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/apps#L65) [/details] ---------------- @@ -70,7 +70,7 @@ If the app relies on a specific PHP version, then `php` will be aliased that ver -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/apps#L128) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/apps#L128) [/details] ---------------- @@ -94,7 +94,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/apt#L53) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/apt#L53) [/details] ---------------- @@ -115,7 +115,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/apt#L75) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/apt#L75) [/details] ---------------- @@ -129,7 +129,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/apt#L107) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/apt#L107) [/details] ---------------- @@ -146,7 +146,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/apt#L117) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/apt#L117) [/details] ---------------- @@ -163,7 +163,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/apt#L128) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/apt#L128) [/details] ---------------- @@ -180,7 +180,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/apt#L138) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/apt#L138) [/details] ---------------- @@ -197,7 +197,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/apt#L148) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/apt#L148) [/details] ---------------- @@ -219,7 +219,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/apt#L225) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/apt#L225) [/details] ---------------- @@ -236,7 +236,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/apt#L338) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/apt#L338) [/details] ---------------- @@ -252,7 +252,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/apt#L357) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/apt#L357) [/details] ---------------- @@ -272,7 +272,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/apt#L391) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/apt#L391) [/details] ---------------- @@ -345,7 +345,7 @@ Requires YunoHost version 3.5.0 or higher for the argument `--not_mandatory` -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/backup#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/backup#L64) [/details] ---------------- @@ -359,7 +359,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/backup#L179) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/backup#L179) [/details] ---------------- @@ -404,7 +404,7 @@ Requires YunoHost version 3.5.0 or higher for the argument --not_mandatory -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/backup#L238) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/backup#L238) [/details] ---------------- @@ -423,7 +423,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/backup#L306) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/backup#L306) [/details] ---------------- @@ -445,7 +445,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/backup#L357) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/backup#L357) [/details] ---------------- @@ -464,7 +464,7 @@ Requires YunoHost version 3.3.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/backup#L397) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/backup#L397) [/details] ---------------- @@ -487,7 +487,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/backup#L432) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/backup#L432) [/details] ---------------- @@ -510,7 +510,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/backup#L480) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/backup#L480) [/details] ---------------- @@ -585,7 +585,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/fail2ban#L62) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/fail2ban#L62) [/details] ---------------- @@ -599,7 +599,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/fail2ban#L134) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/fail2ban#L134) [/details] ---------------- @@ -627,7 +627,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/hardware#L13) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/hardware#L13) [/details] ---------------- @@ -650,7 +650,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/hardware#L75) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/hardware#L75) [/details] ---------------- @@ -671,7 +671,7 @@ Requires YunoHost version 2.4.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/logging#L10) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/logging#L10) [/details] ---------------- @@ -688,7 +688,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/logging#L30) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/logging#L30) [/details] ---------------- @@ -705,7 +705,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/logging#L56) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/logging#L56) [/details] ---------------- @@ -722,7 +722,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/logging#L73) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/logging#L73) [/details] ---------------- @@ -741,7 +741,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/logging#L92) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/logging#L92) [/details] ---------------- @@ -760,7 +760,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/logging#L113) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/logging#L113) [/details] ---------------- @@ -779,7 +779,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/logging#L134) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/logging#L134) [/details] ---------------- @@ -798,7 +798,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/logging#L155) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/logging#L155) [/details] ---------------- @@ -817,7 +817,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/logging#L176) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/logging#L176) [/details] ---------------- @@ -836,7 +836,7 @@ Requires YunoHost version 11.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/logging#L197) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/logging#L197) [/details] ---------------- @@ -856,7 +856,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/logging#L257) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/logging#L257) [/details] ---------------- @@ -871,7 +871,7 @@ Requires YunoHost version 3.6.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/logging#L345) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/logging#L345) [/details] ---------------- @@ -895,7 +895,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/logrotate#L15) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/logrotate#L15) [/details] ---------------- @@ -909,7 +909,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/logrotate#L97) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/logrotate#L99) [/details] ---------------- @@ -926,7 +926,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/multimedia#L11) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/multimedia#L11) [/details] ---------------- @@ -946,7 +946,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/multimedia#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/multimedia#L64) [/details] ---------------- @@ -963,7 +963,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/multimedia#L93) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/multimedia#L93) [/details] ---------------- @@ -996,7 +996,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/mysql#L15) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/mysql#L15) [/details] ---------------- @@ -1014,7 +1014,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/mysql#L36) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/mysql#L36) [/details] ---------------- @@ -1032,7 +1032,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/mysql#L60) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/mysql#L60) [/details] ---------------- @@ -1053,7 +1053,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/mysql#L128) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/mysql#L128) [/details] ---------------- @@ -1072,7 +1072,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/mysql#L160) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/mysql#L160) [/details] ---------------- @@ -1094,7 +1094,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/mysql#L198) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/mysql#L198) [/details] ---------------- @@ -1112,7 +1112,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/mysql#L224) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/mysql#L224) [/details] ---------------- @@ -1136,7 +1136,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/network#L12) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/network#L12) [/details] ---------------- @@ -1157,7 +1157,7 @@ Requires YunoHost version 3.8.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/network#L36) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/network#L36) [/details] ---------------- @@ -1178,7 +1178,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/network#L99) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/network#L99) [/details] ---------------- @@ -1199,7 +1199,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/network#L119) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/network#L119) [/details] ---------------- @@ -1227,7 +1227,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/nginx#L19) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/nginx#L19) [/details] ---------------- @@ -1241,7 +1241,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/nginx#L41) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/nginx#L41) [/details] ---------------- @@ -1255,7 +1255,7 @@ Requires YunoHost version 11.1.9 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/nginx#L52) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/nginx#L52) [/details] ---------------- @@ -1309,7 +1309,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/nodejs#L52) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/nodejs#L52) [/details] ---------------- @@ -1333,7 +1333,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/nodejs#L92) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/nodejs#L92) [/details] ---------------- @@ -1351,7 +1351,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/nodejs#L165) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/nodejs#L165) [/details] ---------------- @@ -1424,7 +1424,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/permission#L66) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/permission#L66) [/details] ---------------- @@ -1443,7 +1443,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/permission#L152) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/permission#L152) [/details] ---------------- @@ -1461,7 +1461,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/permission#L169) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/permission#L169) [/details] ---------------- @@ -1484,7 +1484,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/permission#L192) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/permission#L192) [/details] ---------------- @@ -1507,7 +1507,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/permission#L260) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/permission#L260) [/details] ---------------- @@ -1528,7 +1528,7 @@ Requires YunoHost version 3.7.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/permission#L329) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/permission#L329) [/details] ---------------- @@ -1543,7 +1543,7 @@ Requires YunoHost version 4.1.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/permission#L359) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/permission#L359) [/details] ---------------- @@ -1554,7 +1554,7 @@ Requires YunoHost version 4.1.2 or higher. **Example**: `if ynh_legacy_permissions_exists then ynh_legacy_permissions_delete_all # You can recreate the required permissions here with ynh_permission_create fi Requires YunoHost version 4.1.2 or higher.` -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/permission#L379) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/permission#L379) [/details] ---------------- @@ -1628,7 +1628,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/php#L70) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/php#L70) [/details] ---------------- @@ -1642,7 +1642,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/php#L284) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/php#L284) [/details] ---------------- @@ -1661,7 +1661,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/php#L517) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/php#L517) [/details] ---------------- @@ -1681,7 +1681,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/php#L549) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/php#L549) [/details] ---------------- @@ -1714,7 +1714,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/postgresql#L18) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/postgresql#L18) [/details] ---------------- @@ -1732,7 +1732,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/postgresql#L39) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/postgresql#L39) [/details] ---------------- @@ -1750,7 +1750,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/postgresql#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/postgresql#L64) [/details] ---------------- @@ -1771,7 +1771,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/postgresql#L135) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/postgresql#L135) [/details] ---------------- @@ -1789,7 +1789,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/postgresql#L168) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/postgresql#L168) [/details] ---------------- @@ -1807,7 +1807,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/postgresql#L190) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/postgresql#L190) [/details] ---------------- @@ -1829,7 +1829,7 @@ Requires YunoHost version 2.7.13 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/postgresql#L234) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/postgresql#L234) [/details] ---------------- @@ -1847,7 +1847,7 @@ Requires YunoHost version 2.7.13 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/postgresql#L265) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/postgresql#L265) [/details] ---------------- @@ -1868,7 +1868,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/setting#L10) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/setting#L10) [/details] ---------------- @@ -1887,7 +1887,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/setting#L36) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/setting#L36) [/details] ---------------- @@ -1905,7 +1905,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/setting#L62) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/setting#L62) [/details] ---------------- @@ -1925,7 +1925,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/setting#L123) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/setting#L123) [/details] ---------------- @@ -1946,7 +1946,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/setting#L145) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/setting#L145) [/details] ---------------- @@ -1971,7 +1971,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/string#L13) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/string#L13) [/details] ---------------- @@ -1993,7 +1993,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/string#L40) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/string#L40) [/details] ---------------- @@ -2015,7 +2015,7 @@ Requires YunoHost version 2.7.7 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/string#L71) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/string#L71) [/details] ---------------- @@ -2038,7 +2038,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/string#L103) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/string#L103) [/details] ---------------- @@ -2064,7 +2064,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/systemd#L15) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/systemd#L15) [/details] ---------------- @@ -2081,7 +2081,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/systemd#L38) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/systemd#L38) [/details] ---------------- @@ -2103,7 +2103,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/systemd#L67) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/systemd#L67) [/details] ---------------- @@ -2127,7 +2127,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/user#L12) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/user#L12) [/details] ---------------- @@ -2149,7 +2149,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/user#L33) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/user#L33) [/details] ---------------- @@ -2167,7 +2167,7 @@ Requires YunoHost version 2.4.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/user#L53) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/user#L53) [/details] ---------------- @@ -2186,7 +2186,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/user#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/user#L64) [/details] ---------------- @@ -2205,7 +2205,7 @@ Requires YunoHost version 3.5.0.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/user#L82) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/user#L82) [/details] ---------------- @@ -2234,7 +2234,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/user#L111) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/user#L111) [/details] ---------------- @@ -2251,7 +2251,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/user#L153) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/user#L153) [/details] ---------------- @@ -2265,7 +2265,7 @@ Requires YunoHost version 4.1.7 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/user#L179) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/user#L179) [/details] ---------------- @@ -2286,7 +2286,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/utils#L61) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/utils#L61) [/details] ---------------- @@ -2378,7 +2378,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/utils#L154) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/utils#L154) [/details] ---------------- @@ -2404,7 +2404,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/utils#L404) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/utils#L404) [/details] ---------------- @@ -2462,7 +2462,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/utils#L488) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/utils#L488) [/details] ---------------- @@ -2507,7 +2507,7 @@ Requires YunoHost version 4.3 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/utils#L646) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/utils#L646) [/details] ---------------- @@ -2527,7 +2527,7 @@ Requires YunoHost version 4.3 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/utils#L724) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/utils#L724) [/details] ---------------- @@ -2543,7 +2543,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/utils#L839) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/utils#L839) [/details] ---------------- @@ -2560,7 +2560,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/utils#L870) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/utils#L870) [/details] ---------------- @@ -2580,7 +2580,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/utils#L904) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/utils#L904) [/details] ---------------- @@ -2605,7 +2605,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/utils#L947) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/utils#L947) [/details] ---------------- @@ -2628,7 +2628,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/utils#L976) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/utils#L976) [/details] ---------------- @@ -2647,7 +2647,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/utils#L997) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/utils#L997) [/details] ---------------- @@ -2679,7 +2679,7 @@ Requires YunoHost version 3.8.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/helpers/utils#L1027) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/helpers/utils#L1027) [/details] ---------------- diff --git a/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md b/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md index 06c6f640..b8167a23 100644 --- a/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md +++ b/pages/06.contribute/10.packaging_apps/80.resources/15.appresources/packaging_apps_resources.md @@ -7,7 +7,7 @@ routes: default: '/packaging_apps_resources' --- -Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/37e14269c869f80497e509fe1fc62be60eba0901/doc/generate_resource_doc.py) on 09/02/2024 (YunoHost version 11.2.10) +Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/c82787738753b361525c4ab88932914a1c260109/doc/generate_resource_doc.py) on 20/02/2024 (YunoHost version 11.2.10.1) ---------------- @@ -280,18 +280,27 @@ Or more complex examples with several element, including one with asset that dep Strictly speaking, this has nothing to do with the actual app install. `autoupdate` is expected to contain metadata for automatic maintenance / update of the app sources info in the manifest. It is meant to be a simpler replacement for "autoupdate" Github workflow mechanism. -The infos are used by this script : https://github.com/YunoHost/apps/blob/master/tools/autoupdate_app_sources/autoupdate_app_sources.py which is ran by the YunoHost infrastructure periodically and will create the corresponding pull request automatically. +The infos are used by this script : which is ran by the YunoHost infrastructure periodically and will create the corresponding pull request automatically. -The script will rely on the code repo specified in the upstream section of the manifest. +The script will rely on the code repo specified in `code` in the upstream section of the manifest. -`autoupdate.strategy` is expected to be one of : -- `latest_github_tag` : look for the latest tag (by sorting tags and finding the "largest" version). Then using the corresponding tar.gz url. Tags containing `rc`, `beta`, `alpha`, `start` are ignored, and actually any tag which doesn't look like `x.y.z` or `vx.y.z` -- `latest_github_release` : similar to `latest_github_tags`, but starting from the list of releases and provides the changelog link in PR message. Pre- or draft releases are ignored. Releases may have assets attached to them, in which case you can define: - - `autoupdate.asset = "some regex"` (when there's only one asset to use). The regex is used to find the appropriate asset among the list of all assets - - or several `autoupdate.asset.$arch = "some_regex"` (when the asset is arch-specific). The regex is used to find the appropriate asset for the specific arch among the list of assets -- `latest_github_commit` : will use the latest commit on github, and the corresponding tarball. If this is used for the 'main' source, it will also assume that the version is YYYY.MM.DD corresponding to the date of the commit. +The `autoupdate.strategy` is expected to be constructed like this: `latest__` -It is also possible to define `autoupdate.upstream` to use a different Git(hub) repository instead of the code repository from the upstream section of the manifest. This can be useful when, for example, the app uses other assets such as plugin from a different repository. +You need to replace the `` in the strategy name by either `github`, `gitlab`, `gitea` or `forgejo`, as the autoupdater supports: + +- GitHub +- GitLab (official and self-hosted instances) +- Gitea & Forgejo instances + +And choose one strategy in the following ones: + +- `latest__release` : similar to `latest__tag`, but starting from the list of releases. Note that it's the only strategy that provides the changelog link in the PR message. Pre- or draft releases are ignored. Releases may have assets attached to them, in which case you can define: + - `autoupdate.asset = "some regex"` (when there's only one asset to use). The regex is used to find the appropriate asset among the list of all assets + - or several `autoupdate.asset.$arch = "some_regex"` (when the asset is arch-specific). The regex is used to find the appropriate asset for the specific arch among the list of assets +- `latest__tag` : look for the latest tag (by sorting tags and finding the "largest" version). Then using the corresponding tar.gz url. Tags containing `rc`, `beta`, `alpha`, `start` are ignored, and actually any tag which doesn't look like `x.y.z` or `vx.y.z` +- `latest__commit` : will use the latest commit on github, and the corresponding tarball. If this is used for the 'main' source, it will also assume that the version is YYYY.MM.DD corresponding to the date of the commit. + +It is also possible to define `autoupdate.upstream` to use a different Git repository instead of the code repository from the upstream section of the manifest. This can be useful when, for example, the app uses other assets such as plugin from a different repository. ##### Provision/Update - For elements with `prefetch = true`, will download the asset (for the appropriate architecture) and store them in `/var/cache/yunohost/download/$app/$source_id`, to be later picked up by `ynh_setup_source`. (NB: this only happens during install and upgrade, not restore) From ff13b33d939412559de567d4007b8a87da59b86f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matija=20=C5=A0uklje?= Date: Sun, 25 Feb 2024 18:29:07 +0100 Subject: [PATCH 32/32] Update doc_use_git.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit his ↦ your (common fr↦en translation typo) --- .../06.contribute/05.write_documentation/03.git/doc_use_git.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/06.contribute/05.write_documentation/03.git/doc_use_git.md b/pages/06.contribute/05.write_documentation/03.git/doc_use_git.md index 7726cfa7..82a37289 100644 --- a/pages/06.contribute/05.write_documentation/03.git/doc_use_git.md +++ b/pages/06.contribute/05.write_documentation/03.git/doc_use_git.md @@ -39,7 +39,7 @@ When you've already create a Pull Request (PR), changes to your development bran YunoHost has a specific Git repository to collect issues: [github.com/YunoHost/issues](https://github.com/YunoHost/issues) An issue, also called a ticket, is an identified problem or a development wish; in this case for documentation, but it is valid for any software repository. Within the framework of the YunoHost documentation it will be mainly proposed issues for the development of the documentation, the identified problems being easily correctable. -## Going further with Git and working on his workstation +## Going further with Git and working on your workstation Using the power of Git to work on your personal computer means you don't have to create a `commit` each time you save modified documentation pages. It also allows you to use tools and software that make it easier to distinguish between tags used in a documentation page. - Online resource: [docs.microsoft.com - Setting up a Git repository locally for documentation](https://docs.microsoft.com/fr-fr/contribute/get-started-setup-local)