17 lines
417 B
YAML
17 lines
417 B
YAML
dir_node: /dev/dri/renderD128
|
|
# Enable DIR passthrough to enable GPU accelleration in Container
|
|
dri: false
|
|
# Environment Variables to be passed to the container.
|
|
envvars:
|
|
CUSTOM_USER: user
|
|
PASSWORD: ""
|
|
TITLE: Podterminal
|
|
# HTTP_PROXY: 192.168.0.10
|
|
|
|
# Container Image you want to use
|
|
image: lscr.io/linuxserver/webtop
|
|
# Maximum age of Session
|
|
maxage: 10800
|
|
# Port Podterminal should listen to
|
|
port: 80
|