diff --git a/pages/02.administer/15.admin_guide/05.guidelines/guidelines.fr.md b/pages/02.administer/15.admin_guide/05.guidelines/guidelines.fr.md index 099bb250..f6e8c2b6 100644 --- a/pages/02.administer/15.admin_guide/05.guidelines/guidelines.fr.md +++ b/pages/02.administer/15.admin_guide/05.guidelines/guidelines.fr.md @@ -39,7 +39,7 @@ Ne faites pas ça. La réinstallation est une opération lourde et n'est pas une ## Faites des sauvegardes -Si vous hébergez des services et des données qui sont importants pour vos utilisateurs, il est important que vous mettiez en place une politique de sauvegarde. Les sauvegardes peuvent être facilement créées à partir de la webadmin - bien qu'elles ne puissent actuellement pas être téléchargées à partir de celle-ci (mais elles peuvent être téléchargées par d'autres moyens). Vous devez effectuer régulièrement des sauvegardes et les conserver dans un endroit sûr et physiquement différent de votre serveur. Plus d'infos dans [la documentation des sauvegardes](/backup). +Si vous hébergez des services et des données qui sont importants pour vos utilisateurs, il est important que vous mettiez en place une politique de sauvegarde. Les sauvegardes peuvent être facilement créées à partir de la webadmin - et les archives peuvent être téléchargées depuis la webadmin, depuis un client FTP comme FileZilla, ou depuis un terminal avec `scp`. Vous devez effectuer régulièrement des sauvegardes et les conserver dans un endroit sûr et physiquement différent de votre serveur. Plus d'infos dans [la documentation des sauvegardes](/backup). ## Lisez les emails envoyés à root diff --git a/pages/02.administer/15.admin_guide/05.guidelines/guidelines.md b/pages/02.administer/15.admin_guide/05.guidelines/guidelines.md index 74a41916..d4b3151f 100644 --- a/pages/02.administer/15.admin_guide/05.guidelines/guidelines.md +++ b/pages/02.administer/15.admin_guide/05.guidelines/guidelines.md @@ -39,7 +39,7 @@ Please don't do this. Reinstalling is a heavy operation and is not a good long-t ## Do backups -If you host services and data that are important for your users, it is important that you setup a backup policy. Backups can be easily created from the webadmin - though they currently cannot be downloaded from it (but it can be downloaded through other means). You should perform backup regularly and keep them in a safe and different physical location from your server. More info on [the backup documentation](/backup). +If you host services and data that are important for your users, it is important that you setup a backup policy. Backups can be easily created from the webadmin - you can download it from the webadmin or via your favorite FTP client, such as FileZilla or your own terminal. You should perform backup regularly and keep them in a safe and different physical location from your server. More info on [the backup documentation](/backup). ## Check root’s email diff --git a/pages/02.administer/20.backups/35.migrate_or_merge_servers/migrate_or_merge_servers.md b/pages/02.administer/20.backups/35.migrate_or_merge_servers/migrate_or_merge_servers.md index 78fc00ee..64daf853 100644 --- a/pages/02.administer/20.backups/35.migrate_or_merge_servers/migrate_or_merge_servers.md +++ b/pages/02.administer/20.backups/35.migrate_or_merge_servers/migrate_or_merge_servers.md @@ -13,7 +13,7 @@ page-toc: ## Migrate a server -If YunoHost's archive system is convenient enough to migrate a server, you can also [migrate from server to server with rsync](https://www.man42.net/blog/2017/07/how-to-migrate-a-debian-server/). +If YunoHost's archive system is not convenient enough to migrate a server, you can also [migrate from server to server with rsync](https://www.man42.net/blog/2017/07/how-to-migrate-a-debian-server/). ## Merge 2 YunoHost servers If you merge 2 servers together, you will need to recreate the users, domains and permissions of the first server on the destination server. Then you can restore app by app. diff --git a/pages/02.administer/60.extend/15.theming/theming.fr.md b/pages/02.administer/60.extend/15.theming/theming.fr.md index b5cf9ad4..584e2b29 100644 --- a/pages/02.administer/60.extend/15.theming/theming.fr.md +++ b/pages/02.administer/60.extend/15.theming/theming.fr.md @@ -9,7 +9,7 @@ routes: ## Utiliser un thème -Depuis YunoHost 3.5, il est possible de changer le thème du portail utilisateur - bien que pour l'instant il faille encore faire cette opération via la ligne de commande. +Vous pouvez changer le thème du portail utilisateur depuis l'interface administrateur, dans l'onglet Outils > Paramètres de YunoHost > Other > Thème du portail. Vous pouvez lister les thèmes disponibles avec : diff --git a/pages/02.administer/60.extend/15.theming/theming.md b/pages/02.administer/60.extend/15.theming/theming.md index f4ae2baf..b182c24f 100644 --- a/pages/02.administer/60.extend/15.theming/theming.md +++ b/pages/02.administer/60.extend/15.theming/theming.md @@ -17,7 +17,7 @@ yunohost settings set ssowat.panel_overlay.enabled -v 0 ## Using a theme -Since YunoHost 3.5, you can change the theme of the user portal - though for now it requires tweaking via the command line. +You can change the theme of the user portal in the admin panel, under Tools > YunoHost settings > Other > User portal. You can list the available themes with: diff --git a/pages/04.applications/10.docs/listmonk/app_listmonk.md b/pages/04.applications/10.docs/listmonk/app_listmonk.md new file mode 100644 index 00000000..ebf10150 --- /dev/null +++ b/pages/04.applications/10.docs/listmonk/app_listmonk.md @@ -0,0 +1,37 @@ +--- +title: listmonk +template: docs +taxonomy: + category: docs, apps +routes: + default: '/app_listmonk' +--- + +listmonk is a self-hosted, high performance mailing list and newsletter manager + +## Authentication + +By default, there is no username-password for the admin user. In place the authentication is enforced by the reverse-proxy itself. Only the admin user chosen while installing the app can access the admin panel. + +More users can be given access to the panel by editing the Users and Groups permissions from the webmin or the cli. + +## SMTP Configuration + +listmonk requires an active SMTP configuration to be able to send e-mails. This can be configured in listmonk's admin interface, by going to Settings -> Settings -> SMTP + +### Local SMTP Configuration + +If you want to use your YunoHost server to send e-mails, use the following configuration: + +``` +Host: localhost +Port: 25 +Auth protocol: None +Skip TLS Verification: True +``` + +### Gmail, Amazon SES, Mailgun, Mailjet, Sendgrid, Postmark, e.t.c + +Just click on the respective buttons to get the desired configurations, and replace the relevant fields. + +These settings are also provided by the providers themselves. diff --git a/pages/06.contribute/10.packaging_apps/40.testing/testing.md b/pages/06.contribute/10.packaging_apps/40.testing/testing.md index 172170d7..9125bfe9 100644 --- a/pages/06.contribute/10.packaging_apps/40.testing/testing.md +++ b/pages/06.contribute/10.packaging_apps/40.testing/testing.md @@ -9,9 +9,9 @@ routes: - '/packaging_apps_levels' --- -Once you're done writing you app package, you'll want to check that everything works correctly. At first, you can manually try to install your app on some test server of your own, but testing everything manually often becomes tedious ;). +Once you're done writing you app package, you'll want to check that everything works correctly. At first, you can manually try to install your app on some test server of your own : `sudo yunohost app install ./path/to/mycustomapp_ynh` -The YunoHost maintains several tools to automatically and somewhat "objectively" analyze and tests our 400+ apps catalog. +Testing everything manually often becomes tedious ;). The YunoHost maintains several tools to automatically and somewhat "objectively" analyze and tests our 400+ apps catalog. ## Package linter 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 ed7ad344..36ca4f49 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/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/doc/generate_helper_doc.py) on 08/05/2023 (YunoHost version 11.1.19) +Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/doc/generate_helper_doc.py) on 20/05/2023 (YunoHost version 11.1.20) ## APPS @@ -25,7 +25,7 @@ Requires YunoHost version *.*.* or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/apps#L9) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/apps#L9) [/details] ---------------- @@ -41,7 +41,7 @@ Requires YunoHost version *.*.* or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/apps#L65) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/apps#L65) [/details] ---------------- @@ -65,7 +65,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/apt#L53) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/apt#L53) [/details] ---------------- @@ -86,7 +86,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/apt#L75) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/apt#L75) [/details] ---------------- @@ -100,7 +100,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/apt#L107) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/apt#L107) [/details] ---------------- @@ -117,7 +117,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/apt#L117) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/apt#L117) [/details] ---------------- @@ -134,7 +134,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/apt#L128) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/apt#L128) [/details] ---------------- @@ -151,7 +151,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/apt#L138) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/apt#L138) [/details] ---------------- @@ -168,7 +168,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/apt#L148) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/apt#L148) [/details] ---------------- @@ -190,7 +190,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/apt#L225) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/apt#L225) [/details] ---------------- @@ -207,7 +207,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/apt#L338) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/apt#L338) [/details] ---------------- @@ -223,7 +223,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/apt#L357) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/apt#L357) [/details] ---------------- @@ -243,7 +243,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/apt#L391) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/apt#L391) [/details] ---------------- @@ -316,7 +316,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/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/backup#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/backup#L64) [/details] ---------------- @@ -330,7 +330,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/backup#L179) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/backup#L179) [/details] ---------------- @@ -375,7 +375,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/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/backup#L238) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/backup#L238) [/details] ---------------- @@ -394,7 +394,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/backup#L306) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/backup#L306) [/details] ---------------- @@ -416,7 +416,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/backup#L357) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/backup#L357) [/details] ---------------- @@ -435,7 +435,7 @@ Requires YunoHost version 3.3.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/backup#L397) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/backup#L397) [/details] ---------------- @@ -458,7 +458,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/backup#L432) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/backup#L432) [/details] ---------------- @@ -481,7 +481,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/backup#L480) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/backup#L480) [/details] ---------------- @@ -558,7 +558,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/fail2ban#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/fail2ban#L64) [/details] ---------------- @@ -572,7 +572,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/fail2ban#L119) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/fail2ban#L119) [/details] ---------------- @@ -600,7 +600,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/hardware#L13) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/hardware#L13) [/details] ---------------- @@ -623,7 +623,7 @@ Requires YunoHost version 3.8.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/hardware#L75) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/hardware#L75) [/details] ---------------- @@ -644,7 +644,7 @@ Requires YunoHost version 2.4.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/logging#L10) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/logging#L10) [/details] ---------------- @@ -661,7 +661,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/logging#L30) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/logging#L30) [/details] ---------------- @@ -678,7 +678,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/logging#L56) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/logging#L56) [/details] ---------------- @@ -695,7 +695,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/logging#L73) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/logging#L73) [/details] ---------------- @@ -714,7 +714,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/logging#L92) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/logging#L92) [/details] ---------------- @@ -733,7 +733,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/logging#L113) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/logging#L113) [/details] ---------------- @@ -752,7 +752,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/logging#L134) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/logging#L134) [/details] ---------------- @@ -771,7 +771,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/logging#L155) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/logging#L155) [/details] ---------------- @@ -790,7 +790,7 @@ Requires YunoHost version 3.2.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/logging#L176) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/logging#L176) [/details] ---------------- @@ -810,7 +810,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/logging#L237) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/logging#L237) [/details] ---------------- @@ -825,7 +825,7 @@ Requires YunoHost version 3.6.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/logging#L325) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/logging#L325) [/details] ---------------- @@ -854,7 +854,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/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/logrotate#L18) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/logrotate#L18) [/details] ---------------- @@ -868,7 +868,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/logrotate#L109) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/logrotate#L109) [/details] ---------------- @@ -885,7 +885,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/multimedia#L11) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/multimedia#L11) [/details] ---------------- @@ -905,7 +905,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/multimedia#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/multimedia#L64) [/details] ---------------- @@ -922,7 +922,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/multimedia#L93) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/multimedia#L93) [/details] ---------------- @@ -955,7 +955,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/mysql#L15) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/mysql#L15) [/details] ---------------- @@ -973,7 +973,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/mysql#L36) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/mysql#L36) [/details] ---------------- @@ -991,7 +991,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/mysql#L60) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/mysql#L60) [/details] ---------------- @@ -1012,7 +1012,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/mysql#L128) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/mysql#L128) [/details] ---------------- @@ -1031,7 +1031,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/mysql#L160) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/mysql#L160) [/details] ---------------- @@ -1053,7 +1053,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/mysql#L198) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/mysql#L198) [/details] ---------------- @@ -1071,7 +1071,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/mysql#L224) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/mysql#L224) [/details] ---------------- @@ -1095,7 +1095,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/network#L12) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/network#L12) [/details] ---------------- @@ -1116,7 +1116,7 @@ Requires YunoHost version 3.8.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/network#L36) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/network#L36) [/details] ---------------- @@ -1137,7 +1137,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/network#L99) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/network#L99) [/details] ---------------- @@ -1158,7 +1158,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/network#L119) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/network#L119) [/details] ---------------- @@ -1186,7 +1186,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/nginx#L19) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/nginx#L19) [/details] ---------------- @@ -1200,7 +1200,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/nginx#L41) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/nginx#L41) [/details] ---------------- @@ -1214,7 +1214,7 @@ Requires YunoHost version 11.1.9 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/nginx#L52) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/nginx#L52) [/details] ---------------- @@ -1268,7 +1268,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/nodejs#L52) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/nodejs#L52) [/details] ---------------- @@ -1292,7 +1292,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/nodejs#L92) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/nodejs#L92) [/details] ---------------- @@ -1310,7 +1310,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/nodejs#L165) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/nodejs#L165) [/details] ---------------- @@ -1383,7 +1383,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/permission#L66) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/permission#L66) [/details] ---------------- @@ -1402,7 +1402,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/permission#L152) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/permission#L152) [/details] ---------------- @@ -1420,7 +1420,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/permission#L169) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/permission#L169) [/details] ---------------- @@ -1443,7 +1443,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/permission#L192) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/permission#L192) [/details] ---------------- @@ -1466,7 +1466,7 @@ Requires YunoHost version 3.7.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/permission#L260) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/permission#L260) [/details] ---------------- @@ -1487,7 +1487,7 @@ Requires YunoHost version 3.7.1 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/permission#L329) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/permission#L329) [/details] ---------------- @@ -1502,7 +1502,7 @@ Requires YunoHost version 4.1.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/permission#L359) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/permission#L359) [/details] ---------------- @@ -1513,7 +1513,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/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/permission#L379) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/permission#L379) [/details] ---------------- @@ -1571,7 +1571,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/php#L59) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/php#L59) [/details] ---------------- @@ -1585,7 +1585,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/php#L257) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/php#L257) [/details] ---------------- @@ -1604,7 +1604,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/php#L490) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/php#L490) [/details] ---------------- @@ -1624,7 +1624,7 @@ Requires YunoHost version 4.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/php#L522) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/php#L522) [/details] ---------------- @@ -1657,7 +1657,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/postgresql#L18) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/postgresql#L18) [/details] ---------------- @@ -1675,7 +1675,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/postgresql#L39) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/postgresql#L39) [/details] ---------------- @@ -1693,7 +1693,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/postgresql#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/postgresql#L64) [/details] ---------------- @@ -1714,7 +1714,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/postgresql#L135) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/postgresql#L135) [/details] ---------------- @@ -1732,7 +1732,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/postgresql#L168) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/postgresql#L168) [/details] ---------------- @@ -1750,7 +1750,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/postgresql#L190) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/postgresql#L190) [/details] ---------------- @@ -1772,7 +1772,7 @@ Requires YunoHost version 2.7.13 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/postgresql#L234) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/postgresql#L234) [/details] ---------------- @@ -1790,7 +1790,7 @@ Requires YunoHost version 2.7.13 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/postgresql#L265) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/postgresql#L265) [/details] ---------------- @@ -1811,7 +1811,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/setting#L10) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/setting#L10) [/details] ---------------- @@ -1830,7 +1830,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/setting#L36) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/setting#L36) [/details] ---------------- @@ -1848,7 +1848,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/setting#L62) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/setting#L62) [/details] ---------------- @@ -1868,7 +1868,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/setting#L123) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/setting#L123) [/details] ---------------- @@ -1889,7 +1889,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/setting#L145) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/setting#L145) [/details] ---------------- @@ -1914,7 +1914,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/string#L13) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/string#L13) [/details] ---------------- @@ -1936,7 +1936,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/string#L40) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/string#L40) [/details] ---------------- @@ -1958,7 +1958,7 @@ Requires YunoHost version 2.7.7 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/string#L71) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/string#L71) [/details] ---------------- @@ -1981,7 +1981,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/string#L103) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/string#L103) [/details] ---------------- @@ -2007,7 +2007,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/systemd#L15) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/systemd#L15) [/details] ---------------- @@ -2024,7 +2024,7 @@ Requires YunoHost version 2.7.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/systemd#L38) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/systemd#L38) [/details] ---------------- @@ -2046,7 +2046,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/systemd#L67) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/systemd#L67) [/details] ---------------- @@ -2070,7 +2070,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/user#L12) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/user#L12) [/details] ---------------- @@ -2092,7 +2092,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/user#L33) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/user#L33) [/details] ---------------- @@ -2110,7 +2110,7 @@ Requires YunoHost version 2.4.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/user#L53) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/user#L53) [/details] ---------------- @@ -2129,7 +2129,7 @@ Requires YunoHost version 2.2.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/user#L64) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/user#L64) [/details] ---------------- @@ -2148,7 +2148,7 @@ Requires YunoHost version 3.5.0.2 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/user#L82) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/user#L82) [/details] ---------------- @@ -2177,7 +2177,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/user#L111) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/user#L111) [/details] ---------------- @@ -2194,7 +2194,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/user#L153) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/user#L153) [/details] ---------------- @@ -2208,7 +2208,7 @@ Requires YunoHost version 4.1.7 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/user#L179) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/user#L179) [/details] ---------------- @@ -2229,7 +2229,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/utils#L61) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/utils#L61) [/details] ---------------- @@ -2321,7 +2321,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/utils#L154) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/utils#L154) [/details] ---------------- @@ -2347,7 +2347,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/utils#L397) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/utils#L397) [/details] ---------------- @@ -2405,7 +2405,7 @@ Requires YunoHost version 4.1.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/utils#L481) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/utils#L481) [/details] ---------------- @@ -2449,7 +2449,7 @@ Requires YunoHost version 4.3 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/utils#L635) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/utils#L635) [/details] ---------------- @@ -2468,7 +2468,7 @@ Requires YunoHost version 4.3 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/utils#L712) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/utils#L712) [/details] ---------------- @@ -2484,7 +2484,7 @@ Requires YunoHost version 2.7.12 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/utils#L827) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/utils#L827) [/details] ---------------- @@ -2501,7 +2501,7 @@ Requires YunoHost version 2.6.4 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/utils#L858) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/utils#L858) [/details] ---------------- @@ -2521,7 +2521,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/utils#L892) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/utils#L892) [/details] ---------------- @@ -2546,7 +2546,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/utils#L935) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/utils#L935) [/details] ---------------- @@ -2569,7 +2569,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/utils#L964) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/utils#L964) [/details] ---------------- @@ -2592,7 +2592,7 @@ Requires YunoHost version 3.5.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/utils#L989) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/utils#L989) [/details] ---------------- @@ -2624,7 +2624,7 @@ Requires YunoHost version 3.8.0 or higher. -[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/helpers/utils#L1019) +[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/utils#L1019) [/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 18fbc708..8b690872 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/ea24fca91f4f8b1f34e544087fd9b4a7007a12e0/doc/generate_resource_doc.py) on 08/05/2023 (YunoHost version 11.1.19) +Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/doc/generate_resource_doc.py) on 20/05/2023 (YunoHost version 11.1.20) ----------------