Commit Graph

745 Commits

Author SHA1 Message Date
Ville Skyttä
cbbbea9a84 duckdns: do not skip TLS security checks on Duck DNS API access (#1018) 2020-01-28 09:26:48 +01:00
Franck Nijhof
39b0d9b3f8 Fix homematic documentation link (#1011) 2020-01-21 15:48:28 +01:00
Zapfmeister
cec0c95d19 Fix route53, add google dns, fix documentation (#988)
* #987 fixed documentation link

* fix route53, add google dns, fix documentation

* Using "null", using share folder for google dns

* Additional documentation added

* Added argument array

* Update CHANGELOG.md

* Update config.json

* Update README.md

* Fix code style

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2020-01-17 11:30:28 +01:00
blacktirion
9e3e9fdeff nginx_proxy: Remove IPv6 Listen statements from nginx.conf (#991)
* nginx_proxy: Remove IPv6 Listen statements from nginx.conf

Pursuant to PR https://github.com/home-assistant/hassio-addons/pull/972, making this change hard-coded, rather than an option to be set in the Addon Config.

* remove ipv6only=off statement from nginx.conf

As mentioned in https://github.com/home-assistant/hassio-addons/pull/991#issuecomment-573351637

* Update config.json

* Update CHANGELOG.md

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2020-01-14 09:40:48 +01:00
Wade Dorrell
216b6245a9 Fix #815 (#990)
* Trial fix for #815

* Remove extra semicolon from old if block

* Better fix for #815 (just flip blocks)

* Version to 2.2, add changelog

* Update build.json

* Update CHANGELOG.md

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2020-01-11 16:11:57 +01:00
Franck Nijhof
e836914c69 google_assistant: Collection of improvement and changes (#905)
* google_assistant: Move data files into a data folder

* google_assistant: Prettier YAML files

* google_assistant: Fix Markdownlint issues in the changelog

* google_assistant: Update add-on link

* google_assistant: Sort packages in Dockerfile

* google_assistant: Convert add-on to Bashio

* google_assistant: Fix add-on build by getting most recent pip directly

* google_assistant: Add initial documentation, based on the outdated docs
2020-01-11 16:06:08 +01:00
olijouve
6847f767cd deconz: Add LEDVANCE / OSRAM otau firmware downloader (#983)
* Update config.json

* Create ledvance-otau-dl.sh

* Update run.sh

* Update Dockerfile

* Update CHANGELOG.md

* Update CHANGELOG.md

* Update ledvance-otau-dl.sh

Fix lint issues:
  https://www.shellcheck.net/wiki/SC2046 -- Quote this to prevent word splitt...
  https://www.shellcheck.net/wiki/SC2003 -- expr is antiquated. Consider rewr...

* Update ledvance-otau-dl.sh

Fix lint issue:
  https://www.shellcheck.net/wiki/SC2004 -- $/${} is unnecessary on arithmeti...

* Update Dockerfile

Adressing @pvizeli comment : The script have the correct permission of a+x?

Add CMD to set a+x permission on ledvance-otau-dl.sh script

* Update Dockerfile

* Add exec permissions

* revert oups bad multiple cmdlines in CMD[]

* revert oups bad multiple cmdlines in CMD[]

* dummy commit

* Update Dockerfile

remove dummy comment

* Update ledvance-otau-dl.sh

remove dummy comment

* fix bug

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2020-01-11 13:26:36 +01:00
Vc
66a41c96af Typo fix (#984) 2020-01-07 17:02:05 +01:00
Jean-Paul van Ravensberg
533e15732e Remove .git suffix from schema (#966)
* Remove .git suffix from schema

* Fix expression

* Update CHANGELOG.md

* Version bump to 7.8 in config.json

* Remove requirement to add .git

* Update build.json

* Update CHANGELOG.md

* Update config.json

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2020-01-06 14:06:52 +01:00
Franck Nijhof
903588ff47 configurator: Adjust documentation for Ingress only (#978) 2020-01-06 13:44:07 +01:00
ceejii
aef8a5c17e Changed Telldus wiki link, https not supported. (#975) 2020-01-03 23:45:18 +01:00
Ville Skyttä
eee3ee255d Make deCONZ VNC URL a link (#969) 2020-01-03 23:44:25 +01:00
Ville Skyttä
8cae39b122 Spell Zigbee with lowercase "b" (#970)
https://zigbeealliance.org/developer_resources/zigbee-specification/
"Please note that this uses old branding, Zigbee is always a lowercase
B, not a capital. This change occurred shortly after the official
release of this document."

Also other docs at https://zigbeealliance.org/solution_type/zigbee/,
https://github.com/zigpy/zigpy/issues/111
2020-01-03 18:26:15 +01:00
Ville Skyttä
fc04afbba4 deconz: recommend using by-id serial device path (#944) 2019-12-30 10:54:59 +01:00
Franck Nijhof
aca8de1cba Fix missing .bash_profile on fresh install, add current path to prompt (#957)
* ssh: Fix for non existing .bash_profile startup error

* ssh: Add current, short, path to command line prompt

* ssh: Bump to 8.1, updated changelog
2019-12-30 10:52:49 +01:00
Franck Nijhof
f8ee1aed33 ssh: Add web terminal, alpine 3.11, improved token handling, bump 8.0 (#954)
* ssh: Add support for a web-based terminal via Ingress

* ssh: Upgrade Alpine Linux to 3.11

* ssh: Improve Hass.io API token handling

* ssh: Bump to 8.0, updated changelog

* ssh: Fix Shellcheck warning

* ssh: Use default Ingress port

* ssh: Persist .ssh folder

* ssh: Add some helper symlinks to use folder

* ssh: Make sure web terminal starts in home folder

* ssh: Update changelog to reflect latest changes
2019-12-29 22:21:07 +01:00
Franck Nijhof
756cffa711 deconz: Bump 5.0, Ingress fixes, Websocket support, direct access (#945)
* deconz: Bump 5.0, Ingress fixes, Websocket support, direct access

* deconz: Fix and improve API key handling with Hass.io discovery
2019-12-23 21:08:17 +01:00
Franck Nijhof
c65f0695e5 configurator: Fix issue with dirs first, bump 4.2 (#940) 2019-12-22 12:40:25 +01:00
Franck Nijhof
df549b101b deconz: Docs, added troubleshooting and inter-add-on communications (#935) 2019-12-21 10:54:37 +01:00
Pascal Vizeli
bcee2f23cc Hm regahss normal (#927)
* Use regahss normal

* Bump version
2019-12-20 11:01:11 +01:00
Franck Nijhof
afeab667dd deconz: Change API port to 40850, hotfix discovery (#923) 2019-12-19 22:30:45 +01:00
Franck Nijhof
2f572e5d2c deconz: Add Ingress (#922)
* deconz: Bump deCONZ to 2.05.72

* deconz: Remove UPnP support

* deconz: Add Ingress support and improve discovery

* deconz: Bump add-on version, update changelog
2019-12-19 21:53:45 +01:00
Pascal Vizeli
20cb315235 Fix ReGaHss (#921) 2019-12-19 19:27:33 +01:00
Pascal Vizeli
481c4fdcd7 Update HM to 9.4 (#920) 2019-12-19 19:01:18 +01:00
Franck Nijhof
3d5ed25a2d rpc_shutdown: Collection of small improvements (#912)
* rpc_shutdown: Prettier YAML files

* rpc_shutdown: Move run.sh to data folder

* rpc_shutdown: Documentation tweaks

* rpc_shutdown: Update add-on URL & Description
2019-12-19 13:18:27 +01:00
Franck Nijhof
6ce3006a72 samba: Collection of small improvements (#913)
* samba: Move data files into data folder

* samba: Prettier YAML & JSON files

* samba: Update add-on URL

* samba: Remove curl from Dockerfile, already in the base image
2019-12-19 13:18:05 +01:00
Franck Nijhof
e1ad9ae2ac mosquitto: Collection of small improvements (#910)
* mosquitto: Prettier YAML & JSON files

* mosquitto: Sort build.json

* mosquitto: Update add-on URL

* mosquitto: Code styling on Dockerfile

* mosquitto: Tweaks documentation
2019-12-19 13:17:35 +01:00
Franck Nijhof
bf051c1b2d nginx_proxy: Collection of small improvements (#911)
* nginx_proxy: Prettier JSON & YAML files

* nginx_proxy: Sort build.json

* nginx_proxy: Update add-on URL

* nginx_proxy: Remove curl from Dockerfile, already in base

* nginx_proxy: Tweak documentation
2019-12-19 13:16:42 +01:00
Franck Nijhof
c7899342a6 snips: Collection of small improvements (#914)
* snips: Prettier YAML files

* snips: Move data files to data folder

* snips: Update add-on URL

* snips: Tweak documentation
2019-12-19 13:16:11 +01:00
Franck Nijhof
e679c28720 ssh: Collection of small improvements (#915)
* ssh: Prettier YAML files

* ssh: Sort build.json

* ssh: Remove curl from Dockerfile, already in base image

* ssh: Tweaks to documentation and changelog
2019-12-19 13:15:46 +01:00
Franck Nijhof
6a3c596a78 tellstick: Collection of small improvements (#916)
* tellstick: Move data run to data folder

* tellstick: Prettier JSON & YAML files

* tellstick: Documentation tweaks
2019-12-19 13:15:06 +01:00
Franck Nijhof
4f22201564 Prettier main Azure Pipeline YAML (#917) 2019-12-19 13:14:37 +01:00
Franck Nijhof
02c5ac6f1b Rewrite repository README (#918) 2019-12-19 13:10:51 +01:00
Franck Nijhof
f1f67a6d67 mariadb: Collection of small improvements (#909)
* mariadb: Prettier YAML & JSON files

* mariadb: Move data files into data folder

* mariadb: Update add-on URL

* mariadb: Tweaks to documentation and changelog
2019-12-19 12:53:58 +01:00
Franck Nijhof
b30fe9c749 letsencrypt: Collection of small improvements (#908)
* letsencrypt: Prettier YAML files

* letsencrypt: Sort build.json

* letsencrypt: Update add-on URL

* letsencrypt: Styling improvements to Dockerfile

* letsencrypt: Tweak and linter fixes to documentation
2019-12-18 23:48:14 +01:00
Franck Nijhof
4e0a25af1e homematic: Collection of small improvements (#907)
* homematic: Prettier YAML files

* homematic: Update add-on URL

* homematic: Remove tabs from shell scripts

* homematic: Remove curl, as it is in the base image

* homematic: Create all folders in a single command in Dockerfile

* homematic: Tweak documentation
2019-12-18 22:07:10 +01:00
Franck Nijhof
e4492c41aa configurator: Fix and enforce secure base path (#906)
* configurator: Fix typo in ENFORCE_BASEPATH option

* configurator: Enforce base path by default

* configurator: Bump version to 4.1
2019-12-18 21:24:39 +01:00
Franck Nijhof
e0ebcbca6a configurator: Removed direct access, simplified code, bump to 4.0 (#902)
* configurator: Removed direct access from add-on

* configurator: Extended list of default ingored patterns

* configurator: Simplified run.sh

* configurator: Bump version to 4.0

* configurator: Use the default Ingress port
2019-12-18 15:25:56 +01:00
Franck Nijhof
69f9872ae7 Update documentation & Dockerfile source locations (#889)
* ada: Fix documentation link

* ada: Adjust source links in Dockerfile

* ada: Update add-on documentation to match current state

* ada: Bump add-on version to 0.9

* ada: Adjust URL to point to repository

* ada: Format YAML with Prettier

* ada: Short build.json
2019-12-18 14:00:53 +01:00
Franck Nijhof
1235a7749a check_config: Sort/Prettier JSON and YAML file (#895) 2019-12-18 14:00:35 +01:00
Franck Nijhof
aef9fb3a11 configurator: Collection of styling improvements (#896)
* configurator: Prettier JSON & YAML files

* configurator: Change documentation URL

* configurator: Sort build.json

* configurator: Styling improvements to Dockerfile
2019-12-18 14:00:01 +01:00
Franck Nijhof
73dc608b82 deconz: Collection of styling improvements and logo optimization (#897)
* deconz: Prettier YAML files

* deconz: Sort build.json

* deconz: Image optimization of logo
2019-12-18 13:57:32 +01:00
Franck Nijhof
0a6b46fe4d dhcp_server: Collection of styling changes (#898)
* dhcp_server: Prettier JSON & YAML files

* dhcp_server: Move run.sh into data folder

* dhcp_server: Pin base images
2019-12-18 13:56:05 +01:00
Franck Nijhof
4fd5cf5da8 dnsmasq: Collection of small improvements (#899)
* dnsmasq: Prettier YAML & JSON files

* dnsmasq: Update add-on URL

* dnsmasq: Pin add-on base images

* dnsmasq: Move data files into data folder

* dnsmasq: Tweaks documentation
2019-12-18 13:55:30 +01:00
Franck Nijhof
f56d653d22 duckdns: Collection of improvements (#900)
* duckdns: Prettier YAML files

* duckdns: Sort build.json

* duckdns: Update add-on URL

* duckdns: Remove curl from Dockerfile, part of base image

* duckdns: Small style change to Dockerfile

* duckdns: Documents missing ipv4 & ipv6 options
2019-12-18 13:54:57 +01:00
Franck Nijhof
ed3f09a481 git_pull: Collection of improvements (#901)
* git_pull: Prettier YAML files

* git_pull: Move run.sh to data folder

* git_pull: Update add-on URL

* git_pull: Pin add-on base images

* git_pull: Documentation tweak

* git_pull: Remove installation of curl, part of base image

* git_pull: Styling tweak to Dockerfile
2019-12-18 13:54:07 +01:00
Franck Nijhof
646857b305 cec_scan: Collection of styling improvements (#894)
* cec_scan: Prettier YAML & JSON files

* cec_scan: Pin base images

* cec_scan: Move data files to data folder

* cec_scan: Fix Markdownlint issue in changelog
2019-12-18 13:53:16 +01:00
Franck Nijhof
3d1756bac8 almond: Sort build.json (#893) 2019-12-18 13:52:21 +01:00
Pascal Vizeli
9b20212be6 Merge pull request #891 from home-assistant/frenck-2019-0316
Small improvements to the Almond add-on
2019-12-17 15:26:46 +01:00
Franck Nijhof
39e2d3d1c6 almond: Small improvements to the documentation 2019-12-17 14:52:49 +01:00