mirror of
https://github.com/YunoHost-Apps/mastodon_ynh.git
synced 2024-09-03 19:46:02 +02:00
remove full_domain
This commit is contained in:
parent
bbd5a362f9
commit
9d51788e0f
1 changed files with 3 additions and 6 deletions
|
@ -16,23 +16,21 @@ demo = "https://joinmastodon.org/"
|
||||||
admindoc = "https://docs.joinmastodon.org/"
|
admindoc = "https://docs.joinmastodon.org/"
|
||||||
code = "https://github.com/mastodon/mastodon"
|
code = "https://github.com/mastodon/mastodon"
|
||||||
cpe = " cpe:2.3:a:joinmastodon:mastodon"
|
cpe = " cpe:2.3:a:joinmastodon:mastodon"
|
||||||
fund = "https://joinmastodon.org/sponsors"
|
fund = "https://joinmastodon.org/sponsors"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.2"
|
yunohost = ">= 11.2"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = true
|
ldap = true
|
||||||
sso = false
|
sso = false
|
||||||
disk = "2G"
|
disk = "2G"
|
||||||
ram.build = "1G"
|
ram.build = "1G"
|
||||||
ram.runtime = "500M"
|
ram.runtime = "500M"
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
[install.domain]
|
[install.domain]
|
||||||
# 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"
|
||||||
|
@ -46,7 +44,6 @@ ram.runtime = "500M"
|
||||||
default = "fr_FR"
|
default = "fr_FR"
|
||||||
|
|
||||||
[install.admin]
|
[install.admin]
|
||||||
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
|
||||||
type = "user"
|
type = "user"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
|
|
Loading…
Add table
Reference in a new issue