Merge branch 'YunoHost:master' into german-translation-of-yunohost-installation

This commit is contained in:
thecijal 2023-11-19 14:11:50 +01:00 committed by GitHub
commit 7bb293dfe8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 475 additions and 116 deletions

BIN
images/yunopaste.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,84 @@
---
title: Images
template: docs
taxonomy:
category:
- docs
routes:
default: /images
---
<span class="javascriptDisclaimer">
Cette page requiert que Javascript soit activé pour s'afficher correctement :s.
<br/>
<br/>
</span>
!!!! Même si l'image ne correspond pas à la dernière version de YunoHost, vous pouvez tout de même l'utiliser puis faire une mise à jour du système après l'installation !
!!! Si vous souhaitez vérifier la validité de nos images signées, vous pouvez [télécharger notre clé publique](https://forge.yunohost.org/yunohost.asc).
! Certaines images sont encore basées sur Debian Buster (YunoHost v4.x) et nécessitent que vous fassiez la commande `apt update` en SSH ou ligne de commande pour continuer les mises à jour.
! Répondez Oui à l'avertissement à propos du changement de `stable` vers `oldstable`.
! Cette opération n'est pas nécessaire pour YunoHost 11.x (images Bullseye)
<div class="hardware-image">
<div id="cards-list">
</div>
</div>
<template id="image-template">
<div id="{id}" class="card panel panel-default">
<div class="panel-body text-center">
<h3>{name}</h3>
<div class="card-comment">{comment}</div>
<div class="card-desc text-center">
<img src="/user/images/{image}" height=100 style="vertical-align:middle">
</div>
</div>
<div class="annotations flex-container">
<div class="flex-child annotation"><a href="{file}.sha256sum">[fa=barcode] Checksum</a></div>
<div class="flex-child annotation"><a href="{file}.sig">[fa=tag] Signature</a></div>
</div>
<div class="btn-group" role="group">
<a href="{file}" target="_BLANK" type="button" class="btn btn-info col-sm-12"><span class="glyphicon glyphicon-download-alt" aria-hidden="true"></span> Télécharger <small>{version}</small></a>
</div>
</div>
</template>
<script>
/*
###############################################################################
Script that loads the infos from javascript and creates the corresponding
cards
###############################################################################
*/
$(document).ready(function () {
console.log("in load");
$.getJSON('https://build.yunohost.org/images.json', function (images) {
$.each(images, function(k, infos) {
if (infos.hide == true) { return; }
// Fill the template
html = $('#image-template').html()
.replace('{id}', infos.id)
.replace('{name}', infos.name)
.replace('{comment}', infos.comment || "&nbsp;")
.replace('%7Bimage%7D', infos.image)
.replace('{image}', infos.image)
.replace('{version}', infos.version);
if (!infos.file.startsWith("http"))
infos.file="https://build.yunohost.org/"+infos.file;
html = html.replace(/%7Bfile%7D/g, infos.file).replace(/{file}/g, infos.file);
if ((typeof(infos.has_sig_and_sums) !== 'undefined') && infos.has_sig_and_sums == false)
{
var $html = $(html);
$html.find(".annotations").html("&nbsp;");
html = $html[0];
}
$('#cards-list').append(html);
});
});
});
</script>

View file

@ -13,7 +13,7 @@ This page requires Javascript enabled to display properly :s.
<br/>
</span>
!!! Even if the image does not corresponds to the latest version of YunoHost, you can still use it and do a regular system upgrade after setting up!
!!! Even if the image does not correspond to the latest version of YunoHost, you can still use it and do a regular system upgrade after setting up!
!!! If you wish to check the validity of our signed images, you can [download our public key](https://forge.yunohost.org/yunohost.asc).

View file

@ -10,6 +10,7 @@ page-toc:
depth: 3
---
!! This application is currently broken! To help fix this application please checkout [https://github.com/YunoHost-Apps/archivist_ynh](https://github.com/YunoHost-Apps/archivist_ynh)
## Functionality
This application is based on rsync and GPG, it offers:

View file

@ -0,0 +1,31 @@
---
title: Backup Methods
template: docs
taxonomy:
category: docs
routes:
default: '/backup/backup_methods'
page-toc:
active: true
depth: 3
---
## [BorgBackup](/borgbackup)
This application offers:
* backup of data on an external disk or on a remote Borg repository
* deduplication and compression of files, which allows to keep many previous copies
* data encryption, which allows you to store data with a third party
* to define the frequency and type of data to be backed up
* a mail alert system in case of backup failure.
## [Restic](/restic)
This application offers:
* backup of data to remote storage (support for different types of storage)
* deduplication and compression of files, which makes it possible to keep many previous copies
* data encryption, which allows to store data at a third party
## [Archivist](/archivist)
!! This application is currently broken!
This application is based on rsync and GPG, it offers:
* backup of data on a remote storage (support for different types of storage)
* data encryption, which allows to store data at a third party

View file

@ -0,0 +1,126 @@
---
title: Domande frequenti
template: docs
taxonomy:
category: docs
routes:
default: '/faq'
---
#### Con quale licenza è rilasciato Yunohost?
I pacchetti che si trovano in YunoHost sono rilasciati con licenza GNU AGPL v.3.
YunoHost è basato sulla distribuzione Debian, quindi rispetta le licenze degli elementi sui quali Debian è costruito.
I programmi e i pacchetti hanno la loro propria licenza.
#### Quale obbiettivo si prefigge YunoHost?
Siamo convinti che la decentralizzazione di Internet, e il riappropriarsi della responsabilità e del controllo dei nostri dati e servizi, sia una questione essenziale per garantire una società libera e democratica.
Il progetto YunoHost cerca di democratizzare il self hosting.
Mettiamo a disposizione un software che facilita la gestione e l'amministrazione, in proprio, di un server, riducendo le competenze necessarie e il tempo richiesto.
#### In pratica cosa *fa* YunoHost?
YunoHost è contemporaneamente una distribuzione, cioè una versione di GNU/Linux-Debian dedicata ad uno scopo preciso e arricchita da un insieme di applicazioni che YunoHost contempla nel suo catalogo, sia un "semplice" programma che configura Debian in maniera automatica e gestisce per voi le configurazioni più difficili.
Ad esempio, per installare una istanza WordPress manualmente si devono eseguire una serie complessa di comandi per creare gli utenti, installare un server web, un server SQL, scaricare l'archivio di WordPress, decomprimerlo, configurare il sever web e il server SQL ed infine configurare WordPress. YunoHost effettua tutte queste operazioni al vostro posto, affinché possiate concentrarvi su cose più importanti.
Maggiori informazioni le potete trovare [qui](/whatsyunohost) !
#### Posso ospitare un sito internet in YunoHost?
Certamente! [Qui](https://github.com/YunoHost-Apps/my_webapp_ynh). trovate tutto quello che vi serve. Questa applicazione fornisce un "contenitore vuoto": alla fine dell'installazione sarà sufficiente inviare i vostri file (via SSH/SCP o SFTP) alla destinazione corretta. Se necessario potrete usare codice PHP o un database SQL.
#### Posso ospitare più di un sito internet con nomi di dominio diversi?
Si è possibile ospitare più siti con domini diversi in quanto YunoHost accetta più nomi di dominio e alcuni programmi di gestione di siti web, come *Wordpress* o *My Webapp*, gestiscono più istanze, potendo quindi installarli più volte.
#### Perché non posso accedere alle mie applicazioni con l'indirizzo IP del server?
Per motivi tecnici il [SSO](https://github.com/YunoHost/SSOwat/) (Single Sign On) non permette agli utilizzatori di connettersi alla propria dashboard quando si accede al server con il suo indirizzo IP. Se non potete configurare il DNS, una soluzione temporanea è quella di modificare il [file 'hosts' (ultimo §)](/dns_local_network) del proprio computer.
#### Su quale modello economico si basa YunoHost ?
YunoHost è sviluppato da una comunità di volontari durante il loro tempo libero. Il progetto riceve regolarmente donazioni che finanziano principalmente le spese per i server e le spese di marketing (gli adesivi ;P). Il progetto ha ricevuto (o riceve attualmente) sovvenzioni da parte di organizzazioni quali [NLnet](https://nlnet.nl/) o [CodeLutin](https://www.codelutin.com/) al fine di finaziare lo sviluppo di parti ben definite.
Le donazioni al progetto stanno aumentando e quindi sono allo studio delle iniziative per ridistribuire il ricavato ai principali sviluppatori, al fine di consolidare nel tempo il progetto. Inoltre alcuni sviluppatori svolgono parte della loro attività professionale avvalendosi di YunoHost.
#### Posso fare una donazione al progetto ?
Si è possibile! YunoHost paga server e nomi di dominio, e ci piacerebbe permettere ai nostri collaboratori/trici, di continuare a sviluppare YunoHost piuttosto di doversi cercare un altro lavoro.
Potete donare tramite il [nostro portale per le donazioni](https://donate.yunohost.org)
Se potete, accettiamo anche contributi di diversa natura (una parte della nostra infrastruttura proviene da associazioni che ci forniscono alcuni server).
#### Come posso contribuire al progetto ?
Esistono [diversi modi per contribuire](/contribute) :).
Fateci conoscere le vostre idee!
Un malinteso comune per i nuovi arrivati nei progetti di software libero è quello di credere di "non essere abbastanza competenti". Nella realtà nessuno è "sufficientemente competente" :). Quello che veramente conta è: [piacere per quello che si fa](https://www.youtube.com/watch?v=zIbR5TAz2xQ&t=113s), essere empatici con le persone del progetto, essere pazienti e testardi con i computer, e avere tempo libero. Fare il possibile è già abbastanza!
#### Quale è lo progetto politico di YunoHost ?
È spiegato in [questo documento](/project_organization) :).
#### Potete migrare YunoHost verso la mia [distro preferita] ?
Se vi appassiona la guerriglia tra distribuzioni, o pensate che 'Debian fa schifo', YunoHost non fa per voi.
YunoHost è rivolto ad un pubblico di semplici appassionati, che desiderano semplicemente che tutto funzioni senza dover passare settimane a configurare un servizio. Debian ha dei difetti, ma è una tra (se non "la") le distribuzioni più conosciute e utilizzate per la gestione dei server. È stabile. La maggior parte dei servizi che si possono hostare sono in qualche modo compatibili con Debian. Debian è facilmente personalizzabile da chiunque abbia già utilizzato la linea di comando anche solo sul proprio pc. Nessuna altra distribuzione ha caratteristiche così uniche che renderebbero indispensabile la migrazione di YunoHost verso di essa.
Se questo non vi convince, esistono altri progetti basati su altre distribuzioni e altre filosofie.
#### Ho studiato come funziona il packaging delle app. Perché reinventate [il mio formato preferito dei pacchetti]?
Qualcuno ha cercato di paragonare il sistema di packaging di YunoHost con altri (come ad esempio il `.deb` di Debian) nonostante abbiano scopi diversi. I sistemi di packaging tradizionali sono pensati per installare gli elementi di basso livello come i files, comandi, programmi o servizi sul sistema. Spesso è poi delegato a voi il compito di configurarli opportunamente, semplicemente perché non esiste un ambiente standard. Normalmente le applicazioni web richiedono un importante lavoro di configurazione in quanto hanno bisogno di interfacciarsi con un server web e un database (e l'interfaccia di connessione unica / SSO).
YunoHost esegue delle astrazioni di alto livello (applicazioni, domini, utenti...) e configura un ambiente standard (NGINX, Metronome, SSOwat...) e, grazie a questo, può gestire la configurazione invece che delegarla all'amministratore.
#### Quando implementerete [il programma che mi piacerebbe]? Perché [la mia app preferita] non è stata compilata? Trovo incredibile che non abbiate ancora implementato [la mia app preferita]!
Noi non fissiamo un calendario.
Siamo una manciata di volontari che impiegano il loro tempo libero per sviluppare e mantenere YunoHost. Non abbiamo un management, non siamo un'azienda, semplicemente facciamo quello che possiamo quando possiamo e per solo amore verso questo software.
Se desiderate che la vostra app preferita sia implementata e documentata [aiutateci](/contribute)! Non vediamo l'ora di aiutarvi a mettervi al lavoro.
### Qual'è la policy a riguardo delle applicazioni incluse nel catalogo ufficiale?
La regola principale è includere nel catalogo ufficiale solo programmi distribuiti con una licenza di software libero.
Tuttavia nello sviluppo di YunoHost sono apparsi alcuni casi dubbi a causa di programmi che potrebbero essere importanti per gli scopi e che coincidono con il suo spirito pur non essendo precisamente software libero. Sono situazioni come:
- programmi che promuovono l'uso di servizi centralizzati pensato proprio per evitarne l'uso diretto;
- programmi che hanno dipendenze o altro non liberi;
- "nuove" licenze post-open-source / etiche-ma-non-libere come ad esempio [ACSL](https://anticapitalist.software/), the [HL3](https://firstdonoharm.dev/) o [CoopCycle License](https://github.com/coopcycle/coopcycle-web/blob/master/LICENSE);
- modelli "open-core", clausole di protezione di marchi o su licenze "business-related" (come ad esempio BSL) pensate per mantenere i progetti pur rimanendo eticamente accettabili.
Pur rimanendo convinti che i principi del software libero siano un passi essenziali per quelli che sono [gli obbiettivi di YunoHost](#what-s-yunohost-goal) pensiamo anche che questi siano mezzi e non fini. Rifiutiamo la visione purista secondo la quale il software è libero o proprietario e la premessa erronea che la tecnologia sia fondamentalmente neutrale. Crediamo che i programmi e la tecnologia possano e debbano esistere oltre la definizione di software libero pensata 40 anni fa (vedi anche: [Freedom isn't Free](https://logicmag.io/failure/freedom-isnt-free/) e [Post-Open Source](https://www.boringcactus.com/2020/08/13/post-open-source.html)).
Di conseguenza il progetto permette l'inclusione nel catalogo ufficiale ***caso per caso*** di applicazioni che non si definiscono "software libero" ma considerati etici e degni di interesse per [gli obbiettivi di YunoHost](#what-s-yunohost-goal). Queste applicazioni sono segnalate nel catalogo e un messaggio apposito viene mostrato prima dell'installazione.
Se trovate un'applicazione mancante di tale segnalazione potete parire una discussione o aprire una pull request sul [catalogo della applicazioni](https://github.com/YunoHost/apps/).
Se usate YunoHost per la vostra iniziativa commerciale è vostra responsabilità controllare la licenza dei programmi che volete installare sul vostro server.
### Perché non includete la [caratteristica X]?
YunoHost è pensata per utenti non particolarmente capaci tecnicamente e cerca di rimanere semplice nell'interfaccia. Allo stesso tempo, il progetto è tempi ed energie limitate per la manutenzione e lo sviluppo. Di conseguenza dobbiamo abbassare la priorità delle richieste di caratteristiche o anche di rifiutarle completamente basandosi sui seguenti criteri:
- è utile solo per utenti avanzati, fuori dallo scopo del progetto;
- introduce troppe complicazioni nell'interfaccia;
- copre solo problemi poco realistici;
- soddisfa solo necessità da puristi;
- e soprattutto è troppo pesante in termini di sviluppo e manutenzione, tempo ed energia rispetto al guadagno del progetto.

View file

@ -7,7 +7,7 @@ routes:
default: '/packaging_apps_helpers'
---
Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/doc/generate_helper_doc.py) on 22/07/2023 (YunoHost version 11.2.3)
Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/doc/generate_helper_doc.py) on 10/10/2023 (YunoHost version 11.2.5)
## APPS
@ -25,7 +25,7 @@ Requires YunoHost version *.*.* or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/apps#L9)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/apps#L9)
[/details]
----------------
@ -41,7 +41,7 @@ Requires YunoHost version *.*.* or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/apps#L65)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/apps#L65)
[/details]
----------------
@ -70,7 +70,7 @@ If the app relies on a specific PHP version, then `php` will be aliased that ver
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/apps#L128)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/apps#L128)
[/details]
----------------
@ -94,7 +94,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/apt#L53)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/apt#L53)
[/details]
----------------
@ -115,7 +115,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/apt#L75)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/apt#L75)
[/details]
----------------
@ -129,7 +129,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/apt#L107)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/apt#L107)
[/details]
----------------
@ -146,7 +146,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/apt#L117)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/apt#L117)
[/details]
----------------
@ -163,7 +163,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/apt#L128)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/apt#L128)
[/details]
----------------
@ -180,7 +180,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/apt#L138)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/apt#L138)
[/details]
----------------
@ -197,7 +197,7 @@ Requires YunoHost version 2.7.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/apt#L148)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/apt#L148)
[/details]
----------------
@ -219,7 +219,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/apt#L225)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/apt#L225)
[/details]
----------------
@ -236,7 +236,7 @@ Requires YunoHost version 3.8.1 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/apt#L338)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/apt#L338)
[/details]
----------------
@ -252,7 +252,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/apt#L357)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/apt#L357)
[/details]
----------------
@ -272,7 +272,7 @@ Requires YunoHost version 3.8.1 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/apt#L391)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/apt#L391)
[/details]
----------------
@ -345,7 +345,7 @@ Requires YunoHost version 3.5.0 or higher for the argument `--not_mandatory`
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/backup#L64)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/backup#L64)
[/details]
----------------
@ -359,7 +359,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/backup#L179)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/backup#L179)
[/details]
----------------
@ -404,7 +404,7 @@ Requires YunoHost version 3.5.0 or higher for the argument --not_mandatory
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/backup#L238)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/backup#L238)
[/details]
----------------
@ -423,7 +423,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/backup#L306)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/backup#L306)
[/details]
----------------
@ -445,7 +445,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/backup#L357)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/backup#L357)
[/details]
----------------
@ -464,7 +464,7 @@ Requires YunoHost version 3.3.1 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/backup#L397)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/backup#L397)
[/details]
----------------
@ -487,7 +487,7 @@ Requires YunoHost version 2.7.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/backup#L432)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/backup#L432)
[/details]
----------------
@ -510,7 +510,7 @@ Requires YunoHost version 2.7.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/backup#L480)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/backup#L480)
[/details]
----------------
@ -587,7 +587,7 @@ Requires YunoHost version 4.1.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/fail2ban#L64)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/fail2ban#L64)
[/details]
----------------
@ -601,7 +601,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/fail2ban#L119)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/fail2ban#L119)
[/details]
----------------
@ -629,7 +629,7 @@ Requires YunoHost version 3.8.1 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/hardware#L13)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/hardware#L13)
[/details]
----------------
@ -652,7 +652,7 @@ Requires YunoHost version 3.8.1 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/hardware#L75)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/hardware#L75)
[/details]
----------------
@ -673,7 +673,7 @@ Requires YunoHost version 2.4.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/logging#L10)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/logging#L10)
[/details]
----------------
@ -690,7 +690,7 @@ Requires YunoHost version 3.2.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/logging#L30)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/logging#L30)
[/details]
----------------
@ -707,7 +707,7 @@ Requires YunoHost version 3.2.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/logging#L56)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/logging#L56)
[/details]
----------------
@ -724,7 +724,7 @@ Requires YunoHost version 3.2.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/logging#L73)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/logging#L73)
[/details]
----------------
@ -743,7 +743,7 @@ Requires YunoHost version 3.2.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/logging#L92)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/logging#L92)
[/details]
----------------
@ -762,7 +762,7 @@ Requires YunoHost version 3.2.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/logging#L113)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/logging#L113)
[/details]
----------------
@ -781,7 +781,7 @@ Requires YunoHost version 3.2.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/logging#L134)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/logging#L134)
[/details]
----------------
@ -800,7 +800,7 @@ Requires YunoHost version 3.2.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/logging#L155)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/logging#L155)
[/details]
----------------
@ -819,7 +819,7 @@ Requires YunoHost version 3.2.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/logging#L176)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/logging#L176)
[/details]
----------------
@ -839,7 +839,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/logging#L237)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/logging#L237)
[/details]
----------------
@ -854,7 +854,7 @@ Requires YunoHost version 3.6.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/logging#L325)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/logging#L325)
[/details]
----------------
@ -883,7 +883,7 @@ Requires YunoHost version 3.2.0 or higher for the argument `--specific_user`
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/logrotate#L18)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/logrotate#L18)
[/details]
----------------
@ -897,7 +897,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/logrotate#L109)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/logrotate#L109)
[/details]
----------------
@ -914,7 +914,7 @@ Requires YunoHost version 4.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/multimedia#L11)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/multimedia#L11)
[/details]
----------------
@ -934,7 +934,7 @@ Requires YunoHost version 4.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/multimedia#L64)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/multimedia#L64)
[/details]
----------------
@ -951,7 +951,7 @@ Requires YunoHost version 4.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/multimedia#L93)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/multimedia#L93)
[/details]
----------------
@ -984,7 +984,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/mysql#L15)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/mysql#L15)
[/details]
----------------
@ -1002,7 +1002,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/mysql#L36)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/mysql#L36)
[/details]
----------------
@ -1020,7 +1020,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/mysql#L60)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/mysql#L60)
[/details]
----------------
@ -1041,7 +1041,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/mysql#L128)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/mysql#L128)
[/details]
----------------
@ -1060,7 +1060,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/mysql#L160)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/mysql#L160)
[/details]
----------------
@ -1082,7 +1082,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/mysql#L198)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/mysql#L198)
[/details]
----------------
@ -1100,7 +1100,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/mysql#L224)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/mysql#L224)
[/details]
----------------
@ -1124,7 +1124,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/network#L12)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/network#L12)
[/details]
----------------
@ -1145,7 +1145,7 @@ Requires YunoHost version 3.8.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/network#L36)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/network#L36)
[/details]
----------------
@ -1166,7 +1166,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/network#L99)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/network#L99)
[/details]
----------------
@ -1187,7 +1187,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/network#L119)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/network#L119)
[/details]
----------------
@ -1215,7 +1215,7 @@ Requires YunoHost version 4.1.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/nginx#L19)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/nginx#L19)
[/details]
----------------
@ -1229,7 +1229,7 @@ Requires YunoHost version 2.7.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/nginx#L41)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/nginx#L41)
[/details]
----------------
@ -1243,7 +1243,7 @@ Requires YunoHost version 11.1.9 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/nginx#L52)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/nginx#L52)
[/details]
----------------
@ -1297,7 +1297,7 @@ Requires YunoHost version 2.7.12 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/nodejs#L52)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/nodejs#L52)
[/details]
----------------
@ -1321,7 +1321,7 @@ Requires YunoHost version 2.7.12 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/nodejs#L92)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/nodejs#L92)
[/details]
----------------
@ -1339,7 +1339,7 @@ Requires YunoHost version 2.7.12 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/nodejs#L165)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/nodejs#L165)
[/details]
----------------
@ -1412,7 +1412,7 @@ Requires YunoHost version 3.7.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/permission#L66)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/permission#L66)
[/details]
----------------
@ -1431,7 +1431,7 @@ Requires YunoHost version 3.7.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/permission#L152)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/permission#L152)
[/details]
----------------
@ -1449,7 +1449,7 @@ Requires YunoHost version 3.7.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/permission#L169)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/permission#L169)
[/details]
----------------
@ -1472,7 +1472,7 @@ Requires YunoHost version 3.7.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/permission#L192)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/permission#L192)
[/details]
----------------
@ -1495,7 +1495,7 @@ Requires YunoHost version 3.7.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/permission#L260)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/permission#L260)
[/details]
----------------
@ -1516,7 +1516,7 @@ Requires YunoHost version 3.7.1 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/permission#L329)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/permission#L329)
[/details]
----------------
@ -1531,7 +1531,7 @@ Requires YunoHost version 4.1.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/permission#L359)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/permission#L359)
[/details]
----------------
@ -1542,7 +1542,7 @@ Requires YunoHost version 4.1.2 or higher.
**Example**: `if ynh_legacy_permissions_exists then ynh_legacy_permissions_delete_all # You can recreate the required permissions here with ynh_permission_create fi Requires YunoHost version 4.1.2 or higher.`
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/permission#L379)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/permission#L379)
[/details]
----------------
@ -1616,7 +1616,7 @@ Requires YunoHost version 4.1.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/php#L70)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/php#L70)
[/details]
----------------
@ -1630,7 +1630,7 @@ Requires YunoHost version 2.7.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/php#L281)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/php#L284)
[/details]
----------------
@ -1649,7 +1649,7 @@ Requires YunoHost version 4.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/php#L514)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/php#L517)
[/details]
----------------
@ -1669,7 +1669,7 @@ Requires YunoHost version 4.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/php#L546)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/php#L549)
[/details]
----------------
@ -1702,7 +1702,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/postgresql#L18)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/postgresql#L18)
[/details]
----------------
@ -1720,7 +1720,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/postgresql#L39)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/postgresql#L39)
[/details]
----------------
@ -1738,7 +1738,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/postgresql#L64)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/postgresql#L64)
[/details]
----------------
@ -1759,7 +1759,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/postgresql#L135)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/postgresql#L135)
[/details]
----------------
@ -1777,7 +1777,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/postgresql#L168)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/postgresql#L168)
[/details]
----------------
@ -1795,7 +1795,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/postgresql#L190)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/postgresql#L190)
[/details]
----------------
@ -1817,7 +1817,7 @@ Requires YunoHost version 2.7.13 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/postgresql#L234)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/postgresql#L234)
[/details]
----------------
@ -1835,7 +1835,7 @@ Requires YunoHost version 2.7.13 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/postgresql#L265)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/postgresql#L265)
[/details]
----------------
@ -1856,7 +1856,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/setting#L10)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/setting#L10)
[/details]
----------------
@ -1875,7 +1875,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/setting#L36)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/setting#L36)
[/details]
----------------
@ -1893,7 +1893,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/setting#L62)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/setting#L62)
[/details]
----------------
@ -1913,7 +1913,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/setting#L123)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/setting#L123)
[/details]
----------------
@ -1934,7 +1934,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/setting#L145)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/setting#L145)
[/details]
----------------
@ -1959,7 +1959,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/string#L13)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/string#L13)
[/details]
----------------
@ -1981,7 +1981,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/string#L40)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/string#L40)
[/details]
----------------
@ -2003,7 +2003,7 @@ Requires YunoHost version 2.7.7 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/string#L71)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/string#L71)
[/details]
----------------
@ -2026,7 +2026,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/string#L103)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/string#L103)
[/details]
----------------
@ -2052,7 +2052,7 @@ Requires YunoHost version 4.1.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/systemd#L15)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/systemd#L15)
[/details]
----------------
@ -2069,7 +2069,7 @@ Requires YunoHost version 2.7.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/systemd#L38)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/systemd#L38)
[/details]
----------------
@ -2091,7 +2091,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/systemd#L67)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/systemd#L67)
[/details]
----------------
@ -2115,7 +2115,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/user#L12)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/user#L12)
[/details]
----------------
@ -2137,7 +2137,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/user#L33)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/user#L33)
[/details]
----------------
@ -2155,7 +2155,7 @@ Requires YunoHost version 2.4.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/user#L53)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/user#L53)
[/details]
----------------
@ -2174,7 +2174,7 @@ Requires YunoHost version 2.2.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/user#L64)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/user#L64)
[/details]
----------------
@ -2193,7 +2193,7 @@ Requires YunoHost version 3.5.0.2 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/user#L82)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/user#L82)
[/details]
----------------
@ -2222,7 +2222,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/user#L111)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/user#L111)
[/details]
----------------
@ -2239,7 +2239,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/user#L153)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/user#L153)
[/details]
----------------
@ -2253,7 +2253,7 @@ Requires YunoHost version 4.1.7 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/user#L179)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/user#L179)
[/details]
----------------
@ -2274,7 +2274,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/utils#L61)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/utils#L61)
[/details]
----------------
@ -2286,7 +2286,7 @@ Requires YunoHost version 2.6.4 or higher.
**Arguments**:
- `-d`, `--dest_dir=`: Directory where to setup sources
- `-s`, `--source_id=`: Name of the source, defaults to `main` (when the sources resource exists in manifest.toml) or (legacy) `app` otherwise
- `-k`, `--keep=`: Space-separated list of files/folders that will be backup/restored in $dest_dir, such as a config file you don't want to overwrite. For example 'conf.json secrets.json logs/'
- `-k`, `--keep=`: Space-separated list of files/folders that will be backup/restored in $dest_dir, such as a config file you don't want to overwrite. For example 'conf.json secrets.json logs' (no trailing `/` for folders)
- `-r`, `--full_replace=`: Remove previous sources before installing new sources
**Details**:<br/>
@ -2366,7 +2366,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/utils#L154)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/utils#L154)
[/details]
----------------
@ -2392,7 +2392,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/utils#L397)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/utils#L399)
[/details]
----------------
@ -2450,7 +2450,7 @@ Requires YunoHost version 4.1.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/utils#L481)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/utils#L483)
[/details]
----------------
@ -2494,7 +2494,7 @@ Requires YunoHost version 4.3 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/utils#L635)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/utils#L637)
[/details]
----------------
@ -2513,7 +2513,7 @@ Requires YunoHost version 4.3 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/utils#L712)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/utils#L714)
[/details]
----------------
@ -2529,7 +2529,7 @@ Requires YunoHost version 2.7.12 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/utils#L827)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/utils#L829)
[/details]
----------------
@ -2546,7 +2546,7 @@ Requires YunoHost version 2.6.4 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/utils#L858)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/utils#L860)
[/details]
----------------
@ -2566,7 +2566,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/utils#L892)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/utils#L894)
[/details]
----------------
@ -2591,7 +2591,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/utils#L935)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/utils#L937)
[/details]
----------------
@ -2614,7 +2614,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/utils#L964)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/utils#L966)
[/details]
----------------
@ -2637,7 +2637,7 @@ Requires YunoHost version 3.5.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/utils#L989)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/utils#L991)
[/details]
----------------
@ -2669,7 +2669,7 @@ Requires YunoHost version 3.8.0 or higher.
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/helpers/utils#L1019)
[Dude, show me the code!](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/helpers/utils#L1021)
[/details]
----------------

View file

@ -7,7 +7,7 @@ routes:
default: '/packaging_apps_resources'
---
Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/465f6da5cd4d716bbcb802dfd742114083034235/doc/generate_resource_doc.py) on 22/07/2023 (YunoHost version 11.2.3)
Doc auto-generated by [this script](https://github.com/YunoHost/yunohost/blob/6f1a00922a8fa866823ecd87dc6e6da2ab8e5005/doc/generate_resource_doc.py) on 10/10/2023 (YunoHost version 11.2.5)
----------------

59
pages/07.help/help.fr.md Normal file
View file

@ -0,0 +1,59 @@
---
title: Aidez-moi
template: docs
taxonomy:
category: docs
routes:
default: '/help-me'
---
Bien que les contributeurs de YunoHost essaient continuellement de l'améliorer, YunoHost ou sa documentation ne sont exempts de bugs ou d'erreurs. Pour nous aider à vous aider, vous devez cependant suivre ces instructions.
Le support n'est prodigué que sur [le forum](https://forum.yunohost.org?target=_blank) ou sur [nos salons de discussion](/chat_rooms?target=_blank).
Nous sommes présents sur Mastodon, mais nous ne prodiguons pas d'aide sur cette plateforme.
Pour que nous puissions être en mesure de vous aider sur le forum, vous devez impérativement remplir le modèle de demande de support.
# À faire
## Soyez courtois et patient
L'aide dans les salons de discussion ou sur le forum est apportée par nos utilisateurs et contributeurs, tous bénévoles. Que vous soyiez peut-être pressé, ou épuisé par des essais infructueux... Faites une pause, buvez une gorgée de votre boisson apaisante préférée, puis poursuivez votre lecture. Nous avons besoin de vous dans un bon état d'esprit pour vous aider.
## Expliquez le contexte
Votre demande doit être formulée de manière complète mais concise. Expliquez clairement ce que vous voulez obtenir et en quoi cela ne fonctionne pas pour vous.
## Montrez les erreurs et les journaux
Ceci est absolument primordial si YunoHost ou une commande échoue. YunoHost explique toujours pourquoi, que ce soit par un simple code d'erreur ou par un pavé de texte apparemment incompréhensible.
YunoHost fournit des boutons verts "Partager avec YunoPaste" lorsque quelque chose échoue ou dans la page Services de la webadmin. Cliquez dessus, ce qui ouvrira une nouvelle page web dont vous pourrez partager l'URL.
![YunoPaste button](image://yunopaste.png)
![YunoPaste from install error](image://yunopaste_install.mp4?loop=1&controls=0&autoplay=1&muted)
![YunoPaste from service](image://yunopaste_service.mp4?loop=1&controls=0&autoplay=1&muted)
Si votre problème n'est pas lié à un processus d'installation ou de mise à jour, mais plutôt à une application qui ne se charge pas correctement, vous pouvez déjà enquêter avec la console de votre navigateur (s'ouvrant avec la touche F12) : son onglet Réseau peut vous montrer les codes d'erreur HTTP (y compris les bien connus 403, 404, 500...), et sa Console peut également afficher des erreurs.
Les captures d'écran sont les bienvenues.
# À ne pas faire
## Évitez le [problème XY] (https://xyproblem.info/)
En résumé, expliquez la cause de votre problème. Vous pouvez faire part de votre tentative de solution, mais le *pourquoi* vous avez besoin de cette solution potentielle est le plus important.
## Ne soyez pas vague
Ne supposez pas que nous comprenons ce dont vous parlez, ne prenez pas de raccourcis, ne reformulez pas, ne simplifiez pas, n'éditorialisez pas les messages d'erreur.
N'écrivez pas "ça ne marche pas", "ça ne veut pas", "ça ne se charge pas", ou d'autres phrases vides de sens.
Expliquez ce qui ne va pas et comment cela apparaît à l'écran. Il y a, par exemple, une différence importante entre une page complètement blanche et une page blanche avec un code d'erreur, même minimaliste.
## Ne tournez pas autour du pot
Il n'est pas nécessaire de demander l'autorisation pour demander de l'aide. Il s'agit d'un chat/forum d'assistance, donc oui, vous pouvez poser votre question.
Ne posez pas votre question comme un sondage, comme dans "Est-ce que quelqu'un a réussi à faire fonctionner l'application XY ?" Si cela ne fonctionne pas pour vous, expliquez directement le problème que vous avez rencontré, expliquez le contexte, partagez les logs.
## Ne soyez pas un trou du cul
L'accès au forum ou aux salons de discussion est un privilège qui peut être révoqué.

58
pages/07.help/help.md Normal file
View file

@ -0,0 +1,58 @@
---
title: Help me
template: docs
taxonomy:
category: docs
routes:
default: '/help-me'
---
Even though YunoHost contributors try to continuously perfect it, YunoHost itself or this documentation are not free from bugs or flaw. To let us help you, however, you need to follow these guidelines.
Support is only available on [the forum](https://forum.yunohost.org?target=_blank) or our [chatrooms](/chat_rooms?target=_blank).
We are also on Mastodon, but we do not offer help on this platform.
To allow us to help you on the forum, you absolutely need to fill in the Support request template.
# Dos
## Be courteous and patient
Help in the chatrooms or on the forum is given by our users and contributors, all volunteers. You may be in a hurry, you may be exhausted by fruitless trials... Have a break, have a sip of your preferred soothing beverage, then continue reading. We need you in a good mindset to help you.
## Explain the context
Your request needs to be stated in a complete but concise way. Explain plainly what you want to achieve and in what manner it is not working for you.
## Show errors and logs
This is absolutely paramount if YunoHost or a command fails. It always explains why, through a single error code or a full wall of seemingly illegible text.
For the latter, YunoHost provides green "Share with YunoPaste" buttons when something fails or in the Services page of the webadmin. Click on it, it will open a new web page, and you can then share its URL.
![YunoPaste button](image://yunopaste.png)
![YunoPaste from install error](image://yunopaste_install.mp4?loop=1&controls=0&autoplay=1&muted)
![YunoPaste from service](image://yunopaste_service.mp4?loop=1&controls=0&autoplay=1&muted)
If your issue is not related to an installation or upgrade process but instead is about an app failing load properly, ideally you can investigate with your browser console (opened with the F12 key): its Network tab can show you HTTP error codes (including the infamous 403, 404, 500...), and its Console can output errors too.
Screenshots are most welcome.
# Don'ts
## Avoid the infamous [XY Problem](https://xyproblem.info/)
In a nutshell, explain the root cause of your issue. You may share your attempted solution, but explaining ***why*** you need that potential solution is more important.
## Do not be vague
Do not assume we understand what you are talking about, do not take shortcuts, do not rephrase, do not simplify, do not trim the error messages.
Do not write "it does not work", "it does not want", "it does not load", ["computer says no"](https://en.wikipedia.org/wiki/Computer_says_no).
Explain what is wrong, and how it is displayed onscreen. There is, for example, an important difference between a completely blank page and a blank page with a minimalistic error code.
## Do not beat about the bush
No need to ask if you can ask. It is a support chat/forum, therefore yes, you can ask your question.
Do not ask your question like a poll, as in "Did anyone managed to get app XY working?". If it is not working for you, then explain directly what issue you got, explain the context, share the logs.
## Do not be an asshole
Access to the forum or the chatrooms is a courtesy that can be revoked.