podterminal/exampleconfig.yaml

25 lines
733 B
YAML
Raw Normal View History

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
# Files that will be copied into container on startup
skel: /etc/podterminal/skel.tar.gz
skel_target: /config
ssl: false
ssl_cert: /etc/ssl/certs/ssl-cert-snakeoil.pem
ssl_cert_key: /etc/ssl/private/ssl-cert-snakeoil.key
2024-01-30 16:45:03 +01:00
# Blocks accessing /files and /files/socket.io to avoid File transfer
block_filebrowser: false