mirror of
https://github.com/YunoHost-Apps/dex_ynh.git
synced 2024-09-03 18:26:22 +02:00
Merge pull request #48 from YunoHost-Apps/testing
This commit is contained in:
commit
ed86549126
3 changed files with 15 additions and 15 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -7,9 +7,9 @@ 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"]
|
||||
maintainers = [ "Limezy" ]
|
||||
|
||||
[upstream]
|
||||
license = "Apache-2.0"
|
||||
|
@ -19,7 +19,7 @@ code = "https://github.com/dexidp/dex"
|
|||
|
||||
[integration]
|
||||
yunohost = ">= 11.2"
|
||||
architectures = ["amd64"]
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
|
||||
ldap = true
|
||||
|
@ -59,18 +59,18 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/dexidp/dex/archive/refs/tags/v2.37.0.tar.gz"
|
||||
sha256 = "5140ecccac260855f375a40bb20120e644418d8e314c63667b0ee3e4ceace99f"
|
||||
url = "https://github.com/dexidp/dex/archive/refs/tags/v2.38.0.tar.gz"
|
||||
sha256 = "ed9fa62c70e7a54261cd631501f28d3d1bfae7074294a8a6a782353fa6981241"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.system_user]
|
||||
[resources.system_user]
|
||||
|
||||
[resources.install_dir]
|
||||
[resources.install_dir]
|
||||
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
main.show_tile = false
|
||||
main.allowed = "visitors"
|
||||
[resources.permissions]
|
||||
main.url = "/"
|
||||
main.show_tile = false
|
||||
main.allowed = "visitors"
|
||||
|
||||
[resources.ports]
|
||||
main.default = 5556
|
||||
[resources.ports]
|
||||
main.default = 5556
|
||||
|
|
Loading…
Add table
Reference in a new issue