4069aed25a
All checks were successful
gitea-sync/antos-appimage/pipeline/head This commit looks good
15 lines
337 B
INI
15 lines
337 B
INI
[vterm]
|
|
# Do not change these 2 options
|
|
exec = ./opt/www/bin/vterm
|
|
param = unix:/tmp/antd_hotline.sock
|
|
# change this to enable debug
|
|
debug = 0
|
|
|
|
# used only by tunnel to authentificate user
|
|
[tunnel_keychain]
|
|
exec = ./opt/www/bin/wfifo
|
|
param = unix:/tmp/antd_hotline.sock
|
|
param = keychain
|
|
param = /tmp/antunnel_keychain
|
|
param = r
|
|
debug = 1 |