1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/terraforming-mars_ynh.git synced 2024-09-03 20:36:05 +02:00
terraforming-mars_ynh/manifest.toml

66 lines
1.5 KiB
TOML
Raw Normal View History

2023-10-16 21:07:03 +02:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
2023-10-28 22:59:47 +02:00
id = "terraforming-mars"
2023-10-16 21:21:50 +02:00
name = "Terraforming Mars "
description.en = "Open-source online implementation of the great board game Terraforming mars."
description.fr = "Implementation en ligne à code source ouvert de lexcellent jeu de plateau Terraforming Mars"
2023-10-16 21:07:03 +02:00
2023-10-16 21:21:50 +02:00
version = "0.01~ynh1"
2023-10-16 21:07:03 +02:00
2023-10-16 21:21:50 +02:00
maintainers = ["Thovi98"]
2023-10-16 21:07:03 +02:00
[upstream]
2023-10-16 21:21:50 +02:00
license = "GPL-3.0"
demo = "https://terraforming-mars.herokuapp.com/"
code = "https://github.com/terraforming-mars/terraforming-mars"
2023-10-16 21:07:03 +02:00
[integration]
2023-10-16 21:21:50 +02:00
yunohost = ">= 11.2.4"
2023-10-16 21:07:03 +02:00
architectures = "all"
multi_instance = true
2023-10-16 21:21:50 +02:00
ldap = false
sso = false
2023-10-16 21:07:03 +02:00
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/example"
[install.init_main_permission]
type = "group"
default = "visitors"
2023-10-16 21:21:50 +02:00
[resources]
[resources.sources]
2023-10-16 21:07:03 +02:00
2023-10-28 22:21:18 +02:00
#[resources.sources.main]
#url = "https://github.com/terraforming-mars/terraforming-mars/archive/686fa15abaa69dccfe4d8a9e91bf077978b7ae20.zip"
# sha256 = "5e29130fb680ba79b667ad2c41445b975993d45354b0e6ae294fe302214290a2"
# autoupdate.strategy = "latest_github_commit"
2023-10-16 21:07:03 +02:00
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
2023-10-17 20:26:06 +02:00
2023-10-16 21:07:03 +02:00
main.url = "/"
[resources.ports]
2023-10-17 08:40:14 +02:00
main.port = 8080
2023-10-17 20:26:06 +02:00
[resources.database]
type = "postgresql"