mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Merge branch 'master' of github.com:YunoHost/doc
This commit is contained in:
commit
9837fc64da
4 changed files with 118 additions and 117 deletions
|
@ -50,7 +50,7 @@ Si la migration a échoué a un moment donné, la première chose à faire est d
|
|||
#### Exécuter la migration pour réparer votre application python
|
||||
Après la mise à jour, vos applications python devraient être indisponibles car leur environnement virtuel doit être reconstruit.
|
||||
|
||||
Pour ce faire, vous pouvez exécuter les migrations en cours dans `Webadmin > Mises à jour`. Les applications ci-dessous ne seront pas réparées automatiquement, vous devez les mettre à jour manuellement avec `yunohost app upgrade -f APP`.
|
||||
Pour ce faire, vous pouvez exécuter les migrations en cours dans `Webadmin > Mises à jour`. Les applications ci-dessous ne seront pas réparées automatiquement, vous devez les mettre à jour manuellement avec `yunohost app upgrade -F APP`.
|
||||
|
||||
Les applications qui ne seront pas réparées automatiquement et nécessitent une mise à jour forcée :
|
||||
* calibreweb
|
||||
|
@ -84,7 +84,7 @@ Vérifiez que vos applications installées fonctionnent... Si elles ne fonctionn
|
|||
|
||||
Si votre app est cassée et que vous étiez déjà sur la dernière version d'une application, vous pouvez relancer la mise à jour grâce à l'option `-f`:
|
||||
```
|
||||
yunohost app upgrade --force NOM_APP
|
||||
yunohost app upgrade -F NOM_APP
|
||||
```
|
||||
|
||||
## Soucis (mineurs) connus après la migration
|
||||
|
|
|
@ -56,7 +56,7 @@ For this, go in Diagnosis (category Base system) or look at the footer of the we
|
|||
#### Run the migration to repair your python app
|
||||
After upgrading, your python apps should be unavailable cause their virtual env need to be rebuild.
|
||||
|
||||
To do that you can run the pending migrations in `Webadmin > Update`. The apps below won't be automatically repaired, you need to force upgrade them manually instead with `yunohost app upgrade -f APP`.
|
||||
To do that you can run the pending migrations in `Webadmin > Update`. The apps below won't be automatically repaired, you need to force upgrade them manually instead with `yunohost app upgrade -F APP`.
|
||||
|
||||
Apps which won't be automatically repaired and need a force upgrade:
|
||||
* calibreweb
|
||||
|
@ -85,7 +85,7 @@ If the service php7.3-fpm appears to be dead, you should upgrade your PHP apps l
|
|||
|
||||
Test that your applications are working. If they aren't, you should try to upgrade them (it is also a good idea to upgrade them even if they are working anyway).
|
||||
|
||||
If your app is broken and you were already with the last version, you can rerun the upgrade thanks to the `-f` option:
|
||||
If your app is broken and you were already with the last version, you can rerun the upgrade thanks to the `-F` option:
|
||||
```
|
||||
yunohost app upgrade --force APP_NAME
|
||||
```
|
||||
|
|
|
@ -180,8 +180,8 @@ You can [contribute to this list by adding something you'd like to be packaged](
|
|||
| mx-puppet-discord | A bridge between Matrix and Discord | [Upstream](https://github.com/matrix-discord/mx-puppet-discord) | |
|
||||
| [Nautilus](https://myactivity.stream/) | Turn your website into an ActivityPub profile | [Upstream](https://github.com/aaronpk/Nautilus) | |
|
||||
| Netrunner | | [Upstream](https://github.com/mtgred/netrunner) | |
|
||||
| [NewsBlur](https://www.newsblur.com) | This is the most complete RSS reader that exists to date
|
||||
| [Upstream](https://github.com/samuelclay/NewsBlur) | |
|
||||
| [Netbird](https://netbird.io/) | Create an overlay peer-to-peer network connecting machines regardless of their location | [Upstream](https://github.com/netbirdio/netbird) | |
|
||||
| [NewsBlur](https://www.newsblur.com) | This is the most complete RSS reader that exists to date | [Upstream](https://github.com/samuelclay/NewsBlur) | |
|
||||
| nexusoss | Sonatype Nexus Repository manager OSS | | [Package Draft](https://github.com/YunoHost-Apps/nexusoss_ynh) |
|
||||
| [ntopng](https://www.ntop.org/) | | | [Package Draft](https://github.com/YunoHost-Apps/ntopng_ynh) |
|
||||
| OhMyForm | | [Upstream](https://github.com/ohmyform) | |
|
||||
|
@ -245,6 +245,7 @@ You can [contribute to this list by adding something you'd like to be packaged](
|
|||
| rutorrent | Torrent client | | [Package Draft](https://github.com/CotzaDev/rutorrent_ynh) |
|
||||
| rwtxt | Minimalist CMS | [Upstream](https://github.com/schollz/rwtxt) | |
|
||||
| [sat](https://salut-a-toi.org) | An all-in-one tool to manage all your communications | | [Package Draft](https://github.com/YunoHost-Apps/sat_ynh) |
|
||||
| [satdress] | Federated Lightning addresses server | | [Upstream](https://github.com/nbd-wtf/satdress) |
|
||||
| [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) |
|
||||
|
|
|
@ -7,7 +7,7 @@ routes:
|
|||
default: '/packaging_apps_helpers'
|
||||
---
|
||||
|
||||
Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/doc/generate_helper_doc.py) on 08/08/2022 (YunoHost version 11.0.9)
|
||||
Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/doc/generate_helper_doc.py) on 08/11/2022 (YunoHost version 11.0.9.1)
|
||||
|
||||
|
||||
## APPS
|
||||
|
@ -25,7 +25,7 @@ Requires YunoHost version *.*.* or higher.
|
|||
|
||||
|
||||
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/apps#L9)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/helpers/apps#L9)
|
||||
[/details]
|
||||
----------------
|
||||
|
||||
|
@ -41,7 +41,7 @@ Requires YunoHost version *.*.* or higher.
|
|||
|
||||
|
||||
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/apps#L65)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/apt#L53)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/apt#L75)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/apt#L107)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/apt#L117)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/apt#L128)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/apt#L138)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/apt#L148)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/apt#L225)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/apt#L336)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/helpers/apt#L336)
|
||||
[/details]
|
||||
----------------
|
||||
|
||||
|
@ -223,7 +223,7 @@ Requires YunoHost version 2.6.4 or higher.
|
|||
|
||||
|
||||
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/apt#L355)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/helpers/apt#L355)
|
||||
[/details]
|
||||
----------------
|
||||
|
||||
|
@ -243,7 +243,7 @@ Requires YunoHost version 3.8.1 or higher.
|
|||
|
||||
|
||||
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/apt#L386)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/helpers/apt#L386)
|
||||
[/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/backup#L64)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/backup#L179)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/backup#L238)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/backup#L298)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/helpers/backup#L298)
|
||||
[/details]
|
||||
----------------
|
||||
|
||||
|
@ -416,7 +416,7 @@ Requires YunoHost version 2.6.4 or higher.
|
|||
|
||||
|
||||
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/backup#L342)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/helpers/backup#L342)
|
||||
[/details]
|
||||
----------------
|
||||
|
||||
|
@ -435,7 +435,7 @@ Requires YunoHost version 3.3.1 or higher.
|
|||
|
||||
|
||||
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/backup#L373)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/helpers/backup#L373)
|
||||
[/details]
|
||||
----------------
|
||||
|
||||
|
@ -458,7 +458,7 @@ Requires YunoHost version 2.7.2 or higher.
|
|||
|
||||
|
||||
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/backup#L408)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/helpers/backup#L408)
|
||||
[/details]
|
||||
----------------
|
||||
|
||||
|
@ -481,7 +481,7 @@ Requires YunoHost version 2.7.2 or higher.
|
|||
|
||||
|
||||
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/backup#L456)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/helpers/backup#L456)
|
||||
[/details]
|
||||
----------------
|
||||
|
||||
|
@ -558,7 +558,7 @@ Requires YunoHost version 4.1.0 or higher.
|
|||
|
||||
|
||||
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/fail2ban#L64)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/fail2ban#L119)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/hardware#L13)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/hardware#L75)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/logging#L10)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/logging#L30)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/logging#L56)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/logging#L73)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/logging#L92)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/logging#L113)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/logging#L134)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/logging#L155)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/logging#L176)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/logging#L237)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/logging#L325)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/logrotate#L18)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/logrotate#L100)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/helpers/logrotate#L100)
|
||||
[/details]
|
||||
----------------
|
||||
|
||||
|
@ -885,7 +885,7 @@ Requires YunoHost version 4.2 or higher.
|
|||
|
||||
|
||||
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/multimedia#L11)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/multimedia#L64)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/multimedia#L93)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/mysql#L15)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/mysql#L36)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/mysql#L60)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/mysql#L128)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/mysql#L160)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/mysql#L198)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/mysql#L224)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/network#L12)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/network#L36)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/network#L99)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/network#L119)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/nginx#L19)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/nginx#L41)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/nodejs#L74)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/nodejs#L114)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/nodejs#L191)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/permission#L66)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/permission#L152)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/permission#L169)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/permission#L192)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/permission#L260)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/permission#L329)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/permission#L359)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/permission#L379)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/php#L59)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/php#L250)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/php#L483)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/php#L509)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/postgresql#L18)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/postgresql#L39)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/postgresql#L64)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/postgresql#L135)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/postgresql#L168)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/postgresql#L190)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/postgresql#L228)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/helpers/postgresql#L228)
|
||||
[/details]
|
||||
----------------
|
||||
|
||||
|
@ -1776,7 +1776,7 @@ Requires YunoHost version 2.7.13 or higher.
|
|||
|
||||
|
||||
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/postgresql#L259)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/helpers/postgresql#L259)
|
||||
[/details]
|
||||
----------------
|
||||
|
||||
|
@ -1797,7 +1797,7 @@ Requires YunoHost version 2.2.4 or higher.
|
|||
|
||||
|
||||
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/setting#L10)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/setting#L36)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/setting#L62)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/setting#L123)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/setting#L145)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/string#L13)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/string#L40)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/string#L71)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/string#L103)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/systemd#L15)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/systemd#L38)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/systemd#L67)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/user#L12)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/user#L33)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/user#L53)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/user#L64)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/user#L82)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/user#L111)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/user#L153)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/user#L179)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/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/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/utils#L58)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/helpers/utils#L58)
|
||||
[/details]
|
||||
----------------
|
||||
|
||||
|
@ -2264,7 +2264,7 @@ Requires YunoHost version 2.6.4 or higher.
|
|||
|
||||
|
||||
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/utils#L102)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/helpers/utils#L102)
|
||||
[/details]
|
||||
----------------
|
||||
|
||||
|
@ -2290,7 +2290,7 @@ Requires YunoHost version 2.6.4 or higher.
|
|||
|
||||
|
||||
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/utils#L263)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/helpers/utils#L263)
|
||||
[/details]
|
||||
----------------
|
||||
|
||||
|
@ -2348,7 +2348,7 @@ Requires YunoHost version 4.1.0 or higher.
|
|||
|
||||
|
||||
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/utils#L347)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/helpers/utils#L347)
|
||||
[/details]
|
||||
----------------
|
||||
|
||||
|
@ -2392,7 +2392,7 @@ Requires YunoHost version 4.3 or higher.
|
|||
|
||||
|
||||
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/utils#L498)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/helpers/utils#L498)
|
||||
[/details]
|
||||
----------------
|
||||
|
||||
|
@ -2411,7 +2411,7 @@ Requires YunoHost version 4.3 or higher.
|
|||
|
||||
|
||||
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/utils#L575)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/helpers/utils#L575)
|
||||
[/details]
|
||||
----------------
|
||||
|
||||
|
@ -2427,7 +2427,7 @@ Requires YunoHost version 2.7.12 or higher.
|
|||
|
||||
|
||||
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/utils#L687)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/helpers/utils#L687)
|
||||
[/details]
|
||||
----------------
|
||||
|
||||
|
@ -2444,7 +2444,7 @@ Requires YunoHost version 2.6.4 or higher.
|
|||
|
||||
|
||||
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/utils#L718)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/helpers/utils#L718)
|
||||
[/details]
|
||||
----------------
|
||||
|
||||
|
@ -2464,7 +2464,7 @@ Requires YunoHost version 3.5.0 or higher.
|
|||
|
||||
|
||||
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/utils#L752)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/helpers/utils#L752)
|
||||
[/details]
|
||||
----------------
|
||||
|
||||
|
@ -2489,7 +2489,7 @@ Requires YunoHost version 3.5.0 or higher.
|
|||
|
||||
|
||||
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/utils#L782)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/helpers/utils#L782)
|
||||
[/details]
|
||||
----------------
|
||||
|
||||
|
@ -2512,7 +2512,7 @@ Requires YunoHost version 3.5.0 or higher.
|
|||
|
||||
|
||||
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/utils#L811)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/helpers/utils#L811)
|
||||
[/details]
|
||||
----------------
|
||||
|
||||
|
@ -2535,7 +2535,7 @@ Requires YunoHost version 3.5.0 or higher.
|
|||
|
||||
|
||||
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/utils#L836)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/helpers/utils#L836)
|
||||
[/details]
|
||||
----------------
|
||||
|
||||
|
@ -2567,7 +2567,7 @@ Requires YunoHost version 3.8.0 or higher.
|
|||
|
||||
|
||||
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/8a9ed1ed7af94b3585ec2f2e43f49c93f2416110/helpers/utils#L866)
|
||||
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/016e0e105b9b916e256cf62e1936f8bbe2067599/helpers/utils#L866)
|
||||
[/details]
|
||||
----------------
|
||||
|
||||
|
|
Loading…
Reference in a new issue