Calum Lind 24aa48187e [Docs] Replace recommonmark with MyST parser
We used recommonmark so that we can use markdown in sphinx but it is
buggy and now so switch to better supported MyST-parser.

* Fixed incorrect heading warnings in markdown.
* Added sphinx toctree to markdown using directive as required by MyST.
* Upgraded Sphinx to 4.3

Ref: https://myst-parser.readthedocs.io
2021-12-12 18:16:21 +00:00

686 B

How-to guides

A collection of guides covering common issues that might be encountered using Deluge.

GTK UI

:titlesonly:

Set default torrent application <set-mime-type>

Deluge as a service

Services are used to start applications on system boot and leave them running in the background. They will also stop the application nicely on system shutdown and automatically restart them if they crash.

The Deluge daemon deluged and Web UI deluge-web can both be run as services.

:titlesonly:

Create systemd services for Linux <systemd-service>
Create launchd services for macOS <launchd-service>
Create NSSM services for Windows <nssm-service>