deluge/docs/man/deluge-web.1

49 lines
1.2 KiB
Groff
Raw Normal View History

.TH DELUGE-WEB 1 "January 2099" "1.3.900-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
.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'.
2009-10-10 13:45:31 +00:00
.br
.P
.SH OPTIONS
See `deluge-web \-\-help` for common options, the web specific options are:
2009-10-10 13:45:31 +00:00
.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 -i INTERFACE, --interface=INTERFACE
Binds the webserver to a specific IP address
.TP
2009-10-10 13:45:31 +00:00
.B -p PORT, --port=PORT
Sets the port to be used for the webserver
.TP
.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
.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