2024-01-28 15:36:52 +01:00
|
|
|
dir_node: /dev/dri/renderD128
|
|
|
|
# Enable DIR passthrough to enable GPU accelleration in Container
|
|
|
|
dri: false
|
2024-01-29 09:22:59 +01:00
|
|
|
# Environment Variables to be passed to the container.
|
2024-01-28 15:36:52 +01:00
|
|
|
envvars:
|
|
|
|
CUSTOM_USER: user
|
|
|
|
PASSWORD: ""
|
|
|
|
TITLE: Podterminal
|
2024-01-29 09:22:59 +01:00
|
|
|
# HTTP_PROXY: 192.168.0.10
|
2024-01-28 15:36:52 +01:00
|
|
|
|
|
|
|
# Container Image you want to use
|
|
|
|
image: lscr.io/linuxserver/webtop
|
|
|
|
# Maximum age of Session
|
|
|
|
maxage: 10800
|
|
|
|
# Port Podterminal should listen to
|
|
|
|
port: 80
|
2024-01-29 16:45:51 +01:00
|
|
|
# Files that will be copied into container on startup
|
|
|
|
skel: /etc/podterminal/skel/
|
|
|
|
ssl: false
|
|
|
|
ssl_cert: /etc/ssl/certs/ssl-cert-snakeoil.pem
|
|
|
|
ssl_cert_key: /etc/ssl/private/ssl-cert-snakeoil.key
|