# by default nginx times out connections in one minute proxy_read_timeout1d; } #access_log /www/wwwlogs/thelounge.log; #日志可以不写 #error_log /www/wwwlogs/thelounge.error.log; }
Options: -v, --version output the version number -c, --config <key=value> override entries of the configuration file, must be specified for each entry that needs to be overriden -h, --help
Commands: start [options] Start the server add [options] <name> Add a new user reset [options] <name> Reset user password list List all users remove <name> Remove an existing user edit <name> Edit user file located at /var/opt/thelounge/users/<name>.json install <package> Install a theme or a package uninstall <package> Uninstall a theme or a package upgrade [packages...] Upgrade installed themes and packages to their latest versions outdated Check for any outdated packages help [command] display helpforcommand
# <> 表示必填然后去掉<>
# 或者执行以下命令进入容器添加用户 docker exec -it thelounge sh thelounge add <username> # 然后输入用户名密码就能够登录了 # ctrl + A + D / exit 退出容器
/msg Drone enter <#channel1,#channel2,#channel3> <site_nick> <irc_key>
# 比如下面,#redacted-announce #RED-Help /msg Drone enter #redacted-announce Your_site_nick Your_irc_key
第二次登录
1 2 3 4 5 6 7 8
# 第一行命令非必须 /msg NickServ identify <irc_passwd>
# 第二行命令必须,[]非必须,<>为必须 /msg Drone enter <#channel1,#channel2,#channel3> <site_nick> <irc_key>
# 比如 /msg Drone enter #redacted-announce Your_site_nick Your_irc_key
其他都大致相同,需要参考官方的WIKI。
通用常用命令
1 2 3 4 5 6
/list #Show Channel List /nick #Change Nickname /leave #Leave the Channel /connect #Connect or Reconnect the Network /disconnect #Disconnect the Network /join <#channel> #Join the Channel