Files
custom_nodejs_ynh/manifest.toml
2024-07-27 20:48:23 +02:00

51 lines
1010 B
TOML

#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "custom_nodejs"
name = "Custom Node.js"
description.en = "Deploy a Node.js application (backend/ssr frontend) in Yunohost using a git repo uri"
description.fr = "Wiki open source propulsé par Node.js, Git et Markdown"
version = "0.1~ynh1"
maintainers = ["yeraycat"]
[upstream]
code = "https://gitea.brokenlab.xyz/yeray/custom_nodejs_ynh"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = true
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
[install.database]
ask.en = "Do you need a database?"
ask.fr = "Avez-vous besoin d'une base de données ?"
type = "select"
choices = [ "none", "mysql", "postgresql" ]
default = "none"
[resources]
[resources.system_user]