feat(service): add termix template (#11090)

Co-authored-by: peaklabs-dev <122374094+peaklabs-dev@users.noreply.github.com>
This commit is contained in:
ShadowArcanist 2026-08-10 15:16:48 +05:30 committed by GitHub
parent c581f1bea9
commit a6d79e1134
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 30 additions and 0 deletions

7
svgs/termix.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 17 KiB

View file

@ -0,0 +1,23 @@
# documentation: https://docs.termix.site/install/server/docker
# slogan: All-in-One SSH & Remote Desktop management app.
# category: developer-tools
# tags: ssh,terminal,remote-desktop,rdp,vnc,server-management,remote-access
# logo: svgs/termix.svg
# port: 8080
services:
termix:
image: ghcr.io/lukegus/termix:2.6.1
environment:
- SERVICE_URL_TERMIX_8080
- PORT=8080
- LOG_LEVEL=${LOG_LEVEL:-info}
- GUACD_HOST=guacd
- GUACD_RECORDING_PATH=/termix-data/session_recordings/guacamole
depends_on:
- guacd
volumes:
- termix-data:/app/data
guacd:
image: guacamole/guacd:1.6.0