mirror of
https://github.com/YunoHost-Apps/reverseproxy_ynh.git
synced 2024-09-03 20:16:23 +02:00
commit
1dd825435f
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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": [
|
||||||
|
|
Loading…
Reference in a new issue