mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-16 22:36:02 +01:00
docs: add comprehensive deployment guide
Add detailed deployment documentation covering: - Quick start guide - System requirements - Docker Compose production configuration - Reverse proxy setup (Nginx, Traefik, Caddy) - OAuth provider configuration for all supported providers - Connection gateway setup - Troubleshooting common issues Also update README with links to documentation. Fixes #135, #137
This commit is contained in:
@@ -14,6 +14,11 @@ This is the Tabby terminal, served as a web app. It also provides the config syn
|
||||
|
||||
Tabby Web serves the [Tabby Terminal](https://github.com/Eugeny/tabby) as a web application while managing multiple config files, authentication, and providing TCP connections via a [separate gateway service](https://github.com/Eugeny/tabby-connection-gateway).
|
||||
|
||||
# Documentation
|
||||
|
||||
- **[Deployment Guide](docs/DEPLOYMENT.md)** - Complete guide for production deployment
|
||||
- **[Connection Gateway](https://github.com/Eugeny/tabby-connection-gateway)** - For SSH/Telnet connections
|
||||
|
||||
# Requirements
|
||||
|
||||
* Python 3.7+
|
||||
|
||||
Reference in New Issue
Block a user