-
Notifications
You must be signed in to change notification settings - Fork 44
/
catalog.json
38 lines (38 loc) · 1.31 KB
/
catalog.json
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
{
"stable": {},
"test": {
"nginx": {
"app_readme": "<h1>Nginx</h1>\n<p>It is a test app</p>",
"categories": [
"networking"
],
"description": "Nginx description",
"healthy": true,
"healthy_error": null,
"home": "https://github.com/AdguardTeam/AdGuardHome",
"location": "/__w/apps/apps/trains/test/nginx",
"latest_version": "1.0.1",
"latest_app_version": "v1",
"latest_human_version": "v1_1.0.1",
"last_update": "2024-06-23 16:41:43",
"name": "nginx",
"recommended": false,
"title": "Nginx",
"maintainers": [
{
"email": "[email protected]",
"name": "truenas",
"url": "https://www.truenas.com/"
}
],
"tags": [],
"screenshots": [],
"sources": [
"https://github.com/AdguardTeam/AdGuardHome",
"https://github.com/truenas/charts/tree/master/community/adguard-home",
"https://hub.docker.com/r/adguard/adguardhome"
],
"icon_url": "https://seeklogo.com/images/N/nginx-logo-B38DADE410-seeklogo.com.png"
}
}
}