Merge pull request #2282 from YunoHost/debian/11.1.21

[CI] Update app helpers/resources for debian/11.1.21
This commit is contained in:
Alexandre Aubin 2023-06-11 21:42:26 +02:00 committed by GitHub
commit d1636b79bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 142 additions and 113 deletions

View file

@ -7,7 +7,7 @@ routes:
default: '/packaging_apps_helpers'
---
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)
Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/doc/generate_helper_doc.py) on 11/06/2023 (YunoHost version 11.1.21)
## APPS
@ -25,7 +25,7 @@ Requires YunoHost version *.*.* or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/apps#L9)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/apps#L9)
[/details]
----------------
@ -41,7 +41,36 @@ Requires YunoHost version *.*.* or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/apps#L65)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/apps#L65)
[/details]
----------------
#### ynh_spawn_app_shell
[details summary="<i>Spawn a Bash shell with the app environment loaded</i>" class="helper-card-subtitle text-muted"]
**Usage**: `ynh_spawn_app_shell --app="app"
| arg: -a, --app= - the app ID`
**Examples**:
- ` ynh_spawn_app_shell --app="APP" <<< 'echo "$USER"'`
- ` ynh_spawn_app_shell --app="APP" < /tmp/some_script.bash`
**Details**:<br/>
Requires YunoHost version 11.0.* or higher, and that the app relies on packaging v2 or higher.
The spawned shell will have environment variables loaded and environment files sourced
from the app's service configuration file (defaults to $app.service, overridable by the packager with `service` setting).
If the app relies on a specific PHP version, then `php` will be aliased that version.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/apps#L128)
[/details]
----------------
@ -65,7 +94,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/apt#L53)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/apt#L53)
[/details]
----------------
@ -86,7 +115,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/apt#L75)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/apt#L75)
[/details]
----------------
@ -100,7 +129,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/apt#L107)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/apt#L107)
[/details]
----------------
@ -117,7 +146,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/apt#L117)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/apt#L117)
[/details]
----------------
@ -134,7 +163,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/apt#L128)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/apt#L128)
[/details]
----------------
@ -151,7 +180,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/apt#L138)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/apt#L138)
[/details]
----------------
@ -168,7 +197,7 @@ Requires YunoHost version 2.7.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/apt#L148)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/apt#L148)
[/details]
----------------
@ -190,7 +219,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/apt#L225)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/apt#L225)
[/details]
----------------
@ -207,7 +236,7 @@ Requires YunoHost version 3.8.1 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/apt#L338)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/apt#L338)
[/details]
----------------
@ -223,7 +252,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/apt#L357)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/apt#L357)
[/details]
----------------
@ -243,7 +272,7 @@ Requires YunoHost version 3.8.1 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/apt#L391)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/apt#L391)
[/details]
----------------
@ -316,7 +345,7 @@ Requires YunoHost version 3.5.0 or higher for the argument `--not_mandatory`
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/backup#L64)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/backup#L64)
[/details]
----------------
@ -330,7 +359,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/backup#L179)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/backup#L179)
[/details]
----------------
@ -375,7 +404,7 @@ Requires YunoHost version 3.5.0 or higher for the argument --not_mandatory
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/backup#L238)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/backup#L238)
[/details]
----------------
@ -394,7 +423,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/backup#L306)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/backup#L306)
[/details]
----------------
@ -416,7 +445,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/backup#L357)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/backup#L357)
[/details]
----------------
@ -435,7 +464,7 @@ Requires YunoHost version 3.3.1 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/backup#L397)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/backup#L397)
[/details]
----------------
@ -458,7 +487,7 @@ Requires YunoHost version 2.7.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/backup#L432)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/backup#L432)
[/details]
----------------
@ -481,7 +510,7 @@ Requires YunoHost version 2.7.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/backup#L480)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/backup#L480)
[/details]
----------------
@ -558,7 +587,7 @@ Requires YunoHost version 4.1.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/fail2ban#L64)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/fail2ban#L64)
[/details]
----------------
@ -572,7 +601,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/fail2ban#L119)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/fail2ban#L119)
[/details]
----------------
@ -600,7 +629,7 @@ Requires YunoHost version 3.8.1 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/hardware#L13)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/hardware#L13)
[/details]
----------------
@ -623,7 +652,7 @@ Requires YunoHost version 3.8.1 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/hardware#L75)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/hardware#L75)
[/details]
----------------
@ -644,7 +673,7 @@ Requires YunoHost version 2.4.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/logging#L10)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/logging#L10)
[/details]
----------------
@ -661,7 +690,7 @@ Requires YunoHost version 3.2.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/logging#L30)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/logging#L30)
[/details]
----------------
@ -678,7 +707,7 @@ Requires YunoHost version 3.2.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/logging#L56)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/logging#L56)
[/details]
----------------
@ -695,7 +724,7 @@ Requires YunoHost version 3.2.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/logging#L73)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/logging#L73)
[/details]
----------------
@ -714,7 +743,7 @@ Requires YunoHost version 3.2.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/logging#L92)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/logging#L92)
[/details]
----------------
@ -733,7 +762,7 @@ Requires YunoHost version 3.2.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/logging#L113)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/logging#L113)
[/details]
----------------
@ -752,7 +781,7 @@ Requires YunoHost version 3.2.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/logging#L134)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/logging#L134)
[/details]
----------------
@ -771,7 +800,7 @@ Requires YunoHost version 3.2.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/logging#L155)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/logging#L155)
[/details]
----------------
@ -790,7 +819,7 @@ Requires YunoHost version 3.2.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/logging#L176)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/logging#L176)
[/details]
----------------
@ -810,7 +839,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/logging#L237)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/logging#L237)
[/details]
----------------
@ -825,7 +854,7 @@ Requires YunoHost version 3.6.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/logging#L325)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/logging#L325)
[/details]
----------------
@ -854,7 +883,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/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/logrotate#L18)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/logrotate#L18)
[/details]
----------------
@ -868,7 +897,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/logrotate#L109)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/logrotate#L109)
[/details]
----------------
@ -885,7 +914,7 @@ Requires YunoHost version 4.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/multimedia#L11)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/multimedia#L11)
[/details]
----------------
@ -905,7 +934,7 @@ Requires YunoHost version 4.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/multimedia#L64)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/multimedia#L64)
[/details]
----------------
@ -922,7 +951,7 @@ Requires YunoHost version 4.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/multimedia#L93)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/multimedia#L93)
[/details]
----------------
@ -955,7 +984,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/mysql#L15)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/mysql#L15)
[/details]
----------------
@ -973,7 +1002,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/mysql#L36)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/mysql#L36)
[/details]
----------------
@ -991,7 +1020,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/mysql#L60)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/mysql#L60)
[/details]
----------------
@ -1012,7 +1041,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/mysql#L128)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/mysql#L128)
[/details]
----------------
@ -1031,7 +1060,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/mysql#L160)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/mysql#L160)
[/details]
----------------
@ -1053,7 +1082,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/mysql#L198)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/mysql#L198)
[/details]
----------------
@ -1071,7 +1100,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/mysql#L224)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/mysql#L224)
[/details]
----------------
@ -1095,7 +1124,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/network#L12)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/network#L12)
[/details]
----------------
@ -1116,7 +1145,7 @@ Requires YunoHost version 3.8.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/network#L36)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/network#L36)
[/details]
----------------
@ -1137,7 +1166,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/network#L99)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/network#L99)
[/details]
----------------
@ -1158,7 +1187,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/network#L119)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/network#L119)
[/details]
----------------
@ -1186,7 +1215,7 @@ Requires YunoHost version 4.1.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/nginx#L19)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/nginx#L19)
[/details]
----------------
@ -1200,7 +1229,7 @@ Requires YunoHost version 2.7.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/nginx#L41)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/nginx#L41)
[/details]
----------------
@ -1214,7 +1243,7 @@ Requires YunoHost version 11.1.9 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/nginx#L52)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/nginx#L52)
[/details]
----------------
@ -1268,7 +1297,7 @@ Requires YunoHost version 2.7.12 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/nodejs#L52)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/nodejs#L52)
[/details]
----------------
@ -1292,7 +1321,7 @@ Requires YunoHost version 2.7.12 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/nodejs#L92)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/nodejs#L92)
[/details]
----------------
@ -1310,7 +1339,7 @@ Requires YunoHost version 2.7.12 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/nodejs#L165)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/nodejs#L165)
[/details]
----------------
@ -1383,7 +1412,7 @@ Requires YunoHost version 3.7.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/permission#L66)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/permission#L66)
[/details]
----------------
@ -1402,7 +1431,7 @@ Requires YunoHost version 3.7.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/permission#L152)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/permission#L152)
[/details]
----------------
@ -1420,7 +1449,7 @@ Requires YunoHost version 3.7.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/permission#L169)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/permission#L169)
[/details]
----------------
@ -1443,7 +1472,7 @@ Requires YunoHost version 3.7.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/permission#L192)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/permission#L192)
[/details]
----------------
@ -1466,7 +1495,7 @@ Requires YunoHost version 3.7.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/permission#L260)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/permission#L260)
[/details]
----------------
@ -1487,7 +1516,7 @@ Requires YunoHost version 3.7.1 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/permission#L329)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/permission#L329)
[/details]
----------------
@ -1502,7 +1531,7 @@ Requires YunoHost version 4.1.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/permission#L359)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/permission#L359)
[/details]
----------------
@ -1513,7 +1542,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/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/permission#L379)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/permission#L379)
[/details]
----------------
@ -1571,7 +1600,7 @@ Requires YunoHost version 4.1.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/php#L59)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/php#L59)
[/details]
----------------
@ -1585,7 +1614,7 @@ Requires YunoHost version 2.7.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/php#L257)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/php#L257)
[/details]
----------------
@ -1604,7 +1633,7 @@ Requires YunoHost version 4.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/php#L490)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/php#L490)
[/details]
----------------
@ -1624,7 +1653,7 @@ Requires YunoHost version 4.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/php#L522)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/php#L522)
[/details]
----------------
@ -1657,7 +1686,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/postgresql#L18)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/postgresql#L18)
[/details]
----------------
@ -1675,7 +1704,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/postgresql#L39)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/postgresql#L39)
[/details]
----------------
@ -1693,7 +1722,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/postgresql#L64)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/postgresql#L64)
[/details]
----------------
@ -1714,7 +1743,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/postgresql#L135)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/postgresql#L135)
[/details]
----------------
@ -1732,7 +1761,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/postgresql#L168)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/postgresql#L168)
[/details]
----------------
@ -1750,7 +1779,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/postgresql#L190)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/postgresql#L190)
[/details]
----------------
@ -1772,7 +1801,7 @@ Requires YunoHost version 2.7.13 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/postgresql#L234)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/postgresql#L234)
[/details]
----------------
@ -1790,7 +1819,7 @@ Requires YunoHost version 2.7.13 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/postgresql#L265)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/postgresql#L265)
[/details]
----------------
@ -1811,7 +1840,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/setting#L10)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/setting#L10)
[/details]
----------------
@ -1830,7 +1859,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/setting#L36)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/setting#L36)
[/details]
----------------
@ -1848,7 +1877,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/setting#L62)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/setting#L62)
[/details]
----------------
@ -1868,7 +1897,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/setting#L123)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/setting#L123)
[/details]
----------------
@ -1889,7 +1918,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/setting#L145)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/setting#L145)
[/details]
----------------
@ -1914,7 +1943,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/string#L13)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/string#L13)
[/details]
----------------
@ -1936,7 +1965,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/string#L40)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/string#L40)
[/details]
----------------
@ -1958,7 +1987,7 @@ Requires YunoHost version 2.7.7 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/string#L71)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/string#L71)
[/details]
----------------
@ -1981,7 +2010,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/string#L103)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/string#L103)
[/details]
----------------
@ -2007,7 +2036,7 @@ Requires YunoHost version 4.1.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/systemd#L15)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/systemd#L15)
[/details]
----------------
@ -2024,7 +2053,7 @@ Requires YunoHost version 2.7.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/systemd#L38)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/systemd#L38)
[/details]
----------------
@ -2046,7 +2075,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/systemd#L67)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/systemd#L67)
[/details]
----------------
@ -2070,7 +2099,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/user#L12)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/user#L12)
[/details]
----------------
@ -2092,7 +2121,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/user#L33)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/user#L33)
[/details]
----------------
@ -2110,7 +2139,7 @@ Requires YunoHost version 2.4.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/user#L53)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/user#L53)
[/details]
----------------
@ -2129,7 +2158,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/user#L64)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/user#L64)
[/details]
----------------
@ -2148,7 +2177,7 @@ Requires YunoHost version 3.5.0.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/user#L82)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/user#L82)
[/details]
----------------
@ -2177,7 +2206,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/user#L111)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/user#L111)
[/details]
----------------
@ -2194,7 +2223,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/user#L153)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/user#L153)
[/details]
----------------
@ -2208,7 +2237,7 @@ Requires YunoHost version 4.1.7 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/user#L179)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/user#L179)
[/details]
----------------
@ -2229,7 +2258,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/utils#L61)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/utils#L61)
[/details]
----------------
@ -2321,7 +2350,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/utils#L154)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/utils#L154)
[/details]
----------------
@ -2347,7 +2376,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/utils#L397)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/utils#L397)
[/details]
----------------
@ -2405,7 +2434,7 @@ Requires YunoHost version 4.1.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/utils#L481)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/utils#L481)
[/details]
----------------
@ -2449,7 +2478,7 @@ Requires YunoHost version 4.3 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/utils#L635)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/utils#L635)
[/details]
----------------
@ -2468,7 +2497,7 @@ Requires YunoHost version 4.3 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/utils#L712)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/utils#L712)
[/details]
----------------
@ -2484,7 +2513,7 @@ Requires YunoHost version 2.7.12 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/utils#L827)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/utils#L827)
[/details]
----------------
@ -2501,7 +2530,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/utils#L858)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/utils#L858)
[/details]
----------------
@ -2521,7 +2550,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/utils#L892)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/utils#L892)
[/details]
----------------
@ -2546,7 +2575,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/utils#L935)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/utils#L935)
[/details]
----------------
@ -2569,7 +2598,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/utils#L964)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/utils#L964)
[/details]
----------------
@ -2592,7 +2621,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/utils#L989)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/utils#L989)
[/details]
----------------
@ -2624,7 +2653,7 @@ Requires YunoHost version 3.8.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/db9aa8e6c7f022687e9eabeefd2e109c8cf2f1e6/helpers/utils#L1019)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/helpers/utils#L1019)
[/details]
----------------

View file

@ -7,7 +7,7 @@ routes:
default: '/packaging_apps_resources'
---
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)
Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/fcf263242eb739a4d783592ff9a8db540eb736b9/doc/generate_resource_doc.py) on 11/06/2023 (YunoHost version 11.1.21)
----------------