mirror of
https://github.com/YunoHost-Apps/dex_ynh.git
synced 2024-09-03 18:26:22 +02:00
Merge pull request #47 from YunoHost-Apps/46-impossible-to-upgrade-2370ynh1-ynh2-because-arm-architecture-is-not-supported
authorize install on all architectures
This commit is contained in:
commit
c91561aab5
3 changed files with 17 additions and 17 deletions
|
@ -35,7 +35,7 @@ This YunoHost package will install Dex and setup a canonical OpenID Connect prov
|
|||
|
||||
* Official app website: <https://dexidp.io>
|
||||
* Official admin documentation: <https://dexidp.io/docs/>
|
||||
* Upstream app code repository: <https://github.com/YunoHost-Apps/dex_ynh>
|
||||
* Upstream app code repository: <https://github.com/dexidp/dex>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/dex>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/dex_ynh/issues>
|
||||
|
||||
|
|
|
@ -34,7 +34,7 @@ Ce package YunoHost installera Dex et configurera un fournisseur canonique OpenI
|
|||
|
||||
* Site officiel de l’app : <https://dexidp.io>
|
||||
* Documentation officielle de l’admin : <https://dexidp.io/docs/>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/YunoHost-Apps/dex_ynh>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/dexidp/dex>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/dex>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/dex_ynh/issues>
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue