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

* Auto-update README

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: OniriCorpe <oniricorpe@disroot.org>
This commit is contained in:
Limezy 2024-02-11 05:42:34 +07:00 committed by GitHub
parent c91561aab5
commit da741a9114
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 7 additions and 7 deletions

View file

@ -25,7 +25,7 @@ This YunoHost package will install Dex and setup a canonical OpenID Connect prov
- Interfaced with YunoHost's LDAP server
**Shipped version:** 2.37.0~ynh2
**Shipped version:** 2.38.0~ynh1
## Screenshots

View file

@ -24,7 +24,7 @@ Ce package YunoHost installera Dex et configurera un fournisseur canonique OpenI
- Flux d'authentification OpenID Connect entièrement fonctionnel
- Interfacé avec le serveur LDAP de YunoHost
**Version incluse :** 2.37.0~ynh2
**Version incluse :** 2.38.0~ynh1
## Captures décran

View file

@ -7,7 +7,7 @@ name = "Dex"
description.en = "OpenID Connect Provider based on YunoHost LDAP server"
description.fr = "Connecteur OpenID basé sur le serveur LDAP YunoHost"
version = "2.37.0~ynh2"
version = "2.38.0~ynh1"
maintainers = [ "Limezy" ]
@ -58,10 +58,10 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/dexidp/dex/archive/refs/tags/v2.37.0.tar.gz"
sha256 = "5140ecccac260855f375a40bb20120e644418d8e314c63667b0ee3e4ceace99f"
autoupdate.strategy = "latest_github_release"
[resources.sources.main]
url = "https://github.com/dexidp/dex/archive/refs/tags/v2.38.0.tar.gz"
sha256 = "ed9fa62c70e7a54261cd631501f28d3d1bfae7074294a8a6a782353fa6981241"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]