Merge pull request #5 from YunoHost-Apps/testing

Update manifest.json
This commit is contained in:
Alexandre Aubin 2023-11-28 02:01:13 +01:00 committed by GitHub
commit 1dd825435f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -27,7 +27,7 @@ The supported backends are:
Please be aware that SSOWat sends user credentials in plaintext to the backend, so do not use this application to reverse-proxy a service you don't trust (for example to mirror a site hosted by someone else). Please be aware that SSOWat sends user credentials in plaintext to the backend, so do not use this application to reverse-proxy a service you don't trust (for example to mirror a site hosted by someone else).
**Shipped version:** 0.2~ynh1 **Shipped version:** 0.2~ynh2
## Disclaimers / important information ## Disclaimers / important information
### Backend web path ### Backend web path

View file

@ -27,7 +27,7 @@ Les backends supportés sont:
Attention, SSOWat envoie les identifiants des utilisateurices en clair jusqu'au backend, donc n'utilisez pas cette application pour reverse-proxy un service dans lequel vous n'avez pas confiance (par exemple pour mirrorer un site hébergé par une autre personne). Attention, SSOWat envoie les identifiants des utilisateurices en clair jusqu'au backend, donc n'utilisez pas cette application pour reverse-proxy un service dans lequel vous n'avez pas confiance (par exemple pour mirrorer un site hébergé par une autre personne).
**Version incluse :** 0.2~ynh1 **Version incluse :** 0.2~ynh2
## Avertissements / informations importantes ## Avertissements / informations importantes
### Chemin web du backend ### Chemin web du backend

View file

@ -6,7 +6,7 @@
"en": "Create a reverse proxy to a socket/port, optionally serve static files from folder", "en": "Create a reverse proxy to a socket/port, optionally serve static files from folder",
"fr": "Créer un reverse proxy vers un socket/port, optionnellement servir des fichiers statiques depuis un dossier" "fr": "Créer un reverse proxy vers un socket/port, optionnellement servir des fichiers statiques depuis un dossier"
}, },
"version": "0.2~ynh1", "version": "0.2~ynh2",
"license": "AGPL-3.0-or-later", "license": "AGPL-3.0-or-later",
"url": "https://en.wikipedia.org/wiki/Reverse_proxy", "url": "https://en.wikipedia.org/wiki/Reverse_proxy",
"upstream": { "upstream": {
@ -17,7 +17,7 @@
"email": "selfhoster1312@kl.netlib.re" "email": "selfhoster1312@kl.netlib.re"
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.2.0" "yunohost": ">= 11.2"
}, },
"multi_instance": true, "multi_instance": true,
"services": [ "services": [