mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-06 23:55:56 +02:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -65,6 +65,7 @@ The installation of this add-on is pretty straightforward and not different in c
|
|||||||
1. Start the add-on.
|
1. Start the add-on.
|
||||||
1. Check the logs of the add-on to see if everything went well.
|
1. Check the logs of the add-on to see if everything went well.
|
||||||
1. Open the webUI and adapt the software options
|
1. Open the webUI and adapt the software options
|
||||||
|
|
||||||
## Remote access
|
## Remote access
|
||||||
|
|
||||||
It is possible to expose this add-on for external access (for family and friends).
|
It is possible to expose this add-on for external access (for family and friends).
|
||||||
@@ -73,6 +74,7 @@ One of the solutions for this is a [Cloudflare tunnel](https://github.com/brenne
|
|||||||
Here are the considerations for configuring the integrations:
|
Here are the considerations for configuring the integrations:
|
||||||
|
|
||||||
Webtrees config
|
Webtrees config
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
BASE_URL: httpS://your_tunnel_domain_name.example.com
|
BASE_URL: httpS://your_tunnel_domain_name.example.com
|
||||||
# This is the external URL you'll be accessing the page with.
|
# This is the external URL you'll be accessing the page with.
|
||||||
@@ -87,7 +89,9 @@ DATA_LOCATION: /config/data
|
|||||||
certfile: fullchain.pem
|
certfile: fullchain.pem
|
||||||
keyfile: privkey.pem
|
keyfile: privkey.pem
|
||||||
```
|
```
|
||||||
|
|
||||||
Cloudflared config
|
Cloudflared config
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
external_hostname: "" #none, to keep HA accessible only through Nabu Casa, but can be used to do both
|
external_hostname: "" #none, to keep HA accessible only through Nabu Casa, but can be used to do both
|
||||||
additional_hosts:
|
additional_hosts:
|
||||||
@@ -103,5 +107,3 @@ Create an issue on github
|
|||||||
## Illustration
|
## Illustration
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user