forked from YunoHost-Apps/satdress_ynh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
70 lines (70 loc) · 1.92 KB
/
manifest.json
File metadata and controls
70 lines (70 loc) · 1.92 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "Satdress",
"id": "satdress",
"packaging_format": 1,
"description": {
"en": "Federated Lightning addresses server."
},
"version": "0.7.0~ynh2",
"url": "https://github.com/nbd-wtf/satdress",
"upstream": {
"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": "GPL-3.0-only",
"maintainer": {
"name": "Navan Chauhan",
"email": "satdress@navan.email"
},
"requirements": {
"yunohost": ">= 4.3.0"
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install": [
{
"name": "domain",
"type": "domain"
},
{
"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,
"help": {
"en": "Allow non-YunoHost users"
}
}
]
}
}