mirror of
https://github.com/YunoHost-Apps/Cubiks-2048_ynh.git
synced 2024-09-03 18:25:55 +02:00
53 lines
1.4 KiB
TOML
53 lines
1.4 KiB
TOML
packaging_format = 2
|
||
|
||
id = "cubiks-2048"
|
||
name = "Cubiks 2048"
|
||
description.en = "2048 game clone in 3D"
|
||
description.fr = "Clone du jeu 2048 en 3D"
|
||
|
||
version = "2014.06.07~ynh1"
|
||
|
||
maintainers = []
|
||
|
||
[upstream]
|
||
license = "MIT"
|
||
website = "https://kshitij-banerjee.github.io/Cubiks-2048/"
|
||
demo = "https://kshitij-banerjee.github.io/Cubiks-2048/"
|
||
code = "https://github.com/Kshitij-Banerjee/Cubiks-2048/"
|
||
|
||
[integration]
|
||
yunohost = ">= 11.2"
|
||
architectures = "all"
|
||
multi_instance = true
|
||
ldap = false
|
||
sso = true
|
||
disk = "50M"
|
||
ram.build = "50M"
|
||
ram.runtime = "50M"
|
||
|
||
[install]
|
||
[install.domain]
|
||
type = "domain"
|
||
|
||
[install.path]
|
||
type = "path"
|
||
default = "/cubiks-2048"
|
||
|
||
[install.init_main_permission]
|
||
help.en = "If enabled, Cubiks 2048 will be accessible by people who doesn’t have an account. This can be changed later via the webadmin."
|
||
help.fr = "Si cette case est cochée, Cubiks 2048 sera accessible aux personnes n’ayant pas de compte. Vous pourrez changer ceci plus tard via la webadmin."
|
||
type = "group"
|
||
default = "visitors"
|
||
|
||
[resources]
|
||
[resources.sources.main]
|
||
url = "https://github.com/Kshitij-Banerjee/Cubiks-2048/archive/df2369883cc1a6af96370758c91196ddd593fd8c.tar.gz"
|
||
sha256 = "1dbc1f1fc317b35d72b591caeb2abb3da7892545e34a385a9c45c45bae04e53a"
|
||
autoupdate.strategy = "latest_github_commit"
|
||
|
||
[resources.system_user]
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.permissions]
|
||
main.url = "/"
|