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

69 lines
1.5 KiB
TOML
Raw Permalink 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
version = "2024.08.24~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"
2023-12-21 14:25:09 +01:00
multi_instance = true
2023-10-16 21:07:03 +02:00
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]
2023-12-12 14:16:48 +01:00
[resources.sources]
[resources.sources.main]
url = "https://github.com/terraforming-mars/terraforming-mars/archive/68153eb6253ff297c7fe043ec1608a3f9892786b.tar.gz"
sha256 = "34f89b9de44dee0e542f10254c296362663054f182efe4b9ad35f3a6dd1552e7"
2023-12-12 18:04:59 +01:00
in_subdir = true
2023-12-13 20:15:03 +01:00
autoupdate.strategy = "latest_github_commit"
2023-10-29 15:18:44 +01:00
2023-10-16 21:07:03 +02:00
[resources.system_user]
[resources.install_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-29 08:14:39 +01:00
main.default = 8080
2023-10-28 23:10:36 +02:00
[resources.apt]
packages = "postgresql, postgresql-contrib"
2023-10-17 20:26:06 +02:00
[resources.database]
type = "postgresql"