mirror of
https://github.com/codex-storage/deluge.git
synced 2025-01-25 18:59:38 +00:00
24aa48187e
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
28 lines
686 B
Markdown
28 lines
686 B
Markdown
# How-to guides
|
|
|
|
A collection of guides covering common issues that might be encountered using Deluge.
|
|
|
|
## GTK UI
|
|
|
|
```{toctree}
|
|
: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.
|
|
|
|
```{toctree}
|
|
:titlesonly:
|
|
|
|
Create systemd services for Linux <systemd-service>
|
|
Create launchd services for macOS <launchd-service>
|
|
Create NSSM services for Windows <nssm-service>
|
|
```
|