Better encryption for everything, new session login, rewrote a lot of database code changing its storage methods. Prepared for release of 2.0.

This commit is contained in:
Karmaa
2025-03-15 01:42:43 -05:00
parent e2e35e6130
commit 420fae828b
12 changed files with 1159 additions and 545 deletions

View File

@@ -32,16 +32,22 @@ Termix is an open-source forever free self-hosted SSH (other protocols planned,
# Features
- SSH
- Split Screen (Up to 4) & Tab System
- User Authentication
- Data Persistence
# Planned Features
- Database to Store Connection Details
- Organize Hosts (folders, tags, etc.)
- VNC
- RDP
- SFTP (build in file transfer)
- ChatGPT/Ollama Integration (for commands)
- Login Screen
- User Management
- Apps (like notes, AI, etc)
- Terminal Themes
- User Management (roles, permissions, etc.)
- SSH Tunneling
- More Authentication Methods
- Share Hosts
- More Security Features (like 2FA, optionally store host passwords, etc.)
# Installation
Visit the Termix [Wiki](https://github.com/LukeGus/Termix/wiki) for information on how to install Termix. You can also use these links to go directly to guide. [Docker](https://github.com/LukeGus/Termix/wiki/Docker) or [Manual](https://github.com/LukeGus/Termix/wiki/Manual).