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.