- When running pre-commit on all files it is picking up minified js and css files. Since prettier will format correctly the source files ignore them in end-of-file fixer. - The template files in web docs can be ignored too. - Removed the unneeded `pre-commit-hooks` dependency as pre-commit resolves that itself. - Include files fixed by pre-commit.
20 lines
820 B
ReStructuredText
20 lines
820 B
ReStructuredText
Deluge Web UI
|
|
=============
|
|
|
|
The Deluge web interface is intended to be a full featured interface built using
|
|
the ExtJS framework, running on top of a Twisted webserver.
|
|
|
|
|
|
=================
|
|
SSL Configuration
|
|
=================
|
|
By default the web interface will use the same private key and certificate as
|
|
the Deluge daemon. If you wish to use a different certificate/key (see
|
|
`How to Create a SSL Certificate <http://www.yatblog.com/2007/02/27/how-to-create-a-ssl-certificate/>`_
|
|
for information on creating one) you are able to specify which you want to use.
|
|
|
|
There are 2 ways to enable SSL encryption in the webserver, 1 is to specify it
|
|
in your configuration (accessible via the Preferences window). The other is to
|
|
add '--ssl' when running the webserver, which will override the configuration
|
|
value and enable SSL.
|