-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove NGINX in the add-on. Because now I prefer to use a reverse proxy
- Loading branch information
1 parent
782c862
commit 3a96edd
Showing
26 changed files
with
49 additions
and
350 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,25 +10,23 @@ codenotary: [email protected] | |
init: false | ||
map: | ||
- share:rw | ||
- ssl | ||
services: | ||
- mysql:provide | ||
auth_api: true | ||
webui: "[PROTO:ssl]://[HOST]:[PORT:9090]" | ||
webui: http://[HOST]:[PORT:9090] | ||
ports: | ||
9090/tcp: 9090 | ||
3306/tcp: null | ||
ports_description: | ||
9090/tcp: Sharry Web interface | ||
9090/tcp: HTTP listen port | ||
3306/tcp: Mariadb port | ||
backup_post: unlock-tables-for-backup | ||
backup_pre: lock-tables-for-backup | ||
options: | ||
conf_overrides: [] | ||
domain: homeassistant.local | ||
ssl: false | ||
certfile: fullchain.pem | ||
keyfile: privkey.pem | ||
use_ssl: false | ||
no_port_to_Base_URL: false | ||
default_language: us | ||
share_max_size_gb: 1.5 | ||
share_max_valid_days: 365 | ||
|
@@ -59,9 +57,8 @@ schema: | |
copy_db_source: list(database|filesystem)? | ||
copy_db_target: list(database|filesystem)? | ||
domain: match([^\/:]+) | ||
ssl: bool? | ||
certfile: str? | ||
keyfile: str? | ||
use_ssl: bool? | ||
no_port_to_Base_URL: bool? | ||
default_language: match([A-Za-z]{2})? | ||
share_max_size_gb: float(0.01,)? | ||
share_max_valid_days: int(1,)? | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
Oops, something went wrong.