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

80 lines
1.7 KiB
TOML
Raw Permalink Normal View History

2024-06-21 00:20:11 +02:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
2023-06-09 21:48:46 +02:00
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"
2023-06-09 21:48:46 +02:00
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]
2024-06-19 14:32:15 +02:00
yunohost = ">= 11.2.14"
2023-06-09 21:48:46 +02:00
architectures = "all"
multi_instance = true
2023-11-12 10:48:03 +01:00
2023-06-09 21:48:46 +02:00
ldap = false
2023-11-12 10:48:03 +01:00
2023-06-09 21:48:46 +02:00
sso = false
2023-11-12 10:48:03 +01:00
2023-06-10 17:58:19 +02:00
disk = "50M"
2023-06-10 18:06:24 +02:00
ram.build = "1200M"
2023-06-10 17:58:19 +02:00
ram.runtime = "50M"
2023-06-09 21:48:46 +02:00
[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"
2023-09-03 21:15:03 +02:00
type = "select"
choices = ["en", "fr"]
default = "en"
2023-06-09 21:48:46 +02:00
[install.admin]
type = "user"
[resources]
[resources.sources]
2024-06-21 00:20:11 +02:00
[resources.sources.main]
url = "https://github.com/getfider/fider/archive/refs/tags/v0.22.0.tar.gz"
2024-09-02 15:00:20 +02:00
sha256 = "50c328723035b4eccf65c9ecfa3d13e3e61c59514cfd63e9789b3301f29e5240"
2024-06-21 00:20:11 +02:00
autoupdate.strategy = "latest_github_release"
2023-06-09 21:48:46 +02:00
[resources.system_user]
2023-11-12 10:48:03 +01:00
allow_email = true
2023-06-09 21:48:46 +02:00
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.ports]
[resources.apt]
2024-06-21 00:21:48 +02:00
packages = [
"g++",
"postgresql"
]
2023-06-09 21:48:46 +02:00
[resources.database]
type = "postgresql"