Initial dev-1.0 commit for TS and Shadcn migration
This commit is contained in:
40
docs/index.md
Normal file
40
docs/index.md
Normal file
@@ -0,0 +1,40 @@
|
||||
---
|
||||
# https://vitepress.dev/reference/default-theme-home-page
|
||||
layout: home
|
||||
|
||||
hero:
|
||||
name: "Termix"
|
||||
text: "Web-based Homepage Client"
|
||||
tagline: Clientless web-based Homepage terminal emulator that stores and manages your connection details
|
||||
image:
|
||||
src: /logo512.webp
|
||||
alt: Termix
|
||||
actions:
|
||||
- theme: brand
|
||||
text: Get Started
|
||||
link: /docs
|
||||
- theme: alt
|
||||
text: GitHub
|
||||
link: 'https://github.com/LukeGus/Termix'
|
||||
|
||||
features:
|
||||
- icon: 📡
|
||||
title: Homepage
|
||||
details: Connect to any Homepage server directly from your browser with no client installation needed. Supports key-based and password authentication.
|
||||
- icon: 🗂️
|
||||
title: Split Screen & Tab System
|
||||
details: View up to 4 terminals simultaneously with the split screen feature. Organize multiple connections with an intuitive tab system.
|
||||
- icon: 🔐
|
||||
title: User Authentication
|
||||
details: Secure multi-user support with authentication system. Each user gets their own isolated environment and saved connections.
|
||||
- icon: 💾
|
||||
title: Save Hosts
|
||||
details: Store and manage your connection details securely. Quickly connect to your favorite servers with just a click.
|
||||
- icon: 🎨
|
||||
title: SSHTerminal Themes
|
||||
details: Customize your terminal experience with various color schemes and themes to reduce eye strain and match your preference.
|
||||
- icon: 🐳
|
||||
title: Easy Deployment
|
||||
details: Quick setup using Docker or Docker Compose. Get up and running in minutes with minimal configuration required.
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user