mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-04 19:11:26 +00:00
📚 Remove non-existing IPv6 option from documentation (#107)
There is no IPV6 option in config.json causing a supervisor error if enabled "WARNING (MainThread) [supervisor.addons.validate] Unknown options ipv6"
This commit is contained in:
parent
c7ae2f99b6
commit
3cc0410fec
1 changed files with 0 additions and 5 deletions
|
@ -31,7 +31,6 @@ log_level: info
|
|||
ssl: false
|
||||
certfile: fullchain.pem
|
||||
keyfile: privkey.pem
|
||||
ipv6: true
|
||||
```
|
||||
|
||||
**Note**: _This is just an example, don't copy and past it! Create your own!_
|
||||
|
@ -73,10 +72,6 @@ The private key file to use for SSL.
|
|||
|
||||
**Note**: _The file MUST be stored in `/ssl/`, which is the default_
|
||||
|
||||
### Option: `ipv6`
|
||||
|
||||
Set this option too `false` to disable IPv6 support.
|
||||
|
||||
## Embedding into Home Assistant
|
||||
|
||||
It is possible to embed the TasmoAdmin interface directly into Home Assistant,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue