mirror of
https://github.com/YunoHost-Apps/dex_ynh.git
synced 2024-09-03 18:26:22 +02:00
Merge pull request #11 from YunoHost-Apps/ci-auto-update-v2.31.2
Upgrade to version 2.31.2
This commit is contained in:
commit
7ebe3eb101
4 changed files with 34 additions and 33 deletions
25
README.md
25
README.md
|
@ -5,7 +5,7 @@ It shall NOT be edited by hand.
|
|||
|
||||
# Dex for YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/dex)  
|
||||
[](https://dash.yunohost.org/appci/app/dex)  
|
||||
[](https://install-app.yunohost.org/?app=dex)
|
||||
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
@ -24,14 +24,12 @@ This Yunohost package will install Dex and setup a canonical OpenID Connect prov
|
|||
- Interfaced with Yunohost's LDAP server
|
||||
|
||||
|
||||
**Shipped version:** 2.31.1~ynh3
|
||||
|
||||
|
||||
**Shipped version:** 2.31.2~ynh1
|
||||
|
||||
## Screenshots
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## Disclaimers / important information
|
||||
|
||||
|
@ -49,21 +47,22 @@ This Yunohost package will install Dex and setup a canonical OpenID Connect prov
|
|||
|
||||
## Documentation and resources
|
||||
|
||||
* Official app website: https://dexidp.io
|
||||
* Official admin documentation: https://dexidp.io/docs/
|
||||
* Upstream app code repository: https://github.com/dexidp/dex
|
||||
* YunoHost documentation for this app: https://yunohost.org/app_dex
|
||||
* Report a bug: https://github.com/YunoHost-Apps/dex_ynh/issues
|
||||
* Official app website: <https://dexidp.io>
|
||||
* Official admin documentation: <https://dexidp.io/docs/>
|
||||
* Upstream app code repository: <https://github.com/dexidp/dex>
|
||||
* YunoHost documentation for this app: <https://yunohost.org/app_dex>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/dex_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
||||
Please send your pull request to the [testing branch](https://github.com/YunoHost-Apps/dex_ynh/tree/testing).
|
||||
|
||||
To try the testing branch, please proceed like that.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/dex_ynh/tree/testing --debug
|
||||
or
|
||||
sudo yunohost app upgrade dex -u https://github.com/YunoHost-Apps/dex_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** https://yunohost.org/packaging_apps
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
|
|
31
README_fr.md
31
README_fr.md
|
@ -1,10 +1,14 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
# Dex pour YunoHost
|
||||
|
||||
[](https://dash.yunohost.org/appci/app/dex)  
|
||||
[](https://dash.yunohost.org/appci/app/dex)  
|
||||
[](https://install-app.yunohost.org/?app=dex)
|
||||
|
||||
*[Read this readme in english.](./README.md)*
|
||||
*[Lire ce readme en français.](./README_fr.md)*
|
||||
|
||||
> *Ce package vous permet d'installer Dex rapidement et simplement sur un serveur YunoHost.
|
||||
Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour savoir comment l'installer et en profiter.*
|
||||
|
@ -20,14 +24,12 @@ This Yunohost package will install Dex and setup a canonical OpenID Connect prov
|
|||
- Interfaced with Yunohost's LDAP server
|
||||
|
||||
|
||||
**Version incluse :** 2.31.1~ynh3
|
||||
|
||||
|
||||
**Version incluse :** 2.31.2~ynh1
|
||||
|
||||
## Captures d'écran
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
## Avertissements / informations importantes
|
||||
|
||||
|
@ -45,21 +47,22 @@ This Yunohost package will install Dex and setup a canonical OpenID Connect prov
|
|||
|
||||
## Documentations et ressources
|
||||
|
||||
* Site officiel de l'app : https://dexidp.io
|
||||
* Documentation officielle de l'admin : https://dexidp.io/docs/
|
||||
* Dépôt de code officiel de l'app : https://github.com/dexidp/dex
|
||||
* Documentation YunoHost pour cette app : https://yunohost.org/app_dex
|
||||
* Signaler un bug : https://github.com/YunoHost-Apps/dex_ynh/issues
|
||||
* Site officiel de l'app : <https://dexidp.io>
|
||||
* Documentation officielle de l'admin : <https://dexidp.io/docs/>
|
||||
* Dépôt de code officiel de l'app : <https://github.com/dexidp/dex>
|
||||
* Documentation YunoHost pour cette app : <https://yunohost.org/app_dex>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/dex_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
||||
Merci de faire vos pull request sur la [branche testing](https://github.com/YunoHost-Apps/dex_ynh/tree/testing).
|
||||
|
||||
Pour essayer la branche testing, procédez comme suit.
|
||||
```
|
||||
|
||||
``` bash
|
||||
sudo yunohost app install https://github.com/YunoHost-Apps/dex_ynh/tree/testing --debug
|
||||
ou
|
||||
sudo yunohost app upgrade dex -u https://github.com/YunoHost-Apps/dex_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**Plus d'infos sur le packaging d'applications :** https://yunohost.org/packaging_apps
|
||||
**Plus d'infos sur le packaging d'applications :** <https://yunohost.org/packaging_apps>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
SOURCE_URL=https://github.com/dexidp/dex/archive/refs/tags/v2.31.1.tar.gz
|
||||
SOURCE_SUM=a85f2f33a69954f9dc7da2255743d8befad24cd2c7afac4ab74c5b6d1072e67e
|
||||
SOURCE_URL=https://github.com/dexidp/dex/archive/refs/tags/v2.31.2.tar.gz
|
||||
SOURCE_SUM=0cef9ea022894eab7cf3d74efb706f01d51c3eb730478b08d8b6c9c0d0594abe
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_FILENAME=
|
||||
SOURCE_EXTRACT=true
|
||||
SOURCE_IN_SUBDIR=true
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
"description": {
|
||||
"en": "OpenID Connect Provider based on Yunohost LDAP server"
|
||||
},
|
||||
"version": "2.31.1~ynh3",
|
||||
"version": "2.31.2~ynh1",
|
||||
"url": "https://github.com/YunoHost-Apps/dex_ynh",
|
||||
"upstream": {
|
||||
"license": "Apache-2.0",
|
||||
|
@ -27,7 +27,7 @@
|
|||
"nginx"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
"install": [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain"
|
||||
|
|
Loading…
Add table
Reference in a new issue