66 Star 695 Fork 197

dushixiang / next-terminal

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
config.yml 592 Bytes
一键复制 编辑 原始数据 按行查看 历史
debug: true
demo: false
db: sqlite
mysql:
hostname: localhost
port: 3306
username: next-terminal
password: next-terminal
database: next-terminal
sqlite:
file: './data/sqlite/next-terminal.db'
server:
addr: 0.0.0.0:8088
guacd:
hostname: 127.0.0.1
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
authorized-keys: ~/.ssh/authorized_keys
1
https://gitee.com/dushixiang/next-terminal.git
git@gitee.com:dushixiang/next-terminal.git
dushixiang
next-terminal
next-terminal
master

搜索帮助