1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snserver_ynh.git synced 2024-09-03 20:26:22 +02:00
snserver_ynh/manifest.json

46 lines
1.2 KiB
JSON
Raw Normal View History

2020-01-18 10:28:47 +01:00
{
2020-12-27 23:18:55 +01:00
"name": "Standard Notes Server",
2020-01-18 10:28:47 +01:00
"id": "snserver",
"packaging_format": 1,
"description": {
"en": "The Standard Notes syncing server. An end-to-end encrypted note-taking app."
},
2021-10-29 14:36:54 +02:00
"version": "2021.10.29~ynh1",
2021-07-08 21:37:01 +02:00
"url": "https://github.com/standardnotes/standalone",
2021-10-10 17:44:34 +02:00
"upstream": {
2021-05-11 20:30:55 +02:00
"license": "AGPL-3.0-or-later",
"website": "https://standardnotes.org/",
"demo": "https://standardnotes.org/demo",
"admindoc": "https://docs.standardnotes.org/",
2021-07-08 21:37:01 +02:00
"userdoc": "https://standardnotes.com/help",
"code": "https://github.com/standardnotes/standalone"
2021-05-11 20:30:55 +02:00
},
2021-01-03 15:45:28 +01:00
"license": "AGPL-3.0-or-later",
2020-01-18 10:28:47 +01:00
"maintainer": {
"name": "Fabian Wilkens",
2021-01-24 14:04:18 +01:00
"email": "46000361+FabianWilkens@users.noreply.github.com"
2020-01-18 10:28:47 +01:00
},
"requirements": {
2021-05-09 15:19:27 +02:00
"yunohost": ">= 4.2.4"
2020-01-18 10:28:47 +01:00
},
"multi_instance": true,
"services": [
2020-12-24 12:11:42 +01:00
"nginx",
2020-01-18 10:28:47 +01:00
"mysql"
],
"arguments": {
2021-10-10 17:44:34 +02:00
"install": [
2020-01-18 10:28:47 +01:00
{
"name": "domain",
"type": "domain"
2020-01-18 10:28:47 +01:00
},
2020-12-24 12:11:42 +01:00
{
"name": "path",
"type": "path",
"example": "/example",
"default": "/example"
2020-01-18 10:28:47 +01:00
}
]
}
}