mirror of
https://github.com/YunoHost-Apps/calckey_ynh.git
synced 2024-09-03 18:16:18 +02:00
Fix
This commit is contained in:
parent
38feeb02c1
commit
2c2df98ad3
1 changed files with 4 additions and 4 deletions
|
@ -22,8 +22,8 @@ multi_instance = false
|
||||||
ldap = "not_relevant"
|
ldap = "not_relevant"
|
||||||
sso = "not_relevant"
|
sso = "not_relevant"
|
||||||
disk = "50M"
|
disk = "50M"
|
||||||
ram.build = "50M"
|
ram.build = "2G"
|
||||||
ram.runtime = "50M"
|
ram.runtime = "2G"
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
[install.domain]
|
[install.domain]
|
||||||
|
@ -40,8 +40,8 @@ ram.runtime = "50M"
|
||||||
[resources]
|
[resources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://codeberg.org/calckey/calckey/archive/v13.1.3.tar.gz"
|
url = "https://codeberg.org/calckey/calckey/archive/v13.1.3.tar.gz"
|
||||||
sha256 = "7ad69c20920573f046225332c6422dc0f0dae473060b2480899de83f02ca9aa4"
|
sha256 = "7ad69c20920573f046225332c6422dc0f0dae473060b2480899de83f02ca9aa4"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue