added example config
This commit is contained in:
parent
57c9b88898
commit
c281830df0
1 changed files with 15 additions and 0 deletions
15
exampleconfig.yaml
Normal file
15
exampleconfig.yaml
Normal file
|
@ -0,0 +1,15 @@
|
|||
dir_node: /dev/dri/renderD128
|
||||
# Enable DIR passthrough to enable GPU accelleration in Container
|
||||
dri: false
|
||||
# Environment Variables
|
||||
envvars:
|
||||
CUSTOM_USER: user
|
||||
PASSWORD: ""
|
||||
TITLE: Podterminal
|
||||
|
||||
# Container Image you want to use
|
||||
image: lscr.io/linuxserver/webtop
|
||||
# Maximum age of Session
|
||||
maxage: 10800
|
||||
# Port Podterminal should listen to
|
||||
port: 80
|
Loading…
Add table
Reference in a new issue