All apps · 0 apps
tabby-web
Docker app from Selfhosters
Overview
Tabby Web - an SSH/Telnet/Serial client in your browser.
Install tabby-web on Unraid in a few clicks.
Find tabby-web in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Open the Apps tab on your Unraid server Search Community Apps for tabby-web Review the template variables and paths Click Install
Requirements
MariaDB
Categories
Related apps
Explore more like this
Explore allDetails
Repository
ghcr.io/eugeny/tabby-web:latestLast Updated2026-06-22
First Seen2024-01-27
Runtime arguments
- Web UI
http://[IP]:[PORT:80]- Network
bridge- Shell
sh- Privileged
- false
Template configuration
Port HTTPPorttcp
This sets the internal to external port mapping for WebUI
- Target
- 80
- Default
- 9090
- Value
- 9090
Database URLVariable
Sets the database location and credentials.
- Target
- DATABASE_URL
- Default
- mysql://root:123@db/tabby
- Value
- mysql://root:123@db/tabby
DebugVariable
Turns on/off debugging for the application.
- Target
- DEBUG
- Default
- false
- Value
- false
Docker ArgumentsVariable
- Target
- DOCKERIZE_ARGS
- Default
- -wait tcp://db:3306 -timeout 60s
- Value
- -wait tcp://db:3306 -timeout 60s
PortVariable
DO NOT CHANGE - This is setting the internal Web UI port for the container.
- Target
- PORT
- Default
- 80
- Value
- 80