2015-08-14 11:55:28 +00:00
|
|
|
.TH DELUGE-WEB 1 "January 2099" "2.0-dev"
|
2009-10-10 13:45:31 +00:00
|
|
|
|
|
|
|
.SH NAME
|
|
|
|
deluge-web - a bittorrent client ajax web interface
|
|
|
|
|
|
|
|
.SH SYNOPSIS
|
|
|
|
.B deluge-web [options]
|
|
|
|
|
|
|
|
.SH DESCRIPTION
|
2015-08-14 11:55:28 +00:00
|
|
|
Deluge utilizes a client/server model, with 'deluged' being the daemon process and 'deluge-web' being used to launch an ajax web based user-interface.
|
2009-10-10 13:45:31 +00:00
|
|
|
.P
|
2015-08-14 11:55:28 +00:00
|
|
|
The default password is 'deluge'.
|
2009-10-10 13:45:31 +00:00
|
|
|
|
|
|
|
.SH OPTIONS
|
2015-08-14 11:55:28 +00:00
|
|
|
.SS General Options
|
|
|
|
.TP
|
|
|
|
.BI -c\ path \fR,\ \fB--config= path
|
|
|
|
Set the config directory location.
|
|
|
|
|
|
|
|
.SS Web Options
|
2009-10-10 13:45:31 +00:00
|
|
|
.TP
|
2015-08-14 11:55:28 +00:00
|
|
|
.BI -b\ path \fR,\ \fB--base= path
|
|
|
|
Set the base path that the web ui is running on (proxying)
|
2010-03-20 12:41:51 +00:00
|
|
|
.TP
|
|
|
|
.B -f, --fork
|
|
|
|
Fork the web interface process into the background
|
|
|
|
.TP
|
2015-08-14 11:55:28 +00:00
|
|
|
.BI -i\ ip_address \fR,\ \fB--interface= ip_address
|
2014-02-19 11:17:22 +00:00
|
|
|
Binds the webserver to a specific IP address
|
|
|
|
.TP
|
2015-08-14 11:55:28 +00:00
|
|
|
.BI -p\ port \fR,\ \fB--port= port
|
2009-10-10 13:45:31 +00:00
|
|
|
Sets the port to be used for the webserver
|
|
|
|
.TP
|
2010-03-20 12:41:51 +00:00
|
|
|
.B --profile
|
|
|
|
Profile the webserver code
|
|
|
|
.TP
|
2009-10-10 13:45:31 +00:00
|
|
|
.B --no-ssl
|
|
|
|
Forces the webserver to disable ssl
|
|
|
|
.TP
|
|
|
|
.B --ssl
|
|
|
|
Forces the webserver to use ssl
|
|
|
|
|
2015-08-14 11:55:28 +00:00
|
|
|
.SS Logging Options
|
|
|
|
.TP
|
|
|
|
.BI -l\ file \fR,\ \fB--logfile= file
|
|
|
|
Output to designated logfile instead of stdout
|
|
|
|
.TP
|
|
|
|
.BI -L\ loglevel \fR,\ \fB--loglevel= loglevel
|
|
|
|
Set the log level (default is error):
|
|
|
|
.B none, info, warning, error, critical, debug
|
|
|
|
.TP
|
|
|
|
.B -q, --quiet
|
|
|
|
Sets the log level to 'none', same as `\-L none`
|
|
|
|
|
|
|
|
.SS Help Options
|
|
|
|
.TP
|
|
|
|
.B -v, --version
|
|
|
|
Show program's version number and exit.
|
|
|
|
.TP
|
|
|
|
.B -h, --help
|
|
|
|
Show help message and exit.
|
|
|
|
|
2009-10-10 13:45:31 +00:00
|
|
|
.SH SEE ALSO
|
2015-08-14 11:55:28 +00:00
|
|
|
.BR deluge(1),
|
|
|
|
.BR deluged(1),
|
|
|
|
.BR deluge-console(1)
|
|
|
|
|
|
|
|
.SH AUTHORS
|
|
|
|
.B Deluge Team: http://www.deluge-torrent.org
|