mirror of
https://github.com/Termix-SSH/Termix.git
synced 2026-07-10 09:07:07 +00:00
chore: continued redesign readme
This commit is contained in:
@@ -55,7 +55,7 @@ Termix is an open-source, forever-free, self-hosted all-in-one server management
|
||||
|
||||
<img src="./repo-images/header-features.svg" alt="Features" />
|
||||
|
||||
<img src="./repo-images/features.svg" alt="Features" />
|
||||
<p><img src="./repo-images/features.svg" alt="Features" /></p>
|
||||
|
||||
<br />
|
||||
|
||||
@@ -79,7 +79,7 @@ Termix is an open-source, forever-free, self-hosted all-in-one server management
|
||||
|
||||
<img src="./repo-images/header-platform-support.svg" alt="Platform Support" />
|
||||
|
||||
<img src="./repo-images/platform-support.svg" alt="Platform Support" />
|
||||
<p><img src="./repo-images/platform-support.svg" alt="Platform Support" /></p>
|
||||
|
||||
<br />
|
||||
|
||||
|
||||
@@ -47,7 +47,7 @@
|
||||
<text x="18" y="306" class="feat-title">Docker Management</text>
|
||||
<text x="18" y="324" class="feat-body">Start, stop, pause, remove containers. View container stats.</text>
|
||||
<text x="18" y="339" class="feat-body">Control containers using docker exec terminal. Not a replacement</text>
|
||||
<text x="18" y="354" class="feat-body">for Portainer or Dockge — built for managing, not creating.</text>
|
||||
<text x="18" y="354" class="feat-body">for Portainer or Dockge, built for managing, not creating.</text>
|
||||
|
||||
<!-- Row 3, Col 2: SSH Host Manager -->
|
||||
<rect x="442" y="284" width="418" height="130" rx="6" fill="transparent" class="card-border"/>
|
||||
|
||||
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.8 KiB |
@@ -877,7 +877,7 @@ export function Auth({ onLogin }: AuthProps) {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Right panel — auth form */}
|
||||
{/* Right panel */}
|
||||
<div className="flex flex-1 items-center justify-center p-6 overflow-y-auto relative">
|
||||
<div className="w-full max-w-sm flex flex-col gap-6">
|
||||
{/* TOTP view */}
|
||||
|
||||
Reference in New Issue
Block a user