1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/omeka-s_ynh.git synced 2024-09-03 19:56:05 +02:00
omeka-s_ynh/manifest.json

52 lines
1.4 KiB
JSON
Raw Normal View History

2021-07-25 13:44:34 +02:00
{
2021-07-25 13:53:15 +02:00
"name": "Omeka S",
2021-08-09 08:33:25 +02:00
"id": "omeka-s",
2021-07-25 13:44:34 +02:00
"packaging_format": 1,
"description": {
"en": "Web publication system for universities, galleries, libraries, archives, and museums",
2021-07-25 14:34:59 +02:00
"fr": "Système de publication Web pour les universités, les galeries, les bibliothèques, les archives et les musées"
2021-07-25 13:44:34 +02:00
},
2021-10-16 08:47:43 +02:00
"version": "3.1.1~ynh1",
2021-07-25 13:44:34 +02:00
"url": "https://omeka.org/",
"upstream": {
2021-07-25 14:33:58 +02:00
"license": "AGPL-3.0-only",
"website": "https://omeka.org/s/",
2021-07-25 13:44:34 +02:00
"demo": "https://omeka.org/s/download/#sandbox",
"admindoc": "https://omeka.org/s/docs/user-manual/",
"code": "https://github.com/omeka/omeka-s"
},
2021-07-25 14:33:58 +02:00
"license": "AGPL-3.0-only",
2021-07-25 13:44:34 +02:00
"maintainer": {
2021-08-09 08:45:51 +02:00
"name": "eric_G",
2021-07-25 13:44:34 +02:00
"email": ""
},
"requirements": {
2021-11-21 21:47:51 +01:00
"yunohost": ">= 4.3.0"
2021-07-25 13:44:34 +02:00
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
],
"arguments": {
"install" : [
{
"name": "domain",
2021-09-22 00:00:01 +02:00
"type": "domain"
2021-07-25 13:44:34 +02:00
},
{
"name": "path",
"type": "path",
"example": "/omeka",
"default": "/omeka"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}