mirror of
https://github.com/YunoHost-Apps/dex_ynh.git
synced 2024-09-03 18:26:22 +02:00
Update DISCLAIMER.md
This commit is contained in:
parent
70abb58fa1
commit
35d8ef1372
1 changed files with 14 additions and 8 deletions
|
@ -1,9 +1,15 @@
|
|||
* Known limitations :
|
||||
* 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
|
||||
### Known limitations :
|
||||
|
||||
* 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
|
||||
* 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 :
|
||||
|
||||
* 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
|
||||
|
|
Loading…
Reference in a new issue