From e47b8a7ed48db52345e5cddf4b15cce3c614d2cb Mon Sep 17 00:00:00 2001 From: Marc Cataford Date: Fri, 7 Jul 2023 19:57:40 -0400 Subject: [PATCH] docs: updates command refs in READMEs (#26) --- README.md | 2 -- services/deluge/README.md | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index b8abb63..72a83c4 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,7 @@ anyone else. |---|---| |[Plex](./services/plex)|Plex media server| |[Deluge](./services/deluge)|Deluge Web service| -|[Traefik](./services/traefik)|Traefik API Gateway| |[Bitwarden](./services/bitwarden)|Bitwarden secrets management| -|[Auth](./services/auth-service)|Microservice handling authentication, gates access to certain resources.| |[Bastion](./services/bastion)|Tunnel service exposing the services to the internet through Cloudflare.| ## Getting started diff --git a/services/deluge/README.md b/services/deluge/README.md index 4de2956..757a8fc 100644 --- a/services/deluge/README.md +++ b/services/deluge/README.md @@ -11,7 +11,7 @@ starting the service; this will determine where downloaded content and configura ### Starting/stopping -`inv deluge.start` and `inv deluge.stop` can be used to start and stop the service. +`inv services.start deluge` and `inv services.stop deluge` can be used to start and stop the service. The data volume can be accessed as `/complete` and can be used to automove content from the Deluge app data to its final repository when a download completes.