1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fittrackee_ynh.git synced 2024-09-03 18:36:16 +02:00

remove full_domain

This commit is contained in:
ericgaspar 2023-08-25 11:46:05 +02:00
parent b235fbf874
commit 2bd6b6b6f7

View file

@ -14,23 +14,22 @@ license = "AGPL-3.0"
website = "https://samr1.github.io/FitTrackee" website = "https://samr1.github.io/FitTrackee"
demo = "" demo = ""
admindoc = "https://samr1.github.io/FitTrackee" admindoc = "https://samr1.github.io/FitTrackee"
code = "https://github.com/SamR1/FitTrackee" code = "https://github.com/SamR1/FitTrackee"
[integration] [integration]
yunohost = ">= 11.1.17" yunohost = ">= 11.2"
architectures = "all" architectures = "all"
multi_instance = true multi_instance = true
ldap = false ldap = false
sso = false sso = false
disk = "50M" disk = "50M"
ram.build = "50M" ram.build = "50M"
ram.runtime = "50M" ram.runtime = "50M"
[install] [install]
[install.domain] [install.domain]
# this is a generic question - ask strings are automatically handled by Yunohost's core # this is a generic question - ask strings are automatically handled by Yunohost's core
type = "domain" type = "domain"
full_domain = true
[install.init_main_permission] [install.init_main_permission]
type = "group" type = "group"