File tree Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -174,14 +174,14 @@ sudo apt install replbot
174
174
** Debian/Ubuntu** (* manual install* )** :**
175
175
``` bash
176
176
sudo apt install tmux
177
- wget https://github.com/binwiederhier/replbot/releases/download/v0.4.2 /replbot_0.4.2_amd64 .deb
178
- dpkg -i replbot_0.4.2_amd64 .deb
177
+ wget https://github.com/binwiederhier/replbot/releases/download/v0.4.5 /replbot_0.4.5_amd64 .deb
178
+ dpkg -i replbot_0.4.5_amd64 .deb
179
179
```
180
180
181
181
** Fedora/RHEL/CentOS:**
182
182
``` bash
183
183
# Make sure that "tmux" is installed
184
- rpm -ivh https://github.com/binwiederhier/replbot/releases/download/v0.4.2 /replbot_0.4.2_amd64 .rpm
184
+ rpm -ivh https://github.com/binwiederhier/replbot/releases/download/v0.4.5 /replbot_0.4.5_amd64 .rpm
185
185
```
186
186
187
187
** Docker:**
@@ -206,8 +206,8 @@ go get -u heckel.io/replbot
206
206
** Manual install** (* any x86_64-based Linux* )** :**
207
207
``` bash
208
208
# Make sure that "tmux" is installed
209
- wget https://github.com/binwiederhier/replbot/releases/download/v0.4.2 /replbot_0.4.2_linux_x86_64 .tar.gz
210
- sudo tar -C /usr/bin -zxf replbot_0.4.2_linux_x86_64 .tar.gz replbot
209
+ wget https://github.com/binwiederhier/replbot/releases/download/v0.4.5 /replbot_0.4.5_linux_x86_64 .tar.gz
210
+ sudo tar -C /usr/bin -zxf replbot_0.4.5_linux_x86_64 .tar.gz replbot
211
211
```
212
212
213
213
## Building
Original file line number Diff line number Diff line change @@ -102,7 +102,20 @@ bot-token: MUST_BE_SET
102
102
#
103
103
# idle-timeout: 10m
104
104
105
+ # Defines the maximum number of active sessions by all users combined.
106
+ #
107
+ # Format: <number>
108
+ # Default: 6
109
+ # Required: No
110
+ #
105
111
# max-total-sessions: 6
112
+
113
+ # Defines the maximum number of active sessions by any individual user.
114
+ #
115
+ # Format: <number>
116
+ # Default: 2
117
+ # Required: No
118
+ #
106
119
# max-user-sessions: 2
107
120
108
121
# Cursor setting for the terminal. Can be "on" to always render the cursor, "off" to turn it off entirely,
You can’t perform that action at this time.
0 commit comments