mirror of
https://github.com/YunoHost-Apps/snserver_ynh.git
synced 2024-09-03 20:26:22 +02:00
45 lines
1.2 KiB
JSON
45 lines
1.2 KiB
JSON
{
|
|
"name": "Standard Notes Server",
|
|
"id": "snserver",
|
|
"packaging_format": 1,
|
|
"description": {
|
|
"en": "The Standard Notes syncing server. An end-to-end encrypted note-taking app."
|
|
},
|
|
"version": "2021.12.17~ynh1",
|
|
"url": "https://github.com/standardnotes/standalone",
|
|
"upstream": {
|
|
"license": "AGPL-3.0-or-later",
|
|
"website": "https://standardnotes.org/",
|
|
"demo": "https://standardnotes.org/demo",
|
|
"admindoc": "https://docs.standardnotes.org/",
|
|
"userdoc": "https://standardnotes.com/help",
|
|
"code": "https://github.com/standardnotes/standalone"
|
|
},
|
|
"license": "AGPL-3.0-or-later",
|
|
"maintainer": {
|
|
"name": "Fabian Wilkens",
|
|
"email": "46000361+FabianWilkens@users.noreply.github.com"
|
|
},
|
|
"requirements": {
|
|
"yunohost": ">= 4.2.4"
|
|
},
|
|
"multi_instance": true,
|
|
"services": [
|
|
"nginx",
|
|
"mysql"
|
|
],
|
|
"arguments": {
|
|
"install": [
|
|
{
|
|
"name": "domain",
|
|
"type": "domain"
|
|
},
|
|
{
|
|
"name": "path",
|
|
"type": "path",
|
|
"example": "/example",
|
|
"default": "/example"
|
|
}
|
|
]
|
|
}
|
|
}
|