docs: updates command refs in READMEs (#26)
This commit is contained in:
parent
b48d7c3fad
commit
e47b8a7ed4
2 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
Reference in a new issue