update manifest.toml (not done yet!)
This commit is contained in:
parent
5a7f9f5c61
commit
2765b28d64
1 changed files with 18 additions and 49 deletions
|
@ -2,89 +2,58 @@
|
||||||
|
|
||||||
packaging_format = 2
|
packaging_format = 2
|
||||||
|
|
||||||
id = "example"
|
id = "autodeploygit"
|
||||||
name = "Example app"
|
name = "Auto Deploy Git"
|
||||||
description.en = "Explain in *a few (10~15) words* the purpose of the app or what it actually does (it is meant to give a rough idea to users browsing a catalog of 100+ apps)"
|
description.en = "Deploy your website/application to webserver syncing with your favorite git server"
|
||||||
description.fr = "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)"
|
description.fr = "Déployez votre site/application sur un serveur web en le synchronisant avec votre serveur git favori"
|
||||||
|
description.tr = "Web sitenizi/uygulamanızı favori git sunucunuzla senkronize ederek web sunucusuna dağıtın"
|
||||||
|
|
||||||
version = "1.0~ynh1"
|
version = "1.0~ynh1"
|
||||||
|
|
||||||
maintainers = ["johndoe"]
|
maintainers = ["asandikci"]
|
||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
# NB: Only the "license" key is mandatory. Remove entries for which there's no relevant data
|
# NB: Only the "license" key is mandatory. Remove entries for which there's no relevant data
|
||||||
license = "free"
|
license = "free"
|
||||||
website = "https://example.com"
|
# website = "https://"
|
||||||
demo = "https://demo.example.com"
|
# demo = "https://demo.example.com"
|
||||||
admindoc = "https://yunohost.org/packaging_apps"
|
# admindoc = "https://yunohost.org/packaging_apps"
|
||||||
userdoc = "https://yunohost.org/apps"
|
# userdoc = "https://yunohost.org/apps"
|
||||||
code = "https://some.forge.com/example/example"
|
code = "https://git.aliberksandikci.com.tr/asandikci/autodeploygit"
|
||||||
# FIXME: optional but recommended if relevant, this is meant to contain the Common Platform Enumeration, which is
|
# 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
|
# 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:
|
# to easily track CVE (=security reports) related to apps. The CPE may be obtained by searching here:
|
||||||
# https://nvd.nist.gov/products/cpe/search.
|
# 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)
|
# For example, for Nextcloud, the CPE is 'cpe:2.3:a:nextcloud:nextcloud' (no need to include the version number)
|
||||||
cpe = "???"
|
# cpe = "???"
|
||||||
|
|
||||||
# FIXME: optional but recommended (or remove if irrelevant / not applicable).
|
# 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
|
# 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.
|
# on volunteers and/or financed by its community. YunoHost may later advertise it in the webadmin.
|
||||||
fund = "???"
|
# fund = "???"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.1.21"
|
yunohost = ">= 11.1.21"
|
||||||
# FIXME: can be replaced by a list of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64), for example: ["amd64", "i386"]
|
# FIXME: can be replaced by a list of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64), for example: ["amd64", "i386"]
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = false
|
||||||
|
|
||||||
# FIXME: replace with true, false, or "not_relevant".
|
# 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
|
# 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.
|
# its YunoHost credentials.
|
||||||
ldap = "?"
|
ldap = false
|
||||||
|
|
||||||
# FIXME: replace with true, false, or "not_relevant".
|
# 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*
|
# 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.
|
# on the app when logged-in on the YunoHost portal.
|
||||||
sso = "?"
|
sso = false
|
||||||
|
|
||||||
# FIXME: replace with an **estimate** minimum disk and RAM requirements. e.g. 20M, 400M, 1G...
|
# FIXME: replace with an **estimate** minimum disk and RAM requirements. e.g. 20M, 400M, 1G...
|
||||||
disk = "50M"
|
disk = "500M"
|
||||||
ram.build = "50M"
|
ram.build = "300M"
|
||||||
ram.runtime = "50M"
|
ram.runtime = "50M"
|
||||||
|
|
||||||
[install]
|
[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 = "/example"
|
|
||||||
|
|
||||||
[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"
|
|
||||||
|
|
||||||
[install.language]
|
|
||||||
ask.en = "Choose the application language"
|
|
||||||
ask.fr = "Choisissez la langue de l'application"
|
|
||||||
type = "select"
|
|
||||||
choices = ["fr", "en"]
|
|
||||||
default = "fr"
|
|
||||||
|
|
||||||
[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
|
|
||||||
# Note that user-provided passwords questions are not automatically saved as setting
|
|
||||||
help.en = "Use the help field to add an information for the admin about this question."
|
|
||||||
help.fr = "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
|
|
||||||
type = "password"
|
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
# See the packaging documentation for the full set
|
# See the packaging documentation for the full set
|
||||||
|
|
Loading…
Reference in a new issue