mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Fix wording
This commit is contained in:
@@ -49,7 +49,7 @@ Webui can be found at <http://your-ip:PORT>.
|
||||
Configurations can be done through the app webUI, except for the following options.
|
||||
Please read the upstream container documentation for further info : https://github.com/linuxserver/docker-calibre/blob/35b5e3ae06ba95f666687150ca5fd632b8db9e87/README.md#application-setup
|
||||
|
||||
In particular, the webserver and wireless connections needs to be manually enabled from the desktop app to be able to access it, with ports 8081 and 9090 respectively.
|
||||
In particular, the webserver and wireless connection needs to be manually enabled from the desktop app to be able to access it, using ports 8081 and 9090 respectively.
|
||||
|
||||
```yaml
|
||||
PGID: user
|
||||
|
||||
@@ -72,7 +72,7 @@
|
||||
"ports_description": {
|
||||
"8080/tcp": "Calibre desktop gui",
|
||||
"8081/tcp": "Calibre webserver gui, to be enabled within the desktop gui",
|
||||
"9090/tcp": "Calibre wireless connection port, to be enabled within the desktop gui"
|
||||
"9090/tcp": "Calibre wireless connection, to be enabled within the desktop gui"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
|
||||
Reference in New Issue
Block a user