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."
|
|
|
|
},
|
2023-01-16 07:22:44 +01:00
|
|
|
"version": "2023.01.13~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",
|
2022-08-31 02:25:01 +02:00
|
|
|
"code": "https://github.com/standardnotes/server"
|
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",
|
2021-09-18 18:40:32 +02:00
|
|
|
"type": "domain"
|
2020-01-18 10:28:47 +01:00
|
|
|
},
|
2020-12-24 12:11:42 +01:00
|
|
|
{
|
|
|
|
"name": "path",
|
|
|
|
"type": "path",
|
|
|
|
"example": "/example",
|
2022-08-04 17:28:39 +02:00
|
|
|
"default": "/"
|
2020-01-18 10:28:47 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|