Add Termix Docker Compose stack
This commit is contained in:
22
termix.env.example
Normal file
22
termix.env.example
Normal file
@@ -0,0 +1,22 @@
|
||||
# Termix Docker-Test-1 trial settings
|
||||
# Copy to termix.env on the target host and adjust as needed.
|
||||
|
||||
TERMIX_IMAGE=ghcr.io/lukegus/termix
|
||||
TERMIX_TAG=2.4.0
|
||||
TERMIX_HTTP_PORT=8080
|
||||
TERMIX_DATA_DIR=/opt/docker/termix/data
|
||||
TERMIX_LOG_LEVEL=info
|
||||
|
||||
# Container process UID/GID. Match the owner of TERMIX_DATA_DIR on the target host.
|
||||
PUID=1000
|
||||
PGID=1000
|
||||
|
||||
# Remote desktop support via guacd.
|
||||
ENABLE_GUACAMOLE=true
|
||||
GUACD_TAG=1.6.0
|
||||
|
||||
# Set true if Termix is behind an HTTPS reverse proxy and OIDC callbacks need HTTPS.
|
||||
OIDC_FORCE_HTTPS=false
|
||||
|
||||
# Keep false until an admin intentionally enables SSO/LDAP/GitHub/Google self-registration.
|
||||
OIDC_ALLOW_REGISTRATION=false
|
||||
Reference in New Issue
Block a user