Update date in json (#10932)

Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
community-scripts-pr-app[bot]
2026-01-18 21:24:25 +00:00
committed by GitHub
parent ac68ce48de
commit 9d6c2ba2ae
+33 -33
View File
@@ -1,35 +1,35 @@
{ {
"name": "Termix", "name": "Termix",
"slug": "termix", "slug": "termix",
"categories": [ "categories": [
6 6
], ],
"date_created": "2026-01-16", "date_created": "2026-01-18",
"type": "ct", "type": "ct",
"updateable": true, "updateable": true,
"privileged": false, "privileged": false,
"interface_port": 80, "interface_port": 80,
"documentation": "https://docs.termix.site/", "documentation": "https://docs.termix.site/",
"website": "https://termix.site/", "website": "https://termix.site/",
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/termix.webp", "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/termix.webp",
"config_path": "", "config_path": "",
"description": "Termix is an open-source, self-hosted server management platform with SSH terminal access, SSH tunneling, remote file management, Docker management, and multi-platform support.", "description": "Termix is an open-source, self-hosted server management platform with SSH terminal access, SSH tunneling, remote file management, Docker management, and multi-platform support.",
"install_methods": [ "install_methods": [
{ {
"type": "default", "type": "default",
"script": "ct/termix.sh", "script": "ct/termix.sh",
"resources": { "resources": {
"cpu": 4, "cpu": 4,
"ram": 4096, "ram": 4096,
"hdd": 10, "hdd": 10,
"os": "Debian", "os": "Debian",
"version": "13" "version": "13"
} }
} }
], ],
"default_credentials": { "default_credentials": {
"username": null, "username": null,
"password": null "password": null
}, },
"notes": [] "notes": []
} }