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:
parent
b235fbf874
commit
2bd6b6b6f7
1 changed files with 7 additions and 8 deletions
|
@ -14,23 +14,22 @@ license = "AGPL-3.0"
|
|||
website = "https://samr1.github.io/FitTrackee"
|
||||
demo = ""
|
||||
admindoc = "https://samr1.github.io/FitTrackee"
|
||||
code = "https://github.com/SamR1/FitTrackee"
|
||||
code = "https://github.com/SamR1/FitTrackee"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1.17"
|
||||
architectures = "all"
|
||||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
sso = false
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.runtime = "50M"
|
||||
sso = false
|
||||
disk = "50M"
|
||||
ram.build = "50M"
|
||||
ram.runtime = "50M"
|
||||
|
||||
[install]
|
||||
[install.domain]
|
||||
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
||||
type = "domain"
|
||||
full_domain = true
|
||||
|
||||
[install.init_main_permission]
|
||||
type = "group"
|
||||
|
|
Loading…
Add table
Reference in a new issue