mirror of
https://github.com/YunoHost-Apps/dex_ynh.git
synced 2024-09-03 18:26:22 +02:00
75 lines
1.8 KiB
TOML
75 lines
1.8 KiB
TOML
packaging_format = 2
|
|
|
|
id = "dex"
|
|
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~ynh1"
|
|
|
|
maintainers = ["Limezy"]
|
|
|
|
[upstream]
|
|
license = "Apache-2.0"
|
|
website = "https://dexidp.io"
|
|
admindoc = "https://dexidp.io/docs/"
|
|
code = "https://github.com/YunoHost-Apps/dex_ynh"
|
|
|
|
[integration]
|
|
yunohost = ">= 11.2"
|
|
architectures = ["amd64"]
|
|
multi_instance = true
|
|
|
|
ldap = true
|
|
|
|
sso = false
|
|
|
|
disk = "50M"
|
|
ram.build = "700M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/dex"
|
|
|
|
[install.name]
|
|
ask.en = "Name of the app you want to connect to the OIDC auth flow"
|
|
ask.fr = "Nom de l'application que vous souhaitez connecter au flux d'authentification OIDC"
|
|
type = "string"
|
|
|
|
|
|
[install.secret]
|
|
ask.en = "OIDC secret of the app you want to connect to the OIDC auth flow"
|
|
ask.fr = "Secret OIDC de l'application que vous souhaitez connecter au flux d'authentification OIDC"
|
|
type = "string"
|
|
|
|
[install.callback]
|
|
ask.en = "Callback URI required by the app you want to connect to the OIDC auth flow"
|
|
ask.fr = "URI de rappel requis par l'application que vous souhaitez connecter au flux d'authentification OIDC"
|
|
type = "string"
|
|
|
|
|
|
[resources]
|
|
|
|
[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_tag"
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
main.show_tile = false
|
|
main.allowed = "visitors"
|
|
|
|
[resources.ports]
|
|
main.default = 5556
|