1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/limesurvey_ynh.git synced 2024-09-03 19:36:32 +02:00
limesurvey_ynh/manifest.toml

102 lines
3.3 KiB
TOML
Raw Normal View History

2024-01-23 16:40:33 +01:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "limesurvey"
name = "LimeSurvey"
description.en = "Create and distribute surveys"
description.fr = "Outil de création et diffusion de sondage"
version = "5.6.8+230227~ynh2"
maintainers = ["ljf"]
[upstream]
license = "GPL-2.0+"
website = "https://www.limesurvey.org"
admindoc = "https://manual.limesurvey.org/LimeSurvey_Manual/fr"
userdoc = "https://help.limesurvey.org"
code = "https://github.com/LimeSurvey/LimeSurvey"
cpe = "cpe:2.3:a:limesurvey:limesurvey"
[integration]
yunohost = ">= 11.0.9"
architectures = "all"
multi_instance = true
ldap = true
sso = true
2024-01-23 17:55:09 +01:00
disk = "50M"
ram.build = "150M"
ram.runtime = "50M"
2024-01-23 16:40:33 +01:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/poll"
2024-01-23 23:54:37 +01:00
[install.init_main_permission]
# this is a generic question - ask strings are automatically handled by YunoHost's core
# This won't be saved as setting and will instead be used to initialize the SSOwat permission
type = "group"
default = "visitors"
2024-01-23 16:40:33 +01:00
[install.language]
ask.en = "Choose the default language of this LimeSurvey"
ask.fr = "Choisissez la langue par défault de LimeSurvey"
type = "select"
choices = ["af", "am", "ar", "az", "be", "bg", "bn", "bs", "ca", "ca-valencia", "ceb", "ckb", "cnr", "cs", "cs-informal", "cy", "da", "de", "de-easy", "de-informal", "el", "en", "eo", "es", "es-AR", "es-AR-informal", "es-CL", "es-CO", "es-MX", "et", "eu", "fa", "fi", "fil", "fr", "ful", "ga", "gl", "gu", "he", "hi", "hil", "hr", "hu", "hy", "id", "ilo", "is", "it", "it-informal", "ja", "ka", "kal", "kk", "kmr", "ko", "ky", "lb", "lt", "lv", "mk", "ml", "mn", "mr", "ms", "mt", "mya", "nb", "nl", "nl-informal", "nn", "ny", "oc", "pa", "pap-CW", "pl", "pl-informal", "prs", "ps", "pt", "pt-BR", "ro", "roh", "ru", "run", "rw", "sah", "si", "sk", "sl", "smi", "so", "sq", "sr", "sr-Latn", "sv", "swh", "ta", "tg", "th", "ti", "tl", "tr", "uk", "ur", "vi", "xho", "zh-Hans", "zh-Hant-HK", "zh-Hant-TW", "zu"]
default = "en"
[install.admin]
type = "user"
[install.password]
type = "password"
[resources]
[resources.sources]
[resources.sources.main]
url = "https://api.github.com/repos/LimeSurvey/LimeSurvey/tarball/refs/tags/5.6.8+230227"
sha256 = "eedad74060c71673b4ff0dbc466957d317add672d0e32984c83141b8b0ff3757"
autoupdate.strategy = "latest_github_tag"
[resources.sources.libreform]
url = "https://github.com/zamentur/libreform/archive/40fad776c33271ecc028b9260fb7f9e300998e5f.tar.gz"
sha256 = "4c0a96d610c6740ff7467cf1916a923949bf4c00e99a3cd33509335f884e138b"
autoupdate.strategy = "latest_github_commit"
autoupdate.upstream = "https://github.com/zamentur/libreform"
2024-01-23 18:49:28 +01:00
prefetch = false
2024-01-23 16:40:33 +01:00
[resources.system_user]
[resources.install_dir]
[resources.data_dir]
owner = "__APP__:rwx"
group = "www-data:rwx"
[resources.permissions]
main.url = "/"
2024-01-23 23:54:37 +01:00
admin.url = "/admin"
2024-01-24 00:02:04 +01:00
admin.allowed = "admins"
2024-01-23 16:40:33 +01:00
[resources.apt]
packages = [
"python3-pip",
2024-01-23 16:48:25 +01:00
"php7.4-cli",
2024-01-23 16:49:21 +01:00
"php7.4-fpm",
2024-01-23 16:48:25 +01:00
"php7.4-mysql",
"php7.4-imap",
"php7.4-gd",
"php7.4-ldap",
"php7.4-zip",
"php7.4-mbstring",
2024-01-23 23:54:37 +01:00
"mariadb-server",
2024-01-23 16:40:33 +01:00
]
[resources.database]
type = "mysql"