From 9d6c2ba2aea6ec6fc8b44affaa839993e784f9cc Mon Sep 17 00:00:00 2001 From: "community-scripts-pr-app[bot]" <189241966+community-scripts-pr-app[bot]@users.noreply.github.com> Date: Sun, 18 Jan 2026 21:24:25 +0000 Subject: [PATCH] Update date in json (#10932) Co-authored-by: GitHub Actions --- frontend/public/json/termix.json | 66 ++++++++++++++++---------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/frontend/public/json/termix.json b/frontend/public/json/termix.json index 21e590170..b982eca3a 100644 --- a/frontend/public/json/termix.json +++ b/frontend/public/json/termix.json @@ -1,35 +1,35 @@ { - "name": "Termix", - "slug": "termix", - "categories": [ - 6 - ], - "date_created": "2026-01-16", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 80, - "documentation": "https://docs.termix.site/", - "website": "https://termix.site/", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/termix.webp", - "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.", - "install_methods": [ - { - "type": "default", - "script": "ct/termix.sh", - "resources": { - "cpu": 4, - "ram": 4096, - "hdd": 10, - "os": "Debian", - "version": "13" - } - } - ], - "default_credentials": { - "username": null, - "password": null - }, - "notes": [] + "name": "Termix", + "slug": "termix", + "categories": [ + 6 + ], + "date_created": "2026-01-18", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 80, + "documentation": "https://docs.termix.site/", + "website": "https://termix.site/", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/termix.webp", + "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.", + "install_methods": [ + { + "type": "default", + "script": "ct/termix.sh", + "resources": { + "cpu": 4, + "ram": 4096, + "hdd": 10, + "os": "Debian", + "version": "13" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [] }