1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/satdress_ynh.git synced 2024-09-03 20:16:27 +02:00
This commit is contained in:
navanchauhan 2022-07-28 12:31:52 -04:00
parent 53a2c71451
commit 335fa9595d

View file

@ -1,34 +1,32 @@
{
"name": "Example app",
"id": "example",
"name": "Satdress",
"id": "satdress",
"packaging_format": 1,
"description": {
"en": "Explain in *a few (10~15) words* the purpose of the app or what it actually does (it is meant to give a rough idea to users browsing a catalog of 100+ apps)",
"en": "Federated Lightning addresses server.",
"fr": "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)"
},
"version": "1.0~ynh1",
"url": "https://example.com",
"version": "0.7.0~ynh1",
"url": "https://github.com/nbd-wtf/satdress",
"upstream": {
"license": "free",
"website": "https://example.com",
"demo": "https://demo.example.com",
"admindoc": "https://yunohost.org/packaging_apps",
"userdoc": "https://yunohost.org/apps",
"code": "https://some.forge.com/example/example"
"license": "MIT",
"website": "https://github.com/nbd-wtf/satdress",
"demo": "https://github.com/nbd-wtf/satdress",
"admindoc": "https://github.com/nbd-wtf/satdress",
"userdoc": "https://github.com/nbd-wtf/satdresss",
"code": "https://github.com/nbd-wtf/satdress"
},
"license": "free",
"maintainer": {
"name": "John doe",
"email": "john.doe@example.com"
"name": "Navan Chauhan",
"email": "satdress@navan.email"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx",
"php7.3-fpm",
"mysql"
"nginx"
],
"arguments": {
"install": [
@ -39,35 +37,37 @@
{
"name": "path",
"type": "path",
"example": "/example",
"default": "/example"
"example": "/satdress",
"default": "/satdress"
},
{
"name": "site_name",
"type": "string",
"example": "YUNOSatdress",
"ask": {
"en": "Site name to be displayed"
}
},
{
"name": "site_owner",
"type": "string",
"example": "@yhuser",
"ask": {
"en": "Site owner handle to be displayed"
}
},
{
"name": "site_owner_url",
"type": "string",
"example": "https://t.me/someuser",
"ask": {
"en": "Site owner's URL to be displayed"
}
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
{
"name": "language",
"type": "string",
"ask": {
"en": "Choose the application language",
"fr": "Choisissez la langue de l'application"
},
"choices": ["fr", "en"],
"default": "fr"
},
{
"name": "admin",
"type": "user"
},
{
"name": "password",
"type": "password",
"help": {
"en": "Use the help field to add an information for the admin about this question.",
"fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question."
}
}
]
}