You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add missed arguments:
- IP address
- Max stream size
- Telegram bot token
- FUSE mount path
- WebDAV support
Signed-off-by: Pavel Pikta <devops@pavelpikta.com>
Copy file name to clipboardExpand all lines: README.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -158,6 +158,7 @@ On FreeBSD (TrueNAS/FreeNAS) you can use this plugin: <https://github.com/filka9
158
158
### Server args
159
159
160
160
-`--port PORT`, `-p PORT` - web server port (default 8090)
161
+
-`--ip IP`, `-i IP` - web server addr (default empty, binds to all interfaces)
161
162
-`--ssl` - enables https for web server
162
163
-`--sslport PORT` - web server https port (default 8091). If not set, will be taken from db (if stored previously) or the default will be used.
163
164
-`--sslcert PATH` - path to ssl cert file. If not set, will be taken from db (if stored previously) or default self-signed certificate/key will be generated.
@@ -174,13 +175,17 @@ On FreeBSD (TrueNAS/FreeNAS) you can use this plugin: <https://github.com/filka9
174
175
-`--pubipv4 PUBIPV4`, `-4 PUBIPV4` - set public IPv4 addr
175
176
-`--pubipv6 PUBIPV6`, `-6 PUBIPV6` - set public IPv6 addr
176
177
-`--searchwa`, `-s` - allow search without authentication
178
+
-`--maxsize MAXSIZE`, `-m MAXSIZE` - max allowed stream size (in Bytes)
0 commit comments