1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/framaforms_ynh.git synced 2024-09-03 18:36:12 +02:00
framaforms_ynh/manifest.toml
2023-09-18 16:16:27 +02:00

93 lines
2.8 KiB
TOML

packaging_format = 2
id = "framaforms"
name = "Framaforms"
description.en = "Create online webforms and surveys"
description.fr = "Créez des formulaires et questionnaires en ligne"
version = "1.1~ynh1"
maintainers = []
[upstream]
license = "GPL-2.0-only"
website = "https://yakforms.org"
code = "https://framagit.org/yakforms/yakforms"
[integration]
yunohost = ">= 4.3.0"
architectures = "all"
multi_instance = true
ldap = true
sso = false
disk = "500M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
# this is a generic question - ask strings are automatically handled by Yunohost's core
type = "domain"
[install.path]
# this is a generic question - ask strings are automatically handled by Yunohost's core
type = "path"
default = "/poll"
[install.init_main_permission]
help.en = "If no, only person with an account on your server will be able to create forms. In all cases, visitors will be able to reply to form."
help.fr = "Si non, seule la personne disposant d'un compte sur votre serveur pourra créer des formulaires. Dans tous les cas, les visiteurs pourront répondre au formulaire."
type = "group"
default = "visitors"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "select"
choices = ["de", "en", "es", "fr", "it", "pt"]
default = "en"
[install.admin]
# this is a generic question - ask strings are automatically handled by Yunohost's core
type = "user"
[install.password]
# this is a generic question - ask strings are automatically handled by Yunohost's core
type = "password"
[install.expiration]
ask.en = "After how many weeks do the forms expire?"
ask.fr = "Après combien de semaines les formulaires expirent-ils ?"
help.en = "Set 0 to disable expiration"
help.fr = "Mettre 0 pour désactiver l'expiration"
type = "string"
default = "0"
[install.deletion]
ask.en = "After how many weeks is the forms deleted?"
ask.fr = "Après combien de semaines les formulaires sont-ils supprimés ?"
help.en = "Set 0 to disable deletion"
help.fr = "Mettre 0 pour désactiver la suppression"
type = "string"
default = "0"
[resources]
[resources.sources.main]
url = "https://framagit.org/yakforms/yakforms/-/archive/1.0.3/yakforms-1.0.3.tar.gz"
sha256 = "f8a8ac8789c36f07f2d1a03d13f9f6d947e499967b79ea626f7f87271a357703"
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = "postgresql, curl, libzip-dev, php7.4-fpm, php7.4-cli, php7.4-gd, php7.4-mysql, php7.4-xml, php7.4-ldap, php7.4-mbstring, php7.4-pgsql"
[resources.database]
type = "postgresql"