Skip to content

Commit afaae18

Browse files
authored
Update termix to version 1.11.1 (#4953)
1 parent a951127 commit afaae18

File tree

2 files changed

+36
-6
lines changed

2 files changed

+36
-6
lines changed

termix/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ services:
77
APP_PORT: 8080
88

99
web:
10-
image: ghcr.io/lukegus/termix:release-1.9.0@sha256:42649d815da4ee2cb71560b04a22641e54d993e05279908711d9056504487feb
10+
image: ghcr.io/lukegus/termix:release-1.11.1@sha256:aca304385f759b3d8b302fe56f9fd5dc5cd4f9bde636d454c08f7a38375197a9
1111
restart: on-failure
1212
volumes:
1313
- ${APP_DATA_DIR}/data:/app/data

termix/umbrel-app.yml

Lines changed: 35 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ id: termix
33
name: Termix
44
tagline: Manage your servers with built-in SSH, tunnels, and file access
55
category: developer
6-
version: "1.9.0"
6+
version: "1.11.1"
77
port: 6444
88
description: >-
99
💻 Termix is designed to simplify server administration by bringing powerful management tools into a single, unified interface. At its core, it provides direct access to SSH terminals inside the browser, eliminating the need for external clients. Sessions can be opened in tabs or arranged in split screens, allowing administrators to multitask and manage different systems simultaneously with ease. The terminal experience is responsive and reliable, ensuring that routine tasks such as configuration, updates, and troubleshooting can be performed quickly.
@@ -18,23 +18,53 @@ description: >-
1818
To support the handling of multiple servers, Termix includes a host manager where connections can be organized and grouped. Tags and folders make it simple to categorize different environments, whether they are development, staging, or production systems. This structure ensures that administrators can quickly find and connect to the right host without sifting through long lists of saved credentials.
1919
2020
21-
Another significant capability of Termix is real-time monitoring. The application presents detailed statistics on system resources, including processor load, memory usage, and storage consumption. These insights help administrators understand the current state of their infrastructure and identify potential issues before they develop into critical problems.
21+
Another significant capability of Termix is real-time monitoring. The application presents detailed statistics on system resources, including processor load, memory usage, and storage consumption. These insights help administrators identify potential issues before they develop into critical problems.
2222
2323
2424
All of these features are wrapped in a clean and modern interface that prioritizes usability. The design emphasizes clarity and efficiency, enabling both experienced administrators and newcomers to interact with complex systems in a straightforward way. Termix transforms server management from a fragmented set of tools into a cohesive, accessible, and user-friendly experience.
2525
developer: LukeGus
2626
website: https://docs.termix.site/
2727
submitter: dennysubke
2828
submission: https://github.com/getumbrel/umbrel-apps/pull/3845
29-
repo: https://github.com/LukeGus/Termix
30-
support: https://github.com/LukeGus/Termix/issues
29+
repo: https://github.com/Termix-SSH/Termix/
30+
support: https://github.com/Termix-SSH/Termix/issues
3131
gallery:
3232
- 1.jpg
3333
- 2.jpg
3434
- 3.jpg
3535
- 4.jpg
3636
- 5.jpg
37-
releaseNotes: ""
37+
releaseNotes: >-
38+
New features and improvements in this release:
39+
- Updated OPKSSH support for improved SSH key authentication
40+
- Improved web-based mobile terminal experience
41+
- Enhanced backend logging with more detailed logging points
42+
- Moved add credential and add host buttons to a new location in the UI
43+
- SSH key validation added
44+
- Username in credentials is now optional and can be set when adding a host
45+
- User profile toggle for snippet confirmations
46+
- Configurable base path for reverse proxy sub-path deployment
47+
- Copy deploy command for SSH keys without password authentication
48+
- Manage OIDC configuration via environment variables (overrides database)
49+
- Added modern DH group key exchange algorithms
50+
- IP address fields now indicate FQDN is supported
51+
- Added Ctrl+V / Cmd+V shortcut for clipboard paste
52+
- HTTP proxy support for GitHub API requests
53+
54+
55+
Bug fixes:
56+
- Fixed file manager disconnecting after a few navigations
57+
- Fixed Docker permission error when running as non-root
58+
- Fixed data loss caused by encrypted database format mismatch
59+
- Disabled browser caching for file manager API
60+
- Fixed special character input issues on macOS
61+
- File manager entries now sorted alphabetically with directories first
62+
- Added timeout for SFTP readlink to prevent request hangs
63+
- All SSH data fields are now preserved during database export and import
64+
- Fixed dashboard cards taking up full width on smaller displays
65+
66+
67+
Full release notes can be found at https://github.com/Termix-SSH/Termix/releases
3868
dependencies: []
3969
path: ""
4070
defaultUsername: ""

0 commit comments

Comments
 (0)