1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dex_ynh.git synced 2024-09-03 18:26:22 +02:00
This commit is contained in:
Éric Gaspar 2024-01-09 10:04:35 +01:00
parent 99faa00e32
commit e48da9e1e1
2 changed files with 4 additions and 4 deletions

View file

@ -36,10 +36,6 @@ ram.runtime = "50M"
type = "path" type = "path"
default = "/dex" default = "/dex"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.name] [install.name]
ask.en = "Name of the app you want to connect to the OIDC auth flow" 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" ask.fr = "Nom de l'application que vous souhaitez connecter au flux d'authentification OIDC"
@ -72,6 +68,8 @@ ram.runtime = "50M"
[resources.permissions] [resources.permissions]
main.url = "/" main.url = "/"
main.show_tile = false
main.allowed = "visitors"
[resources.ports] [resources.ports]
main.default = 5556 main.default = 5556

View file

@ -6,6 +6,8 @@ test_format = 1.0
# Tests to run # Tests to run
# ------------ # ------------
exclude = ["install.private"] # The test IDs to be used in only/exclude statements are: install.root, install.subdir, install.nourl, install.multi, backup_restore, upgrade, upgrade.someCommitId change_url
# ------------------------------- # -------------------------------
# Default args to use for install # Default args to use for install
# ------------------------------- # -------------------------------