antos-appimage/runner.ini
DanyLE 4069aed25a
All checks were successful
gitea-sync/antos-appimage/pipeline/head This commit looks good
fix: correct configuration to latest changes on tunnel
2023-03-29 12:18:14 +02:00

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