tsl0922/ttyd

Add specifying parameters in the configuration file

开放

#1,358 创建于 2024年5月6日

 (2 条评论) (3 个反应) (0 位负责人)C (814 个派生)batch import
help wanted

仓库指标

星标
 (6,943 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

It would be really nice if there was an option to specify parameters for ttyd in the config file. In this case the program launch could be ttyd -conf config.cfg This would hide the display of login and password in the command line. Also, if the developer decides to add an option with the config file, you could implement picking up the config file if it has the same name as ttyd. For example, if there is a ttyd.cfg file in the working directory next to ttyd, then running ttyd without command line parameters would pick up the settings from ttyd.cfg.

贡献者指南