From 14052ef74745b456dee673f4ac1e5d5dab0574e2 Mon Sep 17 00:00:00 2001 From: LukeGus Date: Wed, 27 May 2026 20:46:11 -0500 Subject: [PATCH] chore: update references to Termix description --- chocolatey/termix-ssh.nuspec | 12 +-- flatpak/com.karmaa.termix.metainfo.xml | 124 ++++++++++++------------- package.json | 2 +- public/manifest.json | 2 +- 4 files changed, 67 insertions(+), 73 deletions(-) diff --git a/chocolatey/termix-ssh.nuspec b/chocolatey/termix-ssh.nuspec index b5de0b13..cce00e4d 100644 --- a/chocolatey/termix-ssh.nuspec +++ b/chocolatey/termix-ssh.nuspec @@ -14,16 +14,10 @@ https://github.com/Termix-SSH/Termix https://docs.termix.site/install https://github.com/Termix-SSH/Support/issues - docker ssh self-hosted file-management ssh-tunnel termix server-management terminal - Termix is a web-based server management platform with SSH terminal, tunneling, and file editing capabilities. + docker ssh terminal telnet self-hosted rdp file-management vnc ssh-tunnel server-stats termix + Self-hosted SSH and remote desktop management. -Termix is an open-source, forever-free, self-hosted all-in-one server management platform. It provides a web-based solution for managing your servers and infrastructure through a single, intuitive interface. - -Termix offers: -- SSH terminal access -- SSH tunneling capabilities -- Remote file management -- Server monitoring and management +Termix is an open-source, forever-free, self-hosted all-in-one server management platform. It provides a multi-platform solution for managing your servers and infrastructure through a single, intuitive interface. Termix offers SSH terminal access, remote desktop control (RDP, VNC, Telnet), SSH tunneling capabilities, remote file management, and many other tools. Termix is the perfect free and self-hosted alternative to Termius available for all platforms. This package installs the desktop application version of Termix. diff --git a/flatpak/com.karmaa.termix.metainfo.xml b/flatpak/com.karmaa.termix.metainfo.xml index 335d902c..1e513e49 100644 --- a/flatpak/com.karmaa.termix.metainfo.xml +++ b/flatpak/com.karmaa.termix.metainfo.xml @@ -1,77 +1,77 @@ - com.karmaa.termix - Termix - Web-based server management platform with SSH terminal, tunneling, and file editing + com.karmaa.termix + Termix + Self-hosted SSH and remote desktop management. - CC0-1.0 - Apache-2.0 + CC0-1.0 + Apache-2.0 - bugattiguy527 + bugattiguy527 - -

- Termix is an open-source, forever-free, self-hosted all-in-one server management platform. - It provides a web-based solution for managing your servers and infrastructure through a single, intuitive interface. -

-

Features:

-
    -
  • SSH terminal access with full terminal emulation
  • -
  • SSH tunneling capabilities for secure port forwarding
  • -
  • Remote file management with editor support
  • -
  • Server monitoring and management tools
  • -
  • Self-hosted solution - keep your data private
  • -
  • Modern, intuitive web interface
  • -
-
+ +

+ Termix is an open-source, forever-free, self-hosted all-in-one server management platform. It provides a + multi-platform solution for managing your servers and infrastructure through a single, intuitive interface. + Termix offers SSH terminal access, remote desktop control (RDP, VNC, Telnet), SSH tunneling capabilities, + remote file management, and many other tools. Termix is the perfect free and self-hosted alternative to + Termius available for all platforms. +

+
- com.karmaa.termix.desktop + com.karmaa.termix.desktop - - - https://raw.githubusercontent.com/Termix-SSH/Termix/main/public/screenshots/terminal.png - SSH Terminal Interface - - + + + https://raw.githubusercontent.com/Termix-SSH/Termix/main/public/screenshots/terminal.png + SSH Terminal Interface + + - https://github.com/Termix-SSH/Termix - https://github.com/Termix-SSH/Support/issues - https://docs.termix.site - https://github.com/Termix-SSH/Termix + https://github.com/Termix-SSH/Termix + https://github.com/Termix-SSH/Support/issues + https://docs.termix.site + https://github.com/Termix-SSH/Termix - - moderate - + + moderate + - - - -

Latest release of Termix

-
- https://github.com/Termix-SSH/Termix/releases -
-
+ + + +

Latest release of Termix

+
+ https://github.com/Termix-SSH/Termix/releases +
+
- - Development - Network - System - + + Development + Network + System + - - ssh - terminal - server - management - tunnel - file-manager - + + docker + ssh + terminal + telnet + self-hosted + rdp + file-management + vnc + ssh-tunnel + server-stats + termix - - termix - + - - always - + + termix + + + + always +
diff --git a/package.json b/package.json index 6c190111..0db648b2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "termix", "private": true, "version": "2.3.0", - "description": "A web-based server management platform with SSH terminal, tunneling, and file editing capabilities", + "description": "Self-hosted SSH and remote desktop management.", "author": "Karmaa", "main": "electron/main.cjs", "engines": { diff --git a/public/manifest.json b/public/manifest.json index c4f841dc..0cf0d4e6 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,7 +1,7 @@ { "name": "Termix", "short_name": "Termix", - "description": "A web-based server management platform with SSH terminal, tunneling, and file editing capabilities", + "description": "Self-hosted SSH and remote desktop management.", "theme_color": "#09090b", "background_color": "#09090b", "display": "standalone",