mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-27 00:10:32 +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. Check the logs of the add-on to see if everything went well.
|
||||
1. Open the webUI and adapt the software options
|
||||
|
||||
## Remote access
|
||||
|
||||
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:
|
||||
|
||||
Webtrees config
|
||||
|
||||
```yaml
|
||||
BASE_URL: httpS://your_tunnel_domain_name.example.com
|
||||
# This is the external URL you'll be accessing the page with.
|
||||
@@ -87,7 +89,9 @@ DATA_LOCATION: /config/data
|
||||
certfile: fullchain.pem
|
||||
keyfile: privkey.pem
|
||||
```
|
||||
|
||||
Cloudflared config
|
||||
|
||||
```yaml
|
||||
external_hostname: "" #none, to keep HA accessible only through Nabu Casa, but can be used to do both
|
||||
additional_hosts:
|
||||
@@ -103,5 +107,3 @@ Create an issue on github
|
||||
## Illustration
|
||||
|
||||

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