2017-03-13 23:34:41 +00:00
.TH DELUGE-WEB 1 "January 2017" "2.0-dev"
2009-10-10 13:45:31 +00:00
.SH NAME
2017-03-13 23:34:41 +00:00
deluge-web - A BitTorrent client web interface
2009-10-10 13:45:31 +00:00
.SH SYNOPSIS
.B deluge-web [options]
.SH DESCRIPTION
2017-03-13 23:34:41 +00:00
Deluge utilizes a client/server model, with \fB deluged\fR being the daemon process and \fB deluge-web\fR being used to launch an ajax web based user-interface.
2009-10-10 13:45:31 +00:00
.P
2017-03-13 23:34:41 +00:00
By default \fB deluge-web\fR will run as a background daemon, use the \fB \- d\fR option to run process in foreground.
2017-03-14 17:21:38 +00:00
The default password is \fB deluge\fR and serves \fB http://localhost:8112\fR web page.
2009-10-10 13:45:31 +00:00
.SH OPTIONS
2017-03-13 23:34:41 +00:00
.SS Config Options
2015-08-14 11:55:28 +00:00
.TP
2017-03-13 23:34:41 +00:00
.BI \- c\ path \fR ,\ \fB \- \- config= path
2015-08-14 11:55:28 +00:00
Set the config directory location.
.SS Web Options
2009-10-10 13:45:31 +00:00
.TP
2017-03-13 23:34:41 +00:00
.BI \- i\ ip_address \fR ,\ \fB \- \- interface= ip_address
IP address for web server to listen on
2010-03-20 12:41:51 +00:00
.TP
2017-03-13 23:34:41 +00:00
.BI \- p\ port \fR ,\ \fB \- \- port= port
Port for web server to listen on
2014-02-19 11:17:22 +00:00
.TP
2017-03-13 23:34:41 +00:00
.BI \- b\ path \fR ,\ \fB \- \- base= path
Set the base path that the web ui is running on (proxying)
2009-10-10 13:45:31 +00:00
.TP
2017-03-13 23:34:41 +00:00
.B \- \- ssl
Forces the webserver to use ssl
2010-03-20 12:41:51 +00:00
.TP
2017-03-13 23:34:41 +00:00
.B \- \- no-ssl
2009-10-10 13:45:31 +00:00
Forces the webserver to disable ssl
2015-08-14 11:55:28 +00:00
.SS Logging Options
.TP
2017-03-13 23:34:41 +00:00
.BI \- l\ file \fR ,\ \fB \- \- logfile= file
Output to specified logfile instead of stdout
2015-08-14 11:55:28 +00:00
.TP
2017-03-13 23:34:41 +00:00
.BI \- L\ loglevel \fR ,\ \fB \- \- loglevel= loglevel
2015-08-14 11:55:28 +00:00
Set the log level (default is error):
2017-03-13 23:34:41 +00:00
.B none, info, warning, error, debug
.TP
.B \- q\fR,\ \fB \- \- quiet
Sets the log level to \fB none\fR , same as \fB \- L none
.TP
.BI \- \- logrotate\fR[\fB=\fImax-size\fR]
Enable logfile rotation, with optional maximum logfile
size, default: 2M (Logfile rotation count is 5)
.TP
.BI \- \- profile\fR[\fB=\fIfile\fR]
Profile with cProfile. Outputs to stdout unless a filename is specified
.SS Process Control Options:
.TP
.BI \- P\ file \fR ,\ \fB \- \- pidfile= file
Pidfile to store the process id
.TP
.B -d\fR,\ \fB \- \- do-not-daemonize
Do not daemonize (fork) this process
.TP
.BI \- U\fR,\ \fB \- \- user= user
Change to this user on startup (Requires root)
2015-08-14 11:55:28 +00:00
.TP
2017-03-13 23:34:41 +00:00
.BI \- g\fR,\ \fB \- \- group= group
Change to this group on startup (Requires root)
2015-08-14 11:55:28 +00:00
.SS Help Options
.TP
2017-03-13 23:34:41 +00:00
.B \- V\fR,\ \fB \- \- version
2015-08-14 11:55:28 +00:00
Show program's version number and exit.
.TP
2017-03-13 23:34:41 +00:00
.B \- h\fR,\ \fB \- \- help
2015-08-14 11:55:28 +00:00
Show help message and exit.
2009-10-10 13:45:31 +00:00
.SH SEE ALSO
2017-03-13 23:34:41 +00:00
.BR deluge (1),
.BR deluged (1),
.BR deluge-console (1)
2015-08-14 11:55:28 +00:00
.SH AUTHORS
.B Deluge Team: http://www.deluge-torrent.org