mirror of
https://github.com/YunoHost-Apps/linkstack_ynh.git
synced 2024-09-03 19:36:14 +02:00
smol fix wip
This commit is contained in:
parent
93584e085a
commit
ab2fbd48f1
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ version = "3.6.0~ynh1"
|
||||||
maintainers = ["Tagada"]
|
maintainers = ["Tagada"]
|
||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
license = "agpl-3-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
website = "https://linkstack.org/"
|
website = "https://linkstack.org/"
|
||||||
admindoc = "https://docs.linkstack.org/"
|
admindoc = "https://docs.linkstack.org/"
|
||||||
code = "https://github.com/LinkStackOrg/LinkStack"
|
code = "https://github.com/LinkStackOrg/LinkStack"
|
||||||
|
@ -22,8 +22,8 @@ fund = "https://liberapay.com/LittleLink-Custom"
|
||||||
yunohost = ">= 11.1.14"
|
yunohost = ">= 11.1.14"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
ldap = "false"
|
ldap = false
|
||||||
sso = "false"
|
sso = false
|
||||||
disk = "100M"
|
disk = "100M"
|
||||||
ram.build = "50M"
|
ram.build = "50M"
|
||||||
ram.runtime = "50M"
|
ram.runtime = "50M"
|
||||||
|
|
Loading…
Add table
Reference in a new issue