mirror of
https://github.com/gesellix/Bose-SoundTouch.git
synced 2026-08-18 08:36:13 +00:00
Add note about automatic TLS SAN inclusion for custom server URLs
This commit is contained in:
@@ -131,6 +131,8 @@ docker run --rm -it \
|
||||
ghcr.io/gesellix/bose-soundtouch:latest
|
||||
```
|
||||
|
||||
> **Note**: The hostnames configured via `SERVER_URL` and `HTTPS_SERVER_URL` are automatically added as Subject Alternative Names (SAN) to the generated TLS certificate, ensuring valid SSL connections.
|
||||
|
||||
Alternatively, without explicit server URLs:
|
||||
```bash
|
||||
docker run -d \
|
||||
@@ -165,6 +167,8 @@ services:
|
||||
restart: unless-stopped
|
||||
```
|
||||
|
||||
> **Note**: Hostnames from `SERVER_URL` and `HTTPS_SERVER_URL` are automatically included in the TLS certificate's Subject Alternative Names (SAN).
|
||||
|
||||
And run:
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user