release v1.2.0

This commit is contained in:
dushixiang
2021-10-31 17:15:35 +08:00
parent 4665ab6f78
commit 6132a05786
173 changed files with 37928 additions and 9349 deletions

View File

@ -8,6 +8,18 @@ mysql:
password: next-terminal
database: next-terminal
sqlite:
file: 'next-terminal.db'
file: './data/sqlite/next-terminal.db'
server:
addr: 0.0.0.0:8088
addr: 0.0.0.0:8088
guacd:
hostname: 172.16.101.32
port: 4822
# 此路径需要为绝对路径并且next-terminal和guacd都能访问到
recording: 'data/recording'
# 此路径需要为绝对路径并且next-terminal和guacd都能访问到
drive: 'data/drive'
sshd:
enable: true
addr: 0.0.0.0:8089
key: ~/.ssh/id_rsa