diff --git a/pages/02.administer/45.tutorials/15.filezilla/filezilla.md b/pages/02.administer/45.tutorials/15.filezilla/filezilla.md index 875f86c7..c035c340 100644 --- a/pages/02.administer/45.tutorials/15.filezilla/filezilla.md +++ b/pages/02.administer/45.tutorials/15.filezilla/filezilla.md @@ -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. -[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 diff --git a/pages/02.administer/45.tutorials/25.external_storage/external_storage.md b/pages/02.administer/45.tutorials/25.external_storage/external_storage.md index 2d8be8e3..8b63155d 100644 --- a/pages/02.administer/45.tutorials/25.external_storage/external_storage.md +++ b/pages/02.administer/45.tutorials/25.external_storage/external_storage.md @@ -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.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/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/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. diff --git a/pages/02.administer/45.tutorials/60.security/security.fr.md b/pages/02.administer/45.tutorials/60.security/security.fr.md index 1e572001..9a5329db 100644 --- a/pages/02.administer/45.tutorials/60.security/security.fr.md +++ b/pages/02.administer/45.tutorials/60.security/security.fr.md @@ -95,7 +95,12 @@ sudo yunohost settings set security.ssh.compatibility -v modern ### Désactivation de l’API YunoHost -YunoHost est administrable via une **API HTTP**, servie sur le port 6787 par défaut (seulement sur `localhost`). Elle permet d’administrer 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 d’administrer 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 sudo systemctl disable yunohost-api diff --git a/pages/02.administer/45.tutorials/60.security/security.md b/pages/02.administer/45.tutorials/60.security/security.md index de1d6110..568a7334 100644 --- a/pages/02.administer/45.tutorials/60.security/security.md +++ b/pages/02.administer/45.tutorials/60.security/security.md @@ -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. 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 sudo yunohost settings set security.ssh.port -v ``` @@ -89,7 +91,13 @@ sudo yunohost settings set security.ssh.compatibility -v modern ``` ### 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 sudo systemctl disable yunohost-api diff --git a/pages/04.applications/99.wishlist/apps_wishlist.md b/pages/04.applications/99.wishlist/apps_wishlist.md index d61ef803..be53e57f 100644 --- a/pages/04.applications/99.wishlist/apps_wishlist.md +++ b/pages/04.applications/99.wishlist/apps_wishlist.md @@ -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 | | | | [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) | | -| 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) | | 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) | @@ -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) | | [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) | | | | +| [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/) | | | 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) | @@ -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/) | | | | | [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) | +| [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) | | | [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) | | @@ -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) | | | [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) | +| [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 diff --git a/pages/06.contribute/10.packaging_apps/09.nginx/packaging_apps_nginx_conf.md b/pages/06.contribute/10.packaging_apps/09.nginx/packaging_apps_nginx_conf.md index 0986dd9d..19113be1 100644 --- a/pages/06.contribute/10.packaging_apps/09.nginx/packaging_apps_nginx_conf.md +++ b/pages/06.contribute/10.packaging_apps/09.nginx/packaging_apps_nginx_conf.md @@ -67,7 +67,7 @@ We must modify `conf/nginx.conf` file with application arguments. For this, we u ```bash 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_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: diff --git a/pages/06.contribute/10.packaging_apps/11.helpers/packaging_apps_helpers.md b/pages/06.contribute/10.packaging_apps/11.helpers/packaging_apps_helpers.md index 53454594..3793c3eb 100644 --- a/pages/06.contribute/10.packaging_apps/11.helpers/packaging_apps_helpers.md +++ b/pages/06.contribute/10.packaging_apps/11.helpers/packaging_apps_helpers.md @@ -7,7 +7,7 @@ routes: default: '/packaging_apps_helpers' --- -Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/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 @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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.` -[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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -2249,6 +2249,8 @@ SOURCE_FILENAME=example.tar.gz # (Optional) If it set as false don't extract the source. Default: true # (Useful to get a debian package or a python wheel.) SOURCE_EXTRACT=(true|false) +# (Optionnal) Name of the plateform. Default: "linux/$YNH_ARCH" +SOURCE_PLATFORM=linux/arm64/v8 ``` 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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ---------------- @@ -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] ----------------