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"
2024-06-14 15:23:06 +02:00
version = "4.4.4~ynh7"
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-09-07 10:22:44 +02:00
yunohost = ">= 11.2"
2023-07-02 18:39:53 +02:00
architectures = "all"
2023-06-14 10:41:57 +02:00
multi_instance = true
2023-07-04 01:08:22 +02:00
ldap = true
2024-05-24 16:06:46 +02:00
sso = true
2024-04-17 15:45:08 +02:00
disk = "100M"
ram . build = "200M"
2023-07-02 18:39:53 +02:00
ram . runtime = "50M"
2023-06-14 10:41:57 +02:00
[ install ]
2024-02-11 20:49:46 +01:00
[ 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 = "select"
choices = [ "fr" , "en" , "ca" , "es" , "nl" , "pt" ]
default = "fr"
2024-05-17 16:52:55 +02:00
[ install . wikimodel ]
ask . en = "Choose the wiki model"
ask . fr = "Choisissez le modèle de wiki"
2024-05-29 22:54:37 +02:00
help . en = "YesWiki installs a default YesWiki installation, CLIC will change default look and add a view with installed yunohost apps."
help . fr = "YesWiki est une installation par défaut de YesWiki, CLIC change le look et les pages par défaut pour ajouter la vue des applications YunoHost installées."
2024-05-17 16:52:55 +02:00
type = "select"
2024-05-17 17:07:14 +02:00
choices = [ "YesWiki" , "CLIC" ]
default = "YesWiki"
2024-05-17 16:52:55 +02:00
[ install . authprovider ]
ask . en = "Choose the authentification type"
ask . fr = "Choisissez le système d'authentification"
type = "select"
2024-05-24 14:28:39 +02:00
choices = [ "Yunohost SSO" , "YesWiki" ]
default = "Yunohost SSO"
2024-05-17 16:52:55 +02:00
2024-02-11 20:49:46 +01:00
[ 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"
2024-06-14 15:23:06 +02:00
default = "YesWiki"
2023-06-14 10:41:57 +02:00
[ resources ]
2024-02-11 20:49:46 +01:00
[ resources . sources . main ]
2024-04-17 03:46:40 +02:00
url = "https://github.com/YesWiki/yeswiki/archive/refs/tags/v4.4.4.tar.gz"
sha256 = "0b4e97bdd01ab627a8a9cb5bf652708e34a9322509cb8fcb9db0fb12b6a3e6ef"
2024-02-11 20:49:46 +01:00
autoupdate . strategy = "latest_github_tag"
2023-06-14 10:41:57 +02:00
2024-05-24 14:28:39 +02:00
[ resources . sources . yunohostplugin ]
2024-06-14 15:23:06 +02:00
url = "https://repository.yeswiki.net/doryphore/extension-yunohost-1.0.1.zip"
sha256 = "43012db78928dd59539c764029880e3f74f82972e494f7ebf1e365d5f8763c6a"
2024-05-24 15:36:21 +02:00
[ resources . sources . importerplugin ]
2024-05-29 22:54:37 +02:00
url = "https://repository.yeswiki.net/doryphore/extension-importer-1.0.1.zip"
2024-05-29 23:00:40 +02:00
sha256 = "443f46bb4b1316a408bee4cee1f69ef8f16ae072e9e2761f4dca641e20303c71"
2024-05-24 14:28:39 +02:00
2024-05-17 16:52:55 +02:00
[ resources . sources . ferme ]
url = "https://repository.yeswiki.net/doryphore/extension-ferme-1.1.8.zip"
sha256 = "e83a21eaa911b7beb2d845a16c896b2d4d4db2a9d5d2dfca8f0b7c910a329203"
2024-02-11 20:49:46 +01:00
[ resources . system_user ]
2023-06-14 10:41:57 +02:00
2024-02-11 20:49:46 +01:00
[ resources . install_dir ]
2023-06-14 10:41:57 +02:00
2024-02-11 20:49:46 +01:00
[ resources . permissions ]
main . url = "/"
2023-06-14 10:41:57 +02:00
2024-02-11 20:49:46 +01:00
[ resources . apt ]
packages = "mariadb-server, php8.2-zip, php8.2-curl, php8.2-gd, php8.2-dom, php8.2-mysql, php8.2-ldap"
2023-06-14 10:44:39 +02:00
2024-02-11 20:49:46 +01:00
[ resources . database ]
type = "mysql"