1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snweb_ynh.git synced 2024-09-03 20:26:22 +02:00
snweb_ynh/manifest.json
2023-01-30 06:15:01 +00:00

65 lines
1.9 KiB
JSON

{
"name": "Standard Notes",
"id": "snweb",
"packaging_format": 1,
"description": {
"en": "End-to-end encrypted note-taking app",
"fr": "Application de prise de notes chiffrées"
},
"version": "3.142.8~ynh1",
"url": "https://github.com/standardnotes/web",
"upstream": {
"license": "AGPL-3.0-or-later",
"website": "https://standardnotes.org/",
"demo": "https://standardnotes.org/demo",
"admindoc": "https://docs.standardnotes.org/",
"userdoc": "https://standardnotes.org/help",
"code": "https://github.com/standardnotes/app"
},
"license": "AGPL-3.0-or-later",
"maintainer": {
"name": "Fabian Wilkens",
"email": "46000361+FabianWilkens@users.noreply.github.com"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"name": "path",
"type": "path",
"example": "/notes",
"default": "/",
"help": {
"en": "You can use extensions only without a path URL."
}
},
{
"name": "is_public",
"type": "boolean",
"help": {
"en": "A public application means that anyone can access this site."
},
"default": false
},
{
"name": "snserver_domain",
"type": "string",
"ask": {
"en": "Choose the default Standard Notes Syncing Server",
"de": "Wähle den Standard Notes Syncing Server"
},
"default": "api.standardnotes.com"
}
]
}
}