1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/fider_ynh.git synced 2024-09-03 18:36:11 +02:00
fider_ynh/manifest.toml
2024-08-24 03:33:57 +02:00

79 lines
1.7 KiB
TOML

#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "fider"
name = "Fider"
description.en = "Open platform to collect and prioritize feedback"
description.fr = "Plateforme ouverte pour récolter et prioriser les retours utilisateurs"
version = "0.22.0~ynh1"
maintainers = ["Salamandar"]
[upstream]
license = "AGPL-3.0"
website = "https://fider.io"
demo = "https://feedback.fider.io"
admindoc = "https://fider.io/docs"
code = "https://github.com/getfider/fider"
[integration]
yunohost = ">= 11.2.14"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "1200M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
help.en = "Fider should be public for external people to vote."
help.fr = "Fider doit être public pour que des personnes externes votent."
type = "group"
default = "visitors"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "select"
choices = ["en", "fr"]
default = "en"
[install.admin]
type = "user"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/getfider/fider/archive/refs/tags/v0.22.0.tar.gz"
sha256 = "e98fe217dc3c06a80dbbeeebe2dcf4674dbfa8c7b1ffd672c6b95a002a1251a8"
autoupdate.strategy = "latest_github_release"
[resources.system_user]
allow_email = true
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
[resources.apt]
packages = [
"g++",
"postgresql"
]
[resources.database]
type = "postgresql"