Merge branch 'YunoHost:master' into master

This commit is contained in:
Leandro Noferini 2023-05-27 11:36:05 +02:00 committed by GitHub
commit 6b6c26ff48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 157 additions and 120 deletions

View file

@ -39,7 +39,7 @@ Ne faites pas ça. La réinstallation est une opération lourde et n'est pas une
## Faites des sauvegardes ## 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 ## Lisez les emails envoyés à root

View file

@ -39,7 +39,7 @@ Please don't do this. Reinstalling is a heavy operation and is not a good long-t
## Do backups ## 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 roots email ## Check roots email

View file

@ -13,7 +13,7 @@ page-toc:
## Migrate a server ## 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 ## 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. 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.

View file

@ -9,7 +9,7 @@ routes:
## Utiliser un thème ## 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 : Vous pouvez lister les thèmes disponibles avec :

View file

@ -17,7 +17,7 @@ yunohost settings set ssowat.panel_overlay.enabled -v 0
## Using a theme ## 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: You can list the available themes with:

View file

@ -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.

View file

@ -9,9 +9,9 @@ routes:
- '/packaging_apps_levels' - '/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 ## Package linter

View file

@ -7,7 +7,7 @@ routes:
default: '/packaging_apps_helpers' 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 ## 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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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.` **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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/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] [/details]
---------------- ----------------

View file

@ -7,7 +7,7 @@ routes:
default: '/packaging_apps_resources' 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)
---------------- ----------------