Skip to content

Commit

Permalink
Update catalog changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sonicaj committed Jun 22, 2024
1 parent 0a49376 commit fb6898b
Show file tree
Hide file tree
Showing 2 changed files with 134 additions and 0 deletions.
38 changes: 38 additions & 0 deletions catalog.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,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.0",
"latest_app_version": "v1",
"latest_human_version": "v1_1.0.0",
"last_update": "2024-06-22 17:45:31",
"name": "nginx",
"recommended": false,
"title": "Nginx",
"maintainers": [
{
"email": "dev@ixsystems.com",
"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"
}
}
}
96 changes: 96 additions & 0 deletions trains/test/nginx/app_versions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
{
"1.0.0": {
"healthy": true,
"supported": true,
"healthy_error": null,
"location": "/__w/apps/apps/trains/test/nginx/1.0.0",
"last_update": "2024-06-22 17:45:31",
"required_features": [],
"human_version": "v1_1.0.0",
"version": "1.0.0",
"app_metadata": {
"app_version": "v1",
"capabilities": [
{
"description": "Just here as an example",
"name": "NET_RAW"
}
],
"categories": [
"networking"
],
"containerVersion": "1.0.0",
"description": "Nginx description",
"home": "https://github.com/AdguardTeam/AdGuardHome",
"host_mounts": [],
"icon": "https://media.sys.truenas.net/apps/adguard-home/icons/icon.svg",
"keywords": [
"dns",
"adblock"
],
"lib_version": "0.0.1",
"lib_version_hash": "f074617a82a86d2a6cc78a4c8a4296fc9d168e456f12713e50c696557b302133",
"maintainers": [
{
"email": "dev@ixsystems.com",
"name": "truenas",
"url": "https://www.truenas.com/"
}
],
"name": "nginx",
"run_as_context": [
{
"description": "Test app.",
"gid": 0,
"groupName": "root",
"uid": 0,
"userName": "root"
}
],
"screenshots": [
"https://media.sys.truenas.net/apps/adguard-home/screenshots/screenshot1.png",
"https://media.sys.truenas.net/apps/adguard-home/screenshots/screenshot2.png"
],
"sources": [
"https://github.com/AdguardTeam/AdGuardHome",
"https://github.com/truenas/charts/tree/master/community/adguard-home",
"https://hub.docker.com/r/adguard/adguardhome"
],
"title": "Nginx",
"train": "test",
"version": "1.0.0"
},
"schema": {
"groups": [
{
"name": "Network Configuration",
"description": "Configure Network for Nginx"
}
],
"questions": [
{
"variable": "network",
"label": "",
"group": "Network Configuration",
"schema": {
"type": "dict",
"attrs": [
{
"variable": "web_port",
"label": "WebUI Port",
"description": "The port for Nginx WebUI",
"schema": {
"type": "int",
"default": 8080,
"required": true
}
}
]
}
}
]
},
"readme": "<h1>Nginx</h1>\n<p>It is a test app</p>",
"changelog": null
}
}

0 comments on commit fb6898b

Please sign in to comment.