Pascal Vizeli
a07e671a77
Bugfix custom deps prefix ( #274 )
...
* Update run.sh
* Update config.json
* Update CHANGELOG.md
2018-03-27 22:51:19 +02:00
Pascal Vizeli
89928fd29c
Update config.json
2018-03-27 22:22:23 +02:00
Pascal Vizeli
013ee4c7b6
Fix spell
2018-03-27 22:21:57 +02:00
Pascal Vizeli
48f007bd46
Add support for manage deps folder ( #273 )
...
* Add support for manage deps folder
* Update Dockerfile
* Update run.sh
* Update run.sh
* Update run.sh
* Update Dockerfile
* Add files via upload
* Create CHANGELOG.md
2018-03-27 22:15:28 +02:00
Pascal Vizeli
1a0d5e85ae
Fix hook warning ( #272 )
...
* Fix hook warning
* Update config.json
* Update CHANGELOG.md
2018-03-26 21:32:19 +02:00
Ville Skyttä
25f9097e22
nginx_proxy: Update run.sh info messages, make HSTS configurable and optional ( #264 )
...
* nginx_proxy: Update run.sh info messages
In particular, note that generating dhparams will take some time.
* nginx_proxy: Bump version to 1.1
* nginx_proxy: Make HSTS configurable and optional
Unconditional HSTS breaks unencrypted connections to non-standard HTTP
ports on the same hostname. These ports be e.g. mapped outside of
hassio/nginx, and this can not be always circumvented by proxying them
beind nginx, because not all services behave properly behind a reverse
proxy.
Additionally, the unconditional HSTS includeSubDomains setting
hardcodes assumptions about subdomains that hassio does not
necessarily deal with at all.
* fix style
2018-03-25 23:57:01 +02:00
Pascal Vizeli
b21cc716d3
Update Snips to version 0.53.17 ( #270 )
...
* Update build.json
* Update CHANGELOG.md
* Update config.json
2018-03-25 23:52:30 +02:00
Pascal Vizeli
8dd645362a
Update dehydrated 0.6.1 ( #268 )
...
* Update dehydrated 0.6.1
* Update config.json
* Update CHANGELOG.md
2018-03-24 00:23:49 +01:00
Ville Skyttä
1292987053
Run *.png through zopflipng -m ( #265 )
2018-03-23 23:59:49 +01:00
Ville Skyttä
e5078a7929
nginx_proxy: Include /ssl/nginx_proxy/<domain>*.conf in nginx.conf ( #259 )
...
* nginx_proxy: Allow customization with included config files from /share
Provides a way to add additional configuration to the default, for
example proxy_pass locations before the default root location, as well
as additional complete server configs.
* nginx_proxy: Run logo.png through zopflipng -m
* nginx_proxy: Bump version to 1.0, add CHANGELOG.md
* Update CHANGELOG.md
2018-03-10 00:46:12 +01:00
Pascal Vizeli
9698176025
Update assistant inside snips ( #255 )
2018-02-25 17:54:43 +01:00
Pascal Vizeli
108f2a9892
Update snips to version 0.52.7 ( #254 )
...
* Update snips to version 0.52.7
* Update config.json
* Update CHANGELOG.md
2018-02-25 15:25:38 +01:00
Pascal Vizeli
5815801f97
Update dehydrated to version 0.5.0 ( #252 )
...
* Update dehydrated to version 0.5.0
* Update CHANGELOG.md
* Update config.json
* Update config.json
2018-02-25 15:13:11 +01:00
Pascal Vizeli
f9527761e6
Update Hass.io CLI 1.2.1 ( #251 )
2018-02-25 13:48:13 +01:00
Pascal Vizeli
d169c946b0
Upgrade cli to 1.1.2 ( #247 )
...
* Update build.json
* Update config.json
* Update CHANGELOG.md
* Update build.json
* Update config.json
* Update CHANGELOG.md
2018-02-10 17:34:31 +01:00
Pascal Vizeli
a7365431e1
Downgrade hassio-cli 1.0.1 ( #246 )
...
* Update build.json
* Update build.json
* Update CHANGELOG.md
* Update config.json
* Update CHANGELOG.md
* Update config.json
2018-02-07 23:13:16 +01:00
Pascal Vizeli
2607a63ba9
Update CLI to 1.1.1 ( #245 )
...
* Update CLI to 1.1.1
* Update config.json
* Update CHANGELOG.md
* Update run.sh
* Update build.json
* Update config.json
* Update CHANGELOG.md
* Update CHANGELOG.md
2018-02-07 22:54:49 +01:00
Daniel Perna
2c04d75506
HASS Configurator 0.2.6 ( #240 )
...
* Update CHANGELOG.md
* Bump version
2018-02-06 14:27:28 +01:00
Rubens Panfili
17576219dc
GitPull: add support for ssh cloned GitHub repositories ( #241 )
...
* disabled StrictHostKeyChecking during ssh key validation
* adds support to (ssh cloned) github repositories on key validation
* update Changelog and config.json
2018-02-06 14:06:56 +01:00
tschmidty69
f22b2f5709
Snips update to 0.51.14 ( #239 )
...
* updated to latest snips
* Updated docker build from args
* Update config.json
* Update CHANGELOG.md
* Update config.json
* Update run.sh
* Moved assistant fetch to Dockerfile
* Corrected Dockerfile
* Moved assistant url to build.json
* join to new version numbering
* Jump back
* Update build.json
* Update build.json
* change order
* Update Dockerfile
* Update config.json
* Added assistant.zip
2018-01-30 11:45:20 +01:00
Daniel Perna
417cc7dda2
Update HASS Configurator to 0.2.5 ( #238 )
...
* Update map.py
* Update config.json
* Update CHANGELOG.md
* Update config.json
* Update map.py
* Update map.py
2018-01-29 11:47:59 +01:00
Pascal Vizeli
e465bdc45f
Bugfix homematic ( #236 )
...
* Update run.sh
* Update config.json
* Update CHANGELOG.md
2018-01-19 20:46:38 +01:00
Pascal Vizeli
f7530f2b30
Add reset to OCCU ( #235 )
...
* Update config.json
* Update run.sh
* Update CHANGELOG.md
* Update config.json
* Update run.sh
* Update config.json
* Update CHANGELOG.md
2018-01-19 14:21:35 +01:00
Raiford
a3adccafa7
Username and password support for git_pull addon ( #217 )
...
* Add user/password support to git pull.
This can be used for private repositories that don't support ssh.
Ex: https://cloud.google.com/source-repositories/docs/
* Remove unnecessary err redirection.
* Bump git_pull version to 3.1
* Update config.json
* Update CHANGELOG.md
* Update CHANGELOG.md
* address commands
2018-01-19 11:56:58 +01:00
Pascal Vizeli
dfda13c24d
Bugfix let's encrypt ( #233 )
...
* Update Dockerfile
* Update config.json
* Update CHANGELOG.md
* Update config.json
2018-01-17 10:07:01 +01:00
Pascal Vizeli
7dbc3ce79c
Bugfix letsencrypt ( #231 )
...
* Update Dockerfile
* Update CHANGELOG.md
* Update config.json
* Update config.json
* Update config.json
2018-01-16 23:34:50 +01:00
Pascal Vizeli
275ddf3c5d
Update OCCU 2.31.25 ( #230 )
...
* Update config.json
* Update build.json
* Update Dockerfile
2018-01-16 16:17:05 +01:00
Pascal Vizeli
d4945f9677
remove TLS-SMI ( #229 )
...
* remove TLS-SMI
* Update config.json
* Create CHANGELOG.md
* Update config.json
* Update config.json
2018-01-16 15:18:59 +01:00
Pascal Vizeli
fbc7e63420
Update samba ( #227 )
2018-01-14 00:15:39 +01:00
Pascal Vizeli
cb88bb289e
Cleanup bluetooth ( #226 )
...
* Cleanup bluetooth
* fix lint
* fix lint p2
* add BD address
* fix lint
* fix lint p3
2018-01-13 23:56:53 +01:00
Pascal Vizeli
ff39c5b4e4
Update bluetooth ( #225 )
2018-01-13 23:03:47 +01:00
Pascal Vizeli
2d2d859bf9
fix version in changelog
2018-01-13 10:21:44 +01:00
Pascal Vizeli
51a9a3a6a4
update changelog for homematic 2.31.23
2018-01-13 10:20:59 +01:00
Pascal Vizeli
fd4178e5e0
OCCU update 2.31.23 ( #224 )
...
* Update build.json
* Update config.json
2018-01-13 10:15:40 +01:00
Maarten Groeneweg
bf67692f9d
new implementation for git pull ( #218 )
...
* new implementation for git pull
* implemented review comments: use absolute paths
* fixed linting errors and warnings
* fixed spellcheck hints, and ignored one of them
* Update config.json
* Create CHANGELOG.md
* Update Dockerfile
* Create build.json
* add new cli
2018-01-11 15:09:32 +01:00
Pascal Vizeli
3b7b657f95
fix snips assistant ( #223 )
...
* fix snips assistant
* Update config.json
* Create CHANGELOG.md
2018-01-10 13:23:15 +01:00
Pascal Vizeli
9e589a0d5e
Add new CLI ( #222 )
...
* Add new CLI
* Use bash as default shell
* update cli version
* fix docker file
2018-01-08 23:17:22 +01:00
Daniel Perna
78be388458
Update HASS-Configurator ( #221 )
...
* Bumped version
* Create CHANGELOG.md
* support new API token feature
* Update CHANGELOG.md
2018-01-03 16:04:22 +01:00
Pascal Vizeli
9635112f1f
Update config.json
2018-01-02 19:43:08 +01:00
Pascal Vizeli
6b9d60928c
Update config.json
2018-01-02 19:42:16 +01:00
Pascal Vizeli
c8894a2cb6
Add json validate for travis ( #220 )
...
* Add json validate for travis
* Update .travis.yml
* Update .travis.yml
2018-01-02 17:08:03 +01:00
Pascal Vizeli
1d68342fe3
fix travis ( #219 )
...
* fix travis
* Update .travis.yml
* Update run.sh
* Update .travis.yml
* Update .travis.yml
2018-01-02 16:36:17 +01:00
Pascal Vizeli
116f5b3436
Fix script hm ( #215 )
...
* Fix script
* Add port
* Update CHANGELOG.md
* Update config.json
2017-12-16 03:10:53 +01:00
Pascal Vizeli
728e8c9d38
Update Dockerfile
2017-12-16 02:59:45 +01:00
Pascal Vizeli
df3c7733f3
Add homematic wired support ( #214 )
2017-12-16 02:57:52 +01:00
Pascal Vizeli
9cbc42553c
Add-on for OCCU ( #209 )
...
* Create Dockerfile
* Create config.json
* Update config.json
* Update Dockerfile
* Create run.sh
* Create build.json
* Update config.json
* Update config.json
* Update config.json
* Create rfd.conf
* Update Dockerfile
* Update run.sh
* Update run.sh
* Update run.sh
* Update Dockerfile
* Update run.sh
* Update Dockerfile
* Update Dockerfile
* Update Dockerfile
* Update Dockerfile
* Update run.sh
* Update run.sh
* Update run.sh
* Update run.sh
* Update rfd.conf
* Update run.sh
* Update run.sh
* Update config.json
* Update Dockerfile
* Update run.sh
* Update run.sh
* Update Dockerfile
* Update rfd.conf
* Update run.sh
* Update rfd.conf
* Update config.json
* Update run.sh
* Update Dockerfile
* Update Dockerfile
* Update build.json
* Update run.sh
* Update config.json
* Update Dockerfile
* Update Dockerfile
* Update config.json
* Update Dockerfile
* Update Dockerfile
* Add files via upload
2017-12-14 23:41:29 +01:00
Pascal Vizeli
0a04b2b9e4
fix style
2017-12-13 13:08:41 +01:00
Alex Barcelo
ebd0f5931b
Fix StrictHostKeyChecking-related failure ( #211 )
...
* Fix StrictHostKeyChecking-related failure
For ssh-through git connections, the git pull fails because the host key will not be automatically added to known_hosts.
This should fix that by allowing the key to be put into the known_hosts.
Note that if the remote server ssh key changes, the git operation will fail. That seems a reasonably safe security fallback.
* Update config.json
2017-12-09 22:56:38 +01:00
Pascal Vizeli
670f6ac16e
Update snips to 0.6.5 ( #210 )
...
* Update Dockerfile
* Update build.json
* Update config.json
2017-12-08 15:22:07 +01:00
endor-force
a2f70caa65
Stdin does not work with quoting on $input ( #208 )
...
* Update config.json
* Update run.sh
* Single quotes.. ?
* Nope.. single quotes did not work
* Splitting on space and putting it back together
Spaced..
* Gosh
* Update run.sh
* Cropping msg
Since we wish to output the results from tdtool in either way (error or regular response) i cropped the catching of output.
* Keep it simple.
* ...
* hmm
* Update run.sh
* Update run.sh
* Update run.sh
2017-12-07 13:20:37 +01:00