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

71 lines
2.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-03-10 19:49:53 +01:00
"version": "3.20.5~ynh1",
2020-01-18 10:28:47 +01:00
"url": "https://github.com/standardnotes/syncing-server",
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-01-16 23:39:56 +01:00
"yunohost": ">= 4.1.0"
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": {
"install" : [
{
"name": "domain",
"type": "domain",
"ask": {
"en": "Choose a domain name for snserver",
2020-12-24 12:11:42 +01:00
"fr": "Choisissez un domaine pour Mastodon",
"de": "Wähle einen Domain Namen für snserver"
2020-01-18 10:28:47 +01:00
},
"example": "example.com"
},
2020-12-24 12:11:42 +01:00
{
"name": "path",
"type": "path",
"ask": {
"en": "Choose a path for ynhexample",
"fr": "Choisissez un chemin pour ynhexample"
},
"example": "/example",
"default": "/example"
},
2020-01-18 10:28:47 +01:00
{
"name": "is_public",
"type": "boolean",
2020-12-24 12:11:42 +01:00
"help": {
"en": "The Standard Notes - Syncing Server should be public accessable if you want to connect with a desktop or mobile app."
},
2020-01-18 10:28:47 +01:00
"ask": {
"en": "Is it a public application?",
2020-12-24 12:11:42 +01:00
"fr": "Est-ce une application publique ?",
"de": "Ist die Application Öffendlich?"
2020-01-18 10:28:47 +01:00
},
"default": true
2021-01-11 22:23:08 +01:00
},
{
"name": "access_domain",
"type": "string",
"ask": {
"en": "Choose a domain which has access to the extensions. E.g. the Standard-Notes web app."
},
2021-01-16 23:04:32 +01:00
"optional": true,
2021-01-11 22:23:08 +01:00
"example": "example.tld",
"default": ""
2020-01-18 10:28:47 +01:00
}
]
}
}