Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

Commit

Permalink
Linting (markdown)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludeeus committed May 12, 2019
1 parent 0fcace1 commit 59e27dd
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,14 @@ you are troubleshooting.

### Option `ssl`

Enables/Disables SSL.
Enables/Disables SSL.

When this is enabed it will:

- Run the webclient over HTTPS.
- Enable port 4883 (MQTT with SSL) on the broker.
- Enable port 4884 (Websockets with SSL) on the broker.


### Option: `certfile`

The certificate file to use for SSL.
Expand All @@ -155,7 +155,8 @@ The private key file to use for SSL.

### Option `broker`

This will enable the mosquitto broker that ships with this addon.
This will enable the mosquitto broker that ships with this addon.

Setting this to `false` will disable that broker.

### Option `allow_anonymous`
Expand Down Expand Up @@ -227,7 +228,9 @@ This will not work if you have disabled ingress.
### Embedding using `panel_iframe`

This will not work if you are using ingress.
To disable ingress add a port in the Network configuration (example 5713) to the rigth of `80/tcp` in the "disabled" field, after adding that hit "SAVE" then restart.
To disable ingress add a port in the Network configuration
(example 5713) to the rigth of `80/tcp` in the "disabled" field,
after adding that hit "SAVE" then restart.

Example configuration:

Expand Down

0 comments on commit 59e27dd

Please sign in to comment.