Merge branch 'YunoHost:master' into master

This commit is contained in:
Leandro Noferini 2022-12-04 12:14:08 +01:00 committed by GitHub
commit 8721206904
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 135 additions and 117 deletions

View file

@ -9,7 +9,7 @@ routes:
This page explains how to exchange files (backup archives, music, pictures, movies...) with your server using a graphical interface for the (S)FTP protocol. This is an alternative to using `scp` which can be deemed technical and cryptic, or using an app like Nextcloud. This page explains how to exchange files (backup archives, music, pictures, movies...) with your server using a graphical interface for the (S)FTP protocol. This is an alternative to using `scp` which can be deemed technical and cryptic, or using an app like Nextcloud.
[FileZilla](https://filezilla-project.org/) can be used for this. It is a free software and is available for Windows, GNU/Linux and macOS. [FileZilla](https://filezilla-project.org/) can be used for this. It is free software and is available for Windows, GNU/Linux and macOS.
## Download and install FileZilla ## Download and install FileZilla

View file

@ -47,7 +47,7 @@ Below is an explanation of some of the paths that can take up weight with some c
| `/home/yunohost.app` |Heavy data from yunohost applications (nextcloud, matrix...)|Moveable to a hard disk | `/home/yunohost.app` |Heavy data from yunohost applications (nextcloud, matrix...)|Moveable to a hard disk
| `/home/yunohost.multimedia` | Heavy data shared between several applications | Moveable to a hard disk | | `/home/yunohost.multimedia` | Heavy data shared between several applications | Moveable to a hard disk |
| `/var/lib/mysql` | Database used by applications | Ideally leave on SSD for performance reasons | | `/var/lib/mysql` | Database used by applications | Ideally leave on SSD for performance reasons |
| `/var/lib/postgresql` | Database used by applications | Ideally leave on SSD for performance reasons | /var/mail | `/var/lib/postgresql` | Database used by applications | Ideally leave on SSD for performance reasons |
| `/var/mail` | User e-mails | Movable to a hard disk | | `/var/mail` | User e-mails | Movable to a hard disk |
| `/var/www` | Program of installed web applications | Ideally leave on SSD for performance reasons | | `/var/www` | Program of installed web applications | Ideally leave on SSD for performance reasons |
| `/var/log` | Event logs (pages consulted, connection attempts, hardware errors...). | This directory should not take up too much space, if it grows quickly, it may be a looping error that should be resolved. | `/var/log` | Event logs (pages consulted, connection attempts, hardware errors...). | This directory should not take up too much space, if it grows quickly, it may be a looping error that should be resolved.

View file

@ -95,7 +95,12 @@ sudo yunohost settings set security.ssh.compatibility -v modern
### Désactivation de lAPI YunoHost ### Désactivation de lAPI YunoHost
YunoHost est administrable via une **API HTTP**, servie sur le port 6787 par défaut (seulement sur `localhost`). Elle permet dadministrer une grande partie de votre serveur, et peut donc être utilisée à des **fins malveillantes**. La meilleure chose à faire si vous êtes habitués à la ligne de commande est de désactiver le service `yunohost-api`, et **utiliser la [ligne de commande](/commandline)** en SSH. YunoHost est administrable via une **API HTTP**, servie sur le port 6787 par défaut (seulement sur `localhost`).
Elle permet dadministrer une grande partie de votre serveur, et peut donc être utilisée à des **fins malveillantes**.
La meilleure chose à faire si vous êtes habitués à la ligne de commande est de désactiver le service `yunohost-api`, et **utiliser la [ligne de commande](/commandline)** en SSH.
! Ceci va désactiver à la fois l'API et l'interface d'administration web de YunoHost qui en dépend.
! Ne continuez que si vous êtes à l'aise avec la ligne de commande.
```bash ```bash
sudo systemctl disable yunohost-api sudo systemctl disable yunohost-api

View file

@ -58,6 +58,8 @@ sudo yunohost settings set security.ssh.password_authentication -v no
To prevent SSH connection attempts by robots that scan the internet for any server with SSH enabled, you can change the SSH port. To prevent SSH connection attempts by robots that scan the internet for any server with SSH enabled, you can change the SSH port.
This is handled by a system setting, which takes care of updating the SSH and Fail2Ban configuration. This is handled by a system setting, which takes care of updating the SSH and Fail2Ban configuration.
! If you modify anything in the `/etc/ssh/sshd_config` file, even if only the port, YunoHost will no longer manage this file. For this reason, always use the YunoHost admin tools to make changes to the systems configuration files!
```bash ```bash
sudo yunohost settings set security.ssh.port -v <new_ssh_port_number> sudo yunohost settings set security.ssh.port -v <new_ssh_port_number>
``` ```
@ -89,7 +91,13 @@ sudo yunohost settings set security.ssh.compatibility -v modern
``` ```
### Disable the YunoHost API ### Disable the YunoHost API
YunoHost administration is accessible through an **HTTP API**, served on the 6787 port by default (only on `localhost`). It can be used to administer a lot of things on your server, so malicious actors can also use it to damage your server. The best thing to do, if you know how to use the [command-line interface](/commandline), is to deactivate the `yunohost-api` service.
YunoHost administration is accessible through an **HTTP API**, served on the 6787 port by default (only on `localhost`).
It can be used to administer a lot of things on your server, so malicious actors can also use it to damage your server.
The best thing to do, if you know how to use the [command-line interface](/commandline), is to deactivate the `yunohost-api` service.
! This will completely disable both YunoHost's API and the web administration panel that relies on it.
! Proceed only if you are confortable with the command line interface.
```bash ```bash
sudo systemctl disable yunohost-api sudo systemctl disable yunohost-api

View file

@ -56,7 +56,7 @@ You can [contribute to this list by adding something you'd like to be packaged](
| [Citadel-suite](https://www.citadel.org) | Groupware platform | | | | [Citadel-suite](https://www.citadel.org) | Groupware platform | | |
| [CKAN](https://ckan.org/) | A tool for making open data websites | [Upstream](https://github.com/ckan/ckan) | | | [CKAN](https://ckan.org/) | A tool for making open data websites | [Upstream](https://github.com/ckan/ckan) | |
| [CloudTube](https://tube.cadence.moe/) | CloudTube front-end for YouTube | [Upstream](https://git.sr.ht/~cadence/cloudtube) | | | [CloudTube](https://tube.cadence.moe/) | CloudTube front-end for YouTube | [Upstream](https://git.sr.ht/~cadence/cloudtube) | |
| Commafeed | | [Upstream](https://github.com/Athou/commafeed) | | | [Commafeed](https://www.commafeed.com/) | Self-hosted RSS reader | [Upstream](https://github.com/Athou/commafeed) | |
| [Conduit](https://conduit.rs/) | Conduit is a lightweight open-source server implementation of the Matrix Specification with a focus on easy setup and low system requirements. | [Upstream](https://gitlab.com/famedly/conduit) | [Package Draft](https://github.com/YunoHost-Apps/conduit_ynh) | | [Conduit](https://conduit.rs/) | Conduit is a lightweight open-source server implementation of the Matrix Specification with a focus on easy setup and low system requirements. | [Upstream](https://gitlab.com/famedly/conduit) | [Package Draft](https://github.com/YunoHost-Apps/conduit_ynh) |
| cops | Calibre OPDS | | [Package Draft](https://github.com/YunoHost-Apps/cops_ynh) | | cops | Calibre OPDS | | [Package Draft](https://github.com/YunoHost-Apps/cops_ynh) |
| [Coquelicot](https://coquelicot.potager.org/) | A “one-click” file sharing web application | | [Package Draft](https://github.com/YunoHost-Apps/coquelicot_ynh) | | [Coquelicot](https://coquelicot.potager.org/) | A “one-click” file sharing web application | | [Package Draft](https://github.com/YunoHost-Apps/coquelicot_ynh) |
@ -99,6 +99,7 @@ You can [contribute to this list by adding something you'd like to be packaged](
| Flask | Skeleton for flask apps | | [Package Draft](https://github.com/YunoHost-Apps/flask_ynh) | | Flask | Skeleton for flask apps | | [Package Draft](https://github.com/YunoHost-Apps/flask_ynh) |
| [foodsoft](https://foodcoops.github.io/foodsoft-hosting/) | Manage a non-profit food cooperative | | [Package Draft](https://github.com/YunoHost-Apps/foodsoft_ynh) | | [foodsoft](https://foodcoops.github.io/foodsoft-hosting/) | Manage a non-profit food cooperative | | [Package Draft](https://github.com/YunoHost-Apps/foodsoft_ynh) |
| [Fossil](https://www.fossil-scm.org) | | | | | [Fossil](https://www.fossil-scm.org) | | | |
| [Fractale](https://fractale.co/) | Fractale is a platform for self-organization.| [Upstream](https://github.com/fractal6/fractal6.go) | |
| full-text-rss | | [Upstream](https://bitbucket.org/fivefilters/full-text-rss/src/master/) | | | full-text-rss | | [Upstream](https://bitbucket.org/fivefilters/full-text-rss/src/master/) | |
| Framaestro | Online service aggregator | [Upstream](https://framagit.org/framasoft/framaestro) | [Package Draft](https://github.com/YunoHost-Apps/framaestro_ynh) | | Framaestro | Online service aggregator | [Upstream](https://framagit.org/framasoft/framaestro) | [Package Draft](https://github.com/YunoHost-Apps/framaestro_ynh) |
| Framaestro_hub | Online service aggregator hub | [Upstream](https://github.com/mozilla/togetherjs.git) | [Package Draft](https://github.com/YunoHost-Apps/framaestro_hub_ynh) | | Framaestro_hub | Online service aggregator hub | [Upstream](https://github.com/mozilla/togetherjs.git) | [Package Draft](https://github.com/YunoHost-Apps/framaestro_hub_ynh) |
@ -263,6 +264,7 @@ You can [contribute to this list by adding something you'd like to be packaged](
| [ScenariChain-server](https://download.scenari.software/SCENARIchain-server/) | | | | | [ScenariChain-server](https://download.scenari.software/SCENARIchain-server/) | | | |
| [Schleuder](https://schleuder.org/schleuder/docs/concept.html) | A GPG-enabled mailing list manager | | | | [Schleuder](https://schleuder.org/schleuder/docs/concept.html) | A GPG-enabled mailing list manager | | |
| scm-manager | Share and manage Git, Mercurial and Subversion repositories | | [Package Draft](https://github.com/drfred1981/scm-manager_ynh) | | scm-manager | Share and manage Git, Mercurial and Subversion repositories | | [Package Draft](https://github.com/drfred1981/scm-manager_ynh) |
| [Screego](https://screego.net/) | Screen sharing webrtc | [Upstream](https://github.com/screego/server) | |
| [Scribe](https://scribe.rip/) | An alternative frontend to Medium | [Upstream](https://git.sr.ht/~edwardloveall/scribe) | | | [Scribe](https://scribe.rip/) | An alternative frontend to Medium | [Upstream](https://git.sr.ht/~edwardloveall/scribe) | |
| [Scuttlebutt Pub](https://www.scuttlebutt.nz/contributing) | | | | | [Scuttlebutt Pub](https://www.scuttlebutt.nz/contributing) | | | |
| [SearXNG](https://searxng.github.io/searxng/) | Fork of SearX, a privacy-respecting metasearch engine | [Upstream](https://github.com/searxng/searxng) | | | [SearXNG](https://searxng.github.io/searxng/) | Fork of SearX, a privacy-respecting metasearch engine | [Upstream](https://github.com/searxng/searxng) | |
@ -354,6 +356,7 @@ You can [contribute to this list by adding something you'd like to be packaged](
| Zoneminder | | [Upstream](https://github.com/ZoneMinder/zoneminder) | | | Zoneminder | | [Upstream](https://github.com/ZoneMinder/zoneminder) | |
| [Zulip](https://zulipchat.com/) | | [Upstream](https://github.com/zulip/zulip) | | | [Zulip](https://zulipchat.com/) | | [Upstream](https://github.com/zulip/zulip) | |
| Zusam | A truly private space for you and your friends | [Upstream](https://github.com/zusam/zusam) | [Package Draft](https://github.com/zusam/zusam_ynh) | | Zusam | A truly private space for you and your friends | [Upstream](https://github.com/zusam/zusam) | [Package Draft](https://github.com/zusam/zusam_ynh) |
| [XBackBone](https://xbackbone.app) | XBackBone is a simple and lightweight PHP file manager that support the instant sharing tool ShareX and NIX systems. | [Upstream](https://github.com/SergiX44/XBackBone) | |
### Other references listing self-hosted applications ### Other references listing self-hosted applications

View file

@ -67,7 +67,7 @@ We must modify `conf/nginx.conf` file with application arguments. For this, we u
```bash ```bash
sed -i "s@YNH_EXAMPLE_PATH@$path@g" ../conf/nginx.conf sed -i "s@YNH_EXAMPLE_PATH@$path@g" ../conf/nginx.conf
sed -i "s@YNH_EXAMPLE_PORT@$port@g" ../conf/nginx.conf sed -i "s@YNH_EXAMPLE_PORT@$port@g" ../conf/nginx.conf
sed -i "s@YNH_EXEMPLE_DOMAIN@$domain@g" ../conf/nginx.conf sed -i "s@YNH_EXAMPLE_DOMAIN@$domain@g" ../conf/nginx.conf
``` ```
We must move that configuration file in NGINX configuration, then reload NGINX configuration: We must move that configuration file in NGINX configuration, then reload NGINX configuration:

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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/doc/generate_helper_doc.py) on 10/27/2022 (YunoHost version 11.0.10.2) Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/doc/generate_helper_doc.py) on 12/03/2022 (YunoHost version 11.1.1.1)
## APPS ## APPS
@ -25,7 +25,7 @@ Requires YunoHost version *.*.* or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/apps#L9) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/apps#L65) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/apt#L53) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/apt#L75) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/apt#L107) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/apt#L117) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/apt#L128) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/apt#L138) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/apt#L148) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/apt#L225) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/apt#L336) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/apt#L335)
[/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/apt#L355) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/apt#L354)
[/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/apt#L383) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/apt#L382)
[/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/backup#L64) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/backup#L179) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/backup#L238) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/backup#L306) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/backup#L350) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/backup#L350)
[/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/backup#L381) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/backup#L381)
[/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/backup#L416) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/backup#L416)
[/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/backup#L464) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/backup#L464)
[/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/fail2ban#L64) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/fail2ban#L119) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/hardware#L13) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/hardware#L75) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/logging#L10) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/logging#L30) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/logging#L56) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/logging#L73) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/logging#L92) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/logging#L113) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/logging#L134) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/logging#L155) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/logging#L176) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/logging#L237) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/logging#L325) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/logrotate#L18) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/logrotate#L109) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/multimedia#L11) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/multimedia#L64) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/multimedia#L93) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/mysql#L15) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/mysql#L36) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/mysql#L60) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/mysql#L128) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/mysql#L160) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/mysql#L198) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/mysql#L224) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/network#L12) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/network#L36) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/network#L99) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/network#L119) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/nginx#L19) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/nginx#L41) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/nginx#L41)
[/details] [/details]
---------------- ----------------
@ -1254,7 +1254,7 @@ Requires YunoHost version 2.7.12 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/nodejs#L74) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/nodejs#L74)
[/details] [/details]
---------------- ----------------
@ -1278,7 +1278,7 @@ Requires YunoHost version 2.7.12 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/nodejs#L114) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/nodejs#L114)
[/details] [/details]
---------------- ----------------
@ -1296,7 +1296,7 @@ Requires YunoHost version 2.7.12 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/nodejs#L191) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/nodejs#L191)
[/details] [/details]
---------------- ----------------
@ -1369,7 +1369,7 @@ Requires YunoHost version 3.7.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/permission#L66) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/permission#L66)
[/details] [/details]
---------------- ----------------
@ -1388,7 +1388,7 @@ Requires YunoHost version 3.7.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/permission#L152) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/permission#L152)
[/details] [/details]
---------------- ----------------
@ -1406,7 +1406,7 @@ Requires YunoHost version 3.7.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/permission#L169) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/permission#L169)
[/details] [/details]
---------------- ----------------
@ -1429,7 +1429,7 @@ Requires YunoHost version 3.7.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/permission#L192) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/permission#L192)
[/details] [/details]
---------------- ----------------
@ -1452,7 +1452,7 @@ Requires YunoHost version 3.7.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/permission#L260) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/permission#L260)
[/details] [/details]
---------------- ----------------
@ -1473,7 +1473,7 @@ Requires YunoHost version 3.7.1 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/permission#L329) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/permission#L329)
[/details] [/details]
---------------- ----------------
@ -1488,7 +1488,7 @@ Requires YunoHost version 4.1.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/permission#L359) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/permission#L359)
[/details] [/details]
---------------- ----------------
@ -1499,7 +1499,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/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/permission#L379) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/permission#L379)
[/details] [/details]
---------------- ----------------
@ -1557,7 +1557,7 @@ Requires YunoHost version 4.1.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/php#L59) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/php#L59)
[/details] [/details]
---------------- ----------------
@ -1571,7 +1571,7 @@ Requires YunoHost version 2.7.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/php#L250) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/php#L250)
[/details] [/details]
---------------- ----------------
@ -1590,7 +1590,7 @@ Requires YunoHost version 4.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/php#L483) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/php#L483)
[/details] [/details]
---------------- ----------------
@ -1610,7 +1610,7 @@ Requires YunoHost version 4.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/php#L509) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/php#L509)
[/details] [/details]
---------------- ----------------
@ -1643,7 +1643,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/postgresql#L18) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/postgresql#L18)
[/details] [/details]
---------------- ----------------
@ -1661,7 +1661,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/postgresql#L39) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/postgresql#L39)
[/details] [/details]
---------------- ----------------
@ -1679,7 +1679,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/postgresql#L64) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/postgresql#L64)
[/details] [/details]
---------------- ----------------
@ -1700,7 +1700,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/postgresql#L135) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/postgresql#L135)
[/details] [/details]
---------------- ----------------
@ -1718,7 +1718,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/postgresql#L168) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/postgresql#L168)
[/details] [/details]
---------------- ----------------
@ -1736,7 +1736,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/postgresql#L190) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/postgresql#L190)
[/details] [/details]
---------------- ----------------
@ -1758,7 +1758,7 @@ Requires YunoHost version 2.7.13 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/postgresql#L228) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/postgresql#L234)
[/details] [/details]
---------------- ----------------
@ -1776,7 +1776,7 @@ Requires YunoHost version 2.7.13 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/postgresql#L259) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/postgresql#L265)
[/details] [/details]
---------------- ----------------
@ -1797,7 +1797,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/setting#L10) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/setting#L10)
[/details] [/details]
---------------- ----------------
@ -1816,7 +1816,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/setting#L36) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/setting#L36)
[/details] [/details]
---------------- ----------------
@ -1834,7 +1834,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/setting#L62) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/setting#L62)
[/details] [/details]
---------------- ----------------
@ -1854,7 +1854,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/setting#L123) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/setting#L123)
[/details] [/details]
---------------- ----------------
@ -1875,7 +1875,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/setting#L145) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/setting#L145)
[/details] [/details]
---------------- ----------------
@ -1900,7 +1900,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/string#L13) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/string#L13)
[/details] [/details]
---------------- ----------------
@ -1922,7 +1922,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/string#L40) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/string#L40)
[/details] [/details]
---------------- ----------------
@ -1944,7 +1944,7 @@ Requires YunoHost version 2.7.7 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/string#L71) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/string#L71)
[/details] [/details]
---------------- ----------------
@ -1967,7 +1967,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/string#L103) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/string#L103)
[/details] [/details]
---------------- ----------------
@ -1993,7 +1993,7 @@ Requires YunoHost version 4.1.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/systemd#L15) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/systemd#L15)
[/details] [/details]
---------------- ----------------
@ -2010,7 +2010,7 @@ Requires YunoHost version 2.7.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/systemd#L38) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/systemd#L38)
[/details] [/details]
---------------- ----------------
@ -2032,7 +2032,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/systemd#L67) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/systemd#L67)
[/details] [/details]
---------------- ----------------
@ -2056,7 +2056,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/user#L12) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/user#L12)
[/details] [/details]
---------------- ----------------
@ -2078,7 +2078,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/user#L33) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/user#L33)
[/details] [/details]
---------------- ----------------
@ -2096,7 +2096,7 @@ Requires YunoHost version 2.4.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/user#L53) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/user#L53)
[/details] [/details]
---------------- ----------------
@ -2115,7 +2115,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/user#L64) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/user#L64)
[/details] [/details]
---------------- ----------------
@ -2134,7 +2134,7 @@ Requires YunoHost version 3.5.0.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/user#L82) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/user#L82)
[/details] [/details]
---------------- ----------------
@ -2163,7 +2163,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/user#L111) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/user#L111)
[/details] [/details]
---------------- ----------------
@ -2180,7 +2180,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/user#L153) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/user#L153)
[/details] [/details]
---------------- ----------------
@ -2194,7 +2194,7 @@ Requires YunoHost version 4.1.7 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/user#L179) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/user#L179)
[/details] [/details]
---------------- ----------------
@ -2215,7 +2215,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/utils#L58) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/utils#L58)
[/details] [/details]
---------------- ----------------
@ -2249,6 +2249,8 @@ SOURCE_FILENAME=example.tar.gz
# (Optional) If it set as false don't extract the source. Default: true # (Optional) If it set as false don't extract the source. Default: true
# (Useful to get a debian package or a python wheel.) # (Useful to get a debian package or a python wheel.)
SOURCE_EXTRACT=(true|false) SOURCE_EXTRACT=(true|false)
# (Optionnal) Name of the plateform. Default: "linux/$YNH_ARCH"
SOURCE_PLATFORM=linux/arm64/v8
``` ```
The helper will: The helper will:
@ -2265,7 +2267,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/utils#L103) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/utils#L111)
[/details] [/details]
---------------- ----------------
@ -2291,7 +2293,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/utils#L270) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/utils#L282)
[/details] [/details]
---------------- ----------------
@ -2349,7 +2351,7 @@ Requires YunoHost version 4.1.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/utils#L354) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/utils#L366)
[/details] [/details]
---------------- ----------------
@ -2393,7 +2395,7 @@ Requires YunoHost version 4.3 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/utils#L505) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/utils#L517)
[/details] [/details]
---------------- ----------------
@ -2412,7 +2414,7 @@ Requires YunoHost version 4.3 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/utils#L582) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/utils#L594)
[/details] [/details]
---------------- ----------------
@ -2428,7 +2430,7 @@ Requires YunoHost version 2.7.12 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/utils#L694) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/utils#L706)
[/details] [/details]
---------------- ----------------
@ -2445,7 +2447,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/utils#L725) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/utils#L737)
[/details] [/details]
---------------- ----------------
@ -2465,7 +2467,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/utils#L759) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/utils#L771)
[/details] [/details]
---------------- ----------------
@ -2490,7 +2492,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/utils#L789) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/utils#L814)
[/details] [/details]
---------------- ----------------
@ -2513,7 +2515,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/utils#L818) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/utils#L843)
[/details] [/details]
---------------- ----------------
@ -2536,7 +2538,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/utils#L843) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/utils#L868)
[/details] [/details]
---------------- ----------------
@ -2568,7 +2570,7 @@ Requires YunoHost version 3.8.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/0a24ceec5e82cd64b11b6561fad68390b58a0a9f/helpers/utils#L873) [Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/4b9e26b974b0cc8f7aa44fd773537508316b8ba6/helpers/utils#L898)
[/details] [/details]
---------------- ----------------