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

115 lines
3.1 KiB
TOML
Raw Normal View History

2024-03-16 13:58:59 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "framaforms"
name = "Yakforms"
2024-03-16 13:58:59 +01:00
description.en = "Create online webforms and surveys"
description.fr = "Créez des formulaires et questionnaires en ligne"
2023-12-19 15:24:56 +01:00
version = "1.1~ynh1"
2024-03-16 13:58:59 +01:00
2024-03-18 18:46:43 +01:00
maintainers = []
2024-03-16 13:58:59 +01:00
[upstream]
license = "GPL-2.0-only"
website = "https://yakforms.org"
code = "https://framagit.org/yakforms/yakforms"
2024-03-16 14:16:19 +01:00
fund = "https://soutenir.framasoft.org"
2024-03-16 13:58:59 +01:00
[integration]
2024-03-16 14:16:19 +01:00
yunohost = ">= 11.2"
architectures = "all"
2024-03-16 13:58:59 +01:00
multi_instance = true
2024-03-16 14:16:19 +01:00
ldap = true
2024-03-18 18:45:56 +01:00
sso = false
2024-03-18 15:06:37 +01:00
disk = "500M"
ram.build = "500M"
ram.runtime = "50M"
2024-03-16 13:58:59 +01:00
[install]
[install.domain]
type = "domain"
2024-07-14 12:50:25 +02:00
# Yakforms doesn't seem to be installable on a subdir, disabling it for now.
# [install.path]
# type = "path"
# default = "/poll"
2024-03-16 13:58:59 +01:00
[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"
2024-03-16 14:16:19 +01:00
type = "select"
2024-03-16 13:58:59 +01:00
choices = ["de", "en", "es", "fr", "it", "pt"]
default = "en"
[install.admin]
type = "user"
[install.password]
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"
2024-03-16 14:16:19 +01:00
type = "number"
default = 0
2024-03-16 13:58:59 +01:00
[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"
2024-03-16 14:16:19 +01:00
type = "number"
default = 0
2024-03-16 13:58:59 +01:00
[resources]
[resources.sources.main]
2023-12-19 15:24:56 +01:00
url = "https://framagit.org/yakforms/yakforms/-/archive/v1.1/yakforms-v1.1.tar.gz"
sha256 = "da30fbd9821f84f21f06b7604232f0dc9b6b6a39738bb5326ee875f173300045"
2024-03-16 13:58:59 +01:00
2024-03-16 14:16:19 +01:00
autoupdate.strategy = "latest_gitlab_release"
2024-03-16 13:58:59 +01:00
2024-07-14 15:22:28 +02:00
[resources.sources.migration_script]
url = "https://framagit.org/yakforms/yakforms/-/raw/v1.1/framaforms2yakforms.php"
sha256 = "58a2e7378461dc5db70f59d69d37c0d6bd34eed224872151db5a794fdf33d07a"
format = "whatever"
extract = false
rename = "framaforms2yakforms.php"
prefetch = false
2024-03-16 13:58:59 +01:00
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = [
"postgresql",
"curl",
"libzip-dev",
2024-07-13 17:49:17 +02:00
"php7.3-fpm",
"php7.3-cli",
"php7.3-gd",
"php7.3-mysql",
"php7.3-xml",
"php7.3-ldap",
"php7.3-mbstring",
"php7.3-pgsql",
2024-03-16 13:58:59 +01:00
]
[resources.database]
type = "postgresql"