Auto-update README

This commit is contained in:
yunohost-bot 2023-01-09 11:41:40 +00:00
parent ee3c78cd33
commit 8d1845cce0
2 changed files with 8 additions and 0 deletions

View file

@ -37,6 +37,10 @@ To support relative URLs from the backend, accessing the application via `http(s
It is possible that your backend service does not support setting up a "base URL" (custom web path). In that case, you will have to install the application on a dedicated (sub)domain.
### Plaintext localhost backend
Plaintext HTTP backend is only allowed on localhost. For now, only 127.X.X.X is allowed. 10.X.X.X should also be supported.
## Documentation and resources
* Official app website: <https://en.wikipedia.org/wiki/Reverse_proxy>

View file

@ -37,6 +37,10 @@ Pour supporter les URLs relatives depuis le backend, accéder à l'application v
Il est possible que votre service backend ne supporte pas de configurer une "base URL" (chemin web personnalisé). Dans ce cas, il faudra installer l'application sur un (sous-)domaine dédié.
### Backend localhost en clair (plaintext)
Les connexions en clair en HTTP au backend ne sont autorisées qu'en localhost sur les adresses 127.X.X.X. Il faudrait aussi supporter 10.X.X.X.
## Documentations et ressources
* Site officiel de l'app : <https://en.wikipedia.org/wiki/Reverse_proxy>