diff --git a/README.md b/README.md index cdd0229..4383aee 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This YunoHost package will install Dex and setup a canonical OpenID Connect prov * Official app website: * Official admin documentation: -* Upstream app code repository: +* Upstream app code repository: * YunoHost Store: * Report a bug: diff --git a/README_fr.md b/README_fr.md index 10128e7..f1a3d8a 100644 --- a/README_fr.md +++ b/README_fr.md @@ -34,7 +34,7 @@ Ce package YunoHost installera Dex et configurera un fournisseur canonique OpenI * Site officiel de l’app : * Documentation officielle de l’admin : -* Dépôt de code officiel de l’app : +* Dépôt de code officiel de l’app : * YunoHost Store: * Signaler un bug : diff --git a/manifest.toml b/manifest.toml index 9b7ec97..4a73ec1 100644 --- a/manifest.toml +++ b/manifest.toml @@ -9,17 +9,17 @@ description.fr = "Connecteur OpenID basé sur le serveur LDAP YunoHost" version = "2.37.0~ynh2" -maintainers = ["Limezy"] +maintainers = [ "Limezy" ] [upstream] license = "Apache-2.0" website = "https://dexidp.io" admindoc = "https://dexidp.io/docs/" -code = "https://github.com/YunoHost-Apps/dex_ynh" +code = "https://github.com/dexidp/dex" [integration] yunohost = ">= 11.2" -architectures = ["amd64"] +architectures = "all" multi_instance = true ldap = true @@ -58,19 +58,19 @@ 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_tag" + [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.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