Termix
Termix is an open-source, web-based server management platform with SSH terminal, tunneling, and file editing capabilities.
Directory Structure
- docker-compose.yml
docker-compose.yml
services:
termix:
image: ghcr.io/termix-ssh/termix:latest
container_name: termix
restart: unless-stopped
ports:
- "8080:8080"
volumes:
- termix-data:/app/data
environment:
PORT: "8080"
volumes:
termix-data:
driver: localResources
Website: https://termix.site/
GitHub: https://github.com/Termix-SSH/Termix
GitHub Container Registry: https://github.com/Termix-SSH/Termix/pkgs/container/termix
Configuration: https://docs.termix.site/install