fix: correct configuration to latest changes on tunnel
All checks were successful
gitea-sync/antos-appimage/pipeline/head This commit looks good
All checks were successful
gitea-sync/antos-appimage/pipeline/head This commit looks good
This commit is contained in:
parent
e44afc9cb2
commit
4069aed25a
@ -79,3 +79,4 @@ socket = unix:/tmp/fcgi.sock
|
||||
[PLUGIN:tunnel]
|
||||
autoload = 1
|
||||
name = tunnel
|
||||
hotlines = unix:/tmp/antd_hotline.sock
|
13
runner.ini
13
runner.ini
@ -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
|
Loading…
Reference in New Issue
Block a user