docs: updates command refs in READMEs (#26)

This commit is contained in:
Marc 2023-07-07 19:57:40 -04:00 committed by GitHub
parent b48d7c3fad
commit e47b8a7ed4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View file

@ -11,9 +11,7 @@ anyone else.
|---|---| |---|---|
|[Plex](./services/plex)|Plex media server| |[Plex](./services/plex)|Plex media server|
|[Deluge](./services/deluge)|Deluge Web service| |[Deluge](./services/deluge)|Deluge Web service|
|[Traefik](./services/traefik)|Traefik API Gateway|
|[Bitwarden](./services/bitwarden)|Bitwarden secrets management| |[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.| |[Bastion](./services/bastion)|Tunnel service exposing the services to the internet through Cloudflare.|
## Getting started ## Getting started

View file

@ -11,7 +11,7 @@ starting the service; this will determine where downloaded content and configura
### Starting/stopping ### 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 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. repository when a download completes.