summaryrefslogtreecommitdiffstats
path: root/docs/man/deluge-web.1
blob: 52edd69c02d56e663d1a918502c01e5639b88e60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
.TH DELUGE-WEB 1 "July 2016" "1.3.13"

.SH NAME
deluge-web - a bittorrent client ajax web interface

.SH SYNOPSIS
.B deluge-web [options]

.SH DESCRIPTION
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.
.P
The default password is 'deluge'.

.SH OPTIONS
.SS General Options
.TP
.BI -c\  path \fR,\ \fB--config= path
Set the config directory location.

.SS Web Options
.TP
.BI -b\  path \fR,\ \fB--base= path
Set the base path that the web ui is running on (proxying)
.TP
.B -f, --fork
Fork the web interface process into the background
.TP
.BI -i\  ip_address \fR,\ \fB--interface= ip_address
Binds the webserver to a specific IP address
.TP
.BI -p\  port \fR,\ \fB--port= port
Sets the port to be used for the webserver
.TP
.B --profile
Profile the webserver code
.TP
.B --no-ssl
Forces the webserver to disable ssl
.TP
.B --ssl
Forces the webserver to use ssl

.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.

.SH SEE ALSO
.BR deluge(1),
.BR deluged(1),
.BR deluge-console(1)

.SH AUTHORS
.B Deluge Team: http://www.deluge-torrent.org