1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yeswiki_ynh.git synced 2024-09-03 18:05:56 +02:00
yeswiki_ynh/manifest.toml

79 lines
2.1 KiB
TOML
Raw Normal View History

2023-06-14 10:41:57 +02:00
packaging_format = 2
id = "yeswiki"
name = "YesWiki"
description.en = "Wiki that is quick and easy to use"
description.fr = "Wiki facile et rapide à prendre en main"
2023-09-07 06:17:31 +02:00
version = "4.4.1~ynh1"
2023-06-14 10:41:57 +02:00
maintainers = ["Florian Schmitt", "Nils Van Zuijlen", "Plumf"]
[upstream]
license = "AGPL-3.0-only"
website = "https://yeswiki.net/"
demo = "https://ferme.yeswiki.net/?CreerSonWiki"
admindoc = "https://yeswiki.net/?DocumentatioN"
code = "https://github.com/YesWiki/yeswiki"
[integration]
2023-07-02 18:39:53 +02:00
yunohost = ">= 11.1.21"
architectures = "all"
2023-06-14 10:41:57 +02:00
multi_instance = true
2023-07-04 01:08:22 +02:00
ldap = true
2023-07-02 18:39:53 +02:00
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
2023-06-14 10:41:57 +02:00
[install]
[install.domain]
type = "domain"
[install.path]
type = "path"
default = "/yeswiki"
[install.init_main_permission]
help.en = "If YesWiki is made public anyone will be able to view the wiki"
help.fr = "Si YesWiki est rendu publique toute personne pourra consulter le wiki"
type = "group"
default = "visitors"
[install.language]
ask.en = "Choose the application language"
ask.fr = "Choisissez la langue de l'application"
type = "string"
choices = ["fr", "en", "ca", "es", "nl", "pt"]
default = "fr"
[install.admin]
type = "user"
[install.wiki_name]
ask.en = "Choose the wiki name"
ask.fr = "Choisissez le nom de votre wiki"
help.en = "If you want a name with spaces: replace them with %20 for each space."
help.fr = "Si vous souhaitez un nom avec des espacements : remplacez les par %20 pour chaque espace"
type = "string"
default = "MyYunoHostWiki"
[resources]
[resources.sources.main]
2023-09-07 06:17:31 +02:00
url = "https://github.com/YesWiki/yeswiki/archive/refs/tags/v4.4.1.tar.gz"
sha256 = "1f1a42b8596e4061b7f36c7956afcf097e90e8ea4963226cded587248f78e44f"
2023-07-09 21:38:32 +02:00
autoupdate.strategy = "latest_github_tag"
2023-06-14 10:41:57 +02:00
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
2023-06-14 10:44:39 +02:00
[resources.apt]
2023-07-09 21:38:45 +02:00
packages = "mariadb-server, php7.4-zip, php7.4-curl, php7.4-gd, php7.4-dom, php7.4-mysql"
2023-06-14 10:44:39 +02:00
2023-06-14 10:41:57 +02:00
[resources.database]
type = "mysql"