logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

deluge-web - A BitTorrent client web interface

Authors

DelugeTeam:http://www.deluge-torrent.orgDELUGE-WEB(1)

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.

       By default deluge-web will run as a background daemon, use the -d option to run process in foreground.

       The default password is deluge and serves http://localhost:8112 web page.

Name

       deluge-web - A BitTorrent client web interface

Options

ConfigOptions-cpath, --config=path
              Set the config directory location.

   WebOptions-iip_address, --interface=ip_address
              IP address for web server to listen on

       -pport, --port=port
              Port for web server to listen on

       -bpath, --base=path
              Set the base path that the web ui is running on (proxying)

       --ssl  Forces the webserver to use ssl

       --no-ssl
              Forces the webserver to disable ssl

   LoggingOptions-lfile, --logfile=file
              Output to specified logfile instead of stdout

       -Lloglevel, --loglevel=loglevel
              Set the log level (default is error): none,info,warning,error,debug-q, --quiet
              Sets the log level to none, same as -Lnone--logrotate[=max-size]
              Enable  logfile  rotation, with optional maximum logfile size, default: 2M (Logfile rotation count
              is 5)

       --profile[=file]
              Profile with cProfile. Outputs to stdout unless a filename is specified

   ProcessControlOptions:-Pfile, --pidfile=file
              Pidfile to store the process id

       -d, --do-not-daemonize
              Do not daemonize (fork) this process

       -U, --user=user
              Change to this user on startup (Requires root)

       -g, --group=group
              Change to this group on startup (Requires root)

   HelpOptions-V, --version
              Show program's version number and exit.

       -h, --help
              Show help message and exit.

See Also

deluge(1), deluged(1), deluge-console(1)

Synopsis

deluge-web[options]

See Also