1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dex_ynh.git synced 2024-09-03 18:26:22 +02:00

Merge pull request #5 from YunoHost-Apps/testing

Testing to master
This commit is contained in:
Limezy 2022-03-31 20:53:43 +07:00 committed by GitHub
commit 01dcb6fbf1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 42 additions and 24 deletions

View file

@ -35,13 +35,19 @@ This Yunohost package will install Dex and setup a canonical OpenID Connect prov
## Disclaimers / important information
* Known limitations :
### Known limitations :
* Can't be installed yet using the web UI. You have to use the CLI
```
sudo yunohost app install https://github.com/Yunohost-Apps/dex_ynh
```
* Only tested on x86 architectures
* Dex only allows you to setup one OpenID Connect app at a time
* However, it's a working multi-instance app, so you can install it more than once
* Dex is only an OIDC provider, and user management will depend on the app using it as an OIDC provider
* To be used carefully :
### To be used carefully :
* Changing URL will work but will require some settings change in the app using Dex as an OIDC provider
* Going to the URL will only let you see a "This is where Dex is installed." message

View file

@ -31,13 +31,19 @@ This Yunohost package will install Dex and setup a canonical OpenID Connect prov
## Avertissements / informations importantes
* Known limitations :
### Known limitations :
* Can't be installed yet using the web UI. You have to use the CLI
```
sudo yunohost app install https://github.com/Yunohost-Apps/dex_ynh
```
* Only tested on x86 architectures
* Dex only allows you to setup one OpenID Connect app at a time
* However, it's a working multi-instance app, so you can install it more than once
* Dex is only an OIDC provider, and user management will depend on the app using it as an OIDC provider
* To be used carefully :
### To be used carefully :
* Changing URL will work but will require some settings change in the app using Dex as an OIDC provider
* Going to the URL will only let you see a "This is where Dex is installed." message

View file

@ -1,9 +1,15 @@
* Known limitations :
### Known limitations :
* Can't be installed yet using the web UI. You have to use the CLI
```
sudo yunohost app install https://github.com/Yunohost-Apps/dex_ynh
```
* Only tested on x86 architectures
* Dex only allows you to setup one OpenID Connect app at a time
* However, it's a working multi-instance app, so you can install it more than once
* Dex is only an OIDC provider, and user management will depend on the app using it as an OIDC provider
* To be used carefully :
### To be used carefully :
* Changing URL will work but will require some settings change in the app using Dex as an OIDC provider
* Going to the URL will only let you see a "This is where Dex is installed." message