fix: correct configuration to latest changes on tunnel
All checks were successful
gitea-sync/antos-appimage/pipeline/head This commit looks good

This commit is contained in:
DanyLE 2023-03-29 12:18:14 +02:00
parent e44afc9cb2
commit 4069aed25a
2 changed files with 12 additions and 2 deletions

View File

@ -79,3 +79,4 @@ socket = unix:/tmp/fcgi.sock
[PLUGIN:tunnel]
autoload = 1
name = tunnel
hotlines = unix:/tmp/antd_hotline.sock

View File

@ -1,6 +1,15 @@
[vterm]
# Do not change these 2 options
exec = ./opt/www/bin/vterm
param = /tmp/channels/antd_hotline.sock
param = unix:/tmp/antd_hotline.sock
# change this to enable debug
debug = 0
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