mirror of
https://github.com/YunoHost-Apps/framaforms_ynh.git
synced 2024-09-03 18:36:12 +02:00
Fix manifest, cleanup
This commit is contained in:
parent
4d87c72730
commit
9df18fc42e
1 changed files with 10 additions and 10 deletions
|
@ -7,7 +7,7 @@ name = "Framaforms"
|
|||
description.en = "Create online webforms and surveys"
|
||||
description.fr = "Créez des formulaires et questionnaires en ligne"
|
||||
|
||||
version = "1.0.3~ynh3"
|
||||
version = "1.0.3~ynh4"
|
||||
|
||||
maintainers = ["ljf"]
|
||||
|
||||
|
@ -15,15 +15,14 @@ maintainers = ["ljf"]
|
|||
license = "GPL-2.0-only"
|
||||
website = "https://framaforms.org"
|
||||
code = "https://framagit.org/framasoft/framaforms"
|
||||
cpe = "???" # FIXME: optional but recommended if relevant, this is meant to contain the Common Platform Enumeration, which is sort of a standard id for applications defined by the NIST. In particular, Yunohost may use this is in the future to easily track CVE (=security reports) related to apps. The CPE may be obtained by searching here: https://nvd.nist.gov/products/cpe/search. For example, for Nextcloud, the CPE is 'cpe:2.3:a:nextcloud:nextcloud' (no need to include the version number)
|
||||
fund = "???" # FIXME: optional but recommended (or remove if irrelevant / not applicable). This is meant to be an URL where people can financially support this app, especially when its development is based on volunteers and/or financed by its community. YunoHost may later advertise it in the webadmin.
|
||||
fund = "https://soutenir.framasoft.org"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 4.3.0"
|
||||
architectures = "all" # FIXME: can be replaced by a list of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64), for example: ["amd64", "i386"]
|
||||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = true
|
||||
ldap = "?" # FIXME: replace with true, false, or "not_relevant". Not to confuse with the "sso" key : the "ldap" key corresponds to wether or not a user *can* login on the app using its YunoHost credentials.
|
||||
sso = "?" # FIXME: replace with true, false, or "not_relevant". Not to confuse with the "ldap" key : the "sso" key corresponds to wether or not a user is *automatically logged-in* on the app when logged-in on the YunoHost portal.
|
||||
ldap = true
|
||||
sso = true
|
||||
disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
|
||||
ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
||||
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
||||
|
@ -45,7 +44,7 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
|
|||
[install.language]
|
||||
ask.en = "Choose the application language"
|
||||
ask.fr = "Choisissez la langue de l'application"
|
||||
type = "string"
|
||||
type = "select"
|
||||
choices = ["de", "en", "es", "fr", "it", "pt"]
|
||||
default = "en"
|
||||
|
||||
|
@ -60,7 +59,7 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
|
|||
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"
|
||||
type = "number"
|
||||
default = "0"
|
||||
|
||||
[install.deletion]
|
||||
|
@ -68,7 +67,7 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
|
|||
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"
|
||||
type = "number"
|
||||
default = "0"
|
||||
|
||||
[resources]
|
||||
|
@ -76,6 +75,7 @@ ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requiremen
|
|||
url = "https://framagit.org/yakforms/yakforms/-/archive/1.0.3/yakforms-1.0.3.tar.gz"
|
||||
sha256 = "f8a8ac8789c36f07f2d1a03d13f9f6d947e499967b79ea626f7f87271a357703"
|
||||
|
||||
autoupdate.strategy = "latest_gitlab_release"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
|
Loading…
Reference in a new issue