2019-06-05 23:32:37 +01:00
|
|
|
# How-to guides
|
|
|
|
|
|
|
|
A collection of guides covering common issues that might be encountered using Deluge.
|
|
|
|
|
2019-06-18 00:01:03 +01:00
|
|
|
## GTK UI
|
|
|
|
|
2021-12-12 15:29:41 +00:00
|
|
|
```{toctree}
|
|
|
|
:titlesonly:
|
|
|
|
|
|
|
|
Set default torrent application <set-mime-type>
|
|
|
|
```
|
2019-06-18 00:01:03 +01:00
|
|
|
|
|
|
|
## 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.
|
|
|
|
|
2021-12-12 15:29:41 +00:00
|
|
|
```{toctree}
|
|
|
|
:titlesonly:
|
|
|
|
|
|
|
|
Create systemd services for Linux <systemd-service>
|
|
|
|
Create launchd services for macOS <launchd-service>
|
|
|
|
Create NSSM services for Windows <nssm-service>
|
|
|
|
```
|