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 l’excellent jeu de plateau Terraforming Mars"
|
2023-10-16 21:07:03 +02:00
|
|
|
|
|
2024-08-19 03:48:36 +02:00
|
|
|
|
version = "2024.08.14~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]
|
2024-08-19 03:48:36 +02:00
|
|
|
|
url = "https://github.com/terraforming-mars/terraforming-mars/archive/8314fe8b0a9ba34fe631602c01a3e8363204bc8e.tar.gz"
|
|
|
|
|
sha256 = "cdf29036911d59601257f63268c8ef8582b5046e730bb8857e639ccfdac7e03a"
|
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"
|