mirror of
https://github.com/YunoHost-Apps/terraforming-mars_ynh.git
synced 2024-09-03 20:36:05 +02:00
68 lines
1.5 KiB
TOML
68 lines
1.5 KiB
TOML
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
||
|
||
packaging_format = 2
|
||
|
||
id = "terraforming-mars"
|
||
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"
|
||
|
||
version = "2024.05.21~ynh1"
|
||
|
||
maintainers = ["Thovi98"]
|
||
|
||
[upstream]
|
||
license = "GPL-3.0"
|
||
demo = "https://terraforming-mars.herokuapp.com/"
|
||
code = "https://github.com/terraforming-mars/terraforming-mars"
|
||
|
||
[integration]
|
||
yunohost = ">= 11.2.4"
|
||
architectures = "all"
|
||
multi_instance = true
|
||
|
||
ldap = false
|
||
sso = false
|
||
|
||
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"
|
||
|
||
[resources]
|
||
|
||
[resources.sources]
|
||
|
||
[resources.sources.main]
|
||
url = "https://github.com/terraforming-mars/terraforming-mars/archive/083af6063a3c6640b735b5b3899777fe51b13feb.tar.gz"
|
||
sha256 = "a208ca81ebd3538737e0cca2861fc2721ec83779f79c9a420de50a9a59aa0fab"
|
||
in_subdir = true
|
||
autoupdate.strategy = "latest_github_commit"
|
||
|
||
[resources.system_user]
|
||
|
||
[resources.install_dir]
|
||
|
||
[resources.permissions]
|
||
|
||
main.url = "/"
|
||
|
||
[resources.ports]
|
||
main.default = 8080
|
||
|
||
[resources.apt]
|
||
packages = "postgresql, postgresql-contrib"
|
||
|
||
[resources.database]
|
||
type = "postgresql"
|