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

76 lines
1.8 KiB
TOML
Raw Normal View History

2024-01-09 09:09:27 +01:00
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"
2024-01-09 09:12:59 +01:00
architectures = ["amd64"]
2024-01-09 09:09:27 +01:00
multi_instance = true
ldap = true
sso = false
disk = "50M"
2024-01-09 10:05:10 +01:00
ram.build = "700M"
2024-01-09 09:09:27 +01:00
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/dex"
2024-01-09 09:37:02 +01:00
[install.name]
2024-01-09 09:09:27 +01:00
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"
2024-01-09 09:37:02 +01:00
[install.secret]
2024-01-09 09:09:27 +01:00
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"
2024-01-09 09:37:02 +01:00
[install.callback]
2024-01-09 09:09:27 +01:00
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 = "/"
2024-01-09 10:04:35 +01:00
main.show_tile = false
main.allowed = "visitors"
2024-01-09 09:09:27 +01:00
[resources.ports]
main.default = 5556