2021-09-21 00:25:53 +02:00
{
2022-05-24 17:06:55 +02:00
"name" : "Outline" ,
2021-09-21 15:21:52 +02:00
"id" : "outline" ,
2021-09-21 00:25:53 +02:00
"packaging_format" : 1 ,
"description" : {
2022-05-24 17:06:55 +02:00
"en" : "Wiki and knowledge base for teams" ,
"fr" : "Wiki et base de connaissances pour les équipes"
2021-09-21 00:25:53 +02:00
} ,
2024-02-13 11:44:55 +01:00
"version" : "0.74.0~ynh2" ,
2023-12-08 04:42:26 +01:00
"url" : "https://www.getoutline.com" ,
2021-09-21 00:25:53 +02:00
"upstream" : {
2022-03-30 09:50:02 +02:00
"license" : "BUSL-1.1" ,
2023-02-08 17:26:10 +01:00
"website" : "https://www.getoutline.com" ,
2021-09-21 00:49:44 +02:00
"demo" : "https://app.getoutline.com/create" ,
"admindoc" : "https://www.getoutline.com/developers" ,
"userdoc" : "https://www.getoutline.com/about" ,
"code" : "https://github.com/outline/outline"
2021-09-21 00:25:53 +02:00
} ,
2022-08-22 17:53:24 +02:00
"license" : "BUSL-1.1" ,
2021-09-21 00:25:53 +02:00
"maintainer" : {
2021-09-21 15:14:04 +02:00
"name" : "Raoul de Limezy"
2021-09-21 00:25:53 +02:00
} ,
"requirements" : {
2022-09-05 03:31:09 +02:00
"yunohost" : ">= 11.0.9"
2021-09-21 00:25:53 +02:00
} ,
2021-09-21 00:49:44 +02:00
"multi_instance" : false ,
2021-09-21 00:25:53 +02:00
"services" : [
2021-09-21 15:15:02 +02:00
"nginx"
2021-09-21 00:25:53 +02:00
] ,
"arguments" : {
"install" : [
{
"name" : "domain" ,
2022-04-01 05:08:34 +02:00
"type" : "domain"
2021-09-21 00:25:53 +02:00
} ,
{
"name" : "is_public" ,
"type" : "boolean" ,
"default" : true
} ,
{
"name" : "language" ,
"type" : "string" ,
"ask" : {
"en" : "Choose the application language" ,
"fr" : "Choisissez la langue de l'application"
} ,
"choices" : [ "fr" , "en" ] ,
2021-11-09 08:41:18 +01:00
"default" : "en"
2021-09-22 02:11:01 +02:00
} ,
{
2022-03-24 09:31:29 +01:00
"name" : "dex_domain" ,
"type" : "domain" ,
2022-05-24 17:06:55 +02:00
"ask" : {
"en" : "Domain for authentication. It can't be the same domain as above. Dex app will be installed and used for the authentication mechanism." ,
"fr" : "Domaine pour l'authentification. Il ne peut pas s'agir du même domaine que ci-dessus. L'application Dex sera installée et utilisée pour le mécanisme d'authentification."
}
2021-09-22 02:11:01 +02:00
} ,
{
2022-03-24 09:31:29 +01:00
"name" : "dex_path" ,
"type" : "path" ,
2022-04-01 04:57:51 +02:00
"default" : "/" ,
2022-05-24 17:06:55 +02:00
"ask" : {
"en" : "Path for authentication URL. Please don't use 'auth' as it will break NGINX configuration." ,
"fr" : "Chemin de l'URL d'authentification. Veuillez ne pas utiliser 'auth' car cela casserait la configuration NGINX."
}
2021-09-21 00:25:53 +02:00
}
]
}
}