summaryrefslogtreecommitdiffstats
path: root/docs/source/how-to/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/how-to/index.md')
-rw-r--r--docs/source/how-to/index.md27
1 files changed, 27 insertions, 0 deletions
diff --git a/docs/source/how-to/index.md b/docs/source/how-to/index.md
new file mode 100644
index 0000000..7005a34
--- /dev/null
+++ b/docs/source/how-to/index.md
@@ -0,0 +1,27 @@
+# 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>
+```