mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
75ac4f49df
- `main` v6.6.1: https://github.com/LimeSurvey/LimeSurvey/releases/tag/6.6.1
102 lines
3.2 KiB
TOML
102 lines
3.2 KiB
TOML
#: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 = "6.6.1~ynh1"
|
|
|
|
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.2"
|
|
architectures = "all"
|
|
multi_instance = true
|
|
ldap = true
|
|
sso = true
|
|
disk = "50M"
|
|
ram.build = "150M"
|
|
ram.runtime = "50M"
|
|
|
|
[install]
|
|
[install.domain]
|
|
type = "domain"
|
|
|
|
[install.path]
|
|
type = "path"
|
|
default = "/poll"
|
|
|
|
[install.init_main_permission]
|
|
type = "group"
|
|
default = "visitors"
|
|
|
|
[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://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/6.6.1+240806.tar.gz"
|
|
sha256 = "7f7bc136fd40b6e47c4770b29d1e5116ecd5481681caf15096d13c51dea42450"
|
|
autoupdate.strategy = "latest_github_tag"
|
|
autoupdate.version_regex = "^(.*)\\+.*$"
|
|
|
|
[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"
|
|
prefetch = false
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.data_dir]
|
|
owner = "__APP__:rwx"
|
|
group = "www-data:rwx"
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
admin.url = "/admin"
|
|
admin.allowed = "admins"
|
|
admin.show_tile = false
|
|
|
|
[resources.apt]
|
|
packages = [
|
|
"python3-pip",
|
|
"php8.2-cli",
|
|
"php8.2-fpm",
|
|
"php8.2-mysql",
|
|
"php8.2-imap",
|
|
"php8.2-gd",
|
|
"php8.2-ldap",
|
|
"php8.2-zip",
|
|
"php8.2-mbstring",
|
|
"php8.2-xml",
|
|
"mariadb-server",
|
|
]
|
|
|
|
[resources.database]
|
|
type = "mysql"
|