summaryrefslogtreecommitdiffstats
path: root/docs/man/deluge-web.1
blob: 79f2b34c20b3c59c397d0ce792285b5598d061f1 (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
.TH DELUGE-WEB 1 "October 2014" "1.3.10"

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

.SH SYNOPSIS
.B deluge-web [options]

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

.SH OPTIONS
See `deluge-web \-\-help` for common options, the web specific options are:
.TP
.B -b BASE, --base=BASE
Set the base path that the ui is running on (proxying)
.TP
.B -f, --fork
Fork the web interface process into the background
.TP
.B -p PORT, --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

.SH SEE ALSO
.B Homepage:
http://www.deluge-torrent.org/

.SH AUTHOR
This manual page was written by Damien Churchill <damoxc@gmail.com>.
.br
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation
.br