Commit Graph

12 Commits

Author SHA1 Message Date
tux2000
fb3919fc31 Add option for SSL cert algorithm in DuckDNS addon (#2189)
* Add option for SSL cert algorithm in DuckDNS addon

* Documentation

* Apply suggestions from code review

Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>

* Update CHANGELOG

* Apply suggestions from code review

Co-authored-by: Joakim Sørensen <hi@ludeeus.dev>
Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2021-09-27 12:19:23 +02:00
Ryan Meulenkamp
a9fbb6991e 🐛 Fix problems with alias domains and dns-01 challenge (#1785)
* 🐛 Fix problems with alias domains and dns-01 challenge

And add some documentation to clarify a bit.

Resolves #1331

* Fix linter issue

* Add changelog

* Update config.json

* Update config.json

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2021-02-09 12:14:09 +01:00
Jonas
92a0545028 Fix bug with wrongly bound config value (#1660)
* Fix embarrasing mistake setting config value

* Update changelog
2020-10-30 10:42:43 +01:00
Jonas
28440aa382 Set blank ipv4 and ipv6 if config is unset. (#1659)
* Set blank ipv4 and ipv6 if config is unset.

* Use bashio to check if config values are set
2020-10-30 09:42:07 +01:00
Jonas
615f71cfd7 DuckDns script read config off ipv4 and ipv6 correctly (#1654)
* Omit // empty as this is done by bashio already

* Bump version number

* Update changelog
2020-10-29 15:06:41 +01:00
Ville Skyttä
c1f31375c4 duckdns: clean up lock file at start also if no live cert exists (#1422)
Closes https://github.com/home-assistant/hassio-addons/issues/1337
2020-06-25 11:30:55 +02:00
Noam Okman
2a3b0ec0d3 Duckdns alias support (#1253)
* Add alias option to duckdns

* add docs

* fix DOCS

* Update config.json

* Update CHANGELOG.md

* Update DOCS.md

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2020-05-18 12:22:51 +02:00
Ville Skyttä
5650ceaa16 duckdns: add option to grab IP addresses from URLs (#1077)
* duckdns: add option to grab IP addresses from URLs

Enables use of external services instead of Duck DNS' automatic
detection, which at time of writing doesn't work with IPv6.

* Update config.json

* Update CHANGELOG.md

* Update README.md

Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
2020-02-21 12:16:42 +01:00
Ville Skyttä
cbbbea9a84 duckdns: do not skip TLS security checks on Duck DNS API access (#1018) 2020-01-28 09:26:48 +01:00
Pascal Vizeli
bac3f65023 Small bugfix with dehydrated lock files (#677)
* Small bugfix with dehydrated lock files

* Fix if

* Small cleanup
2019-08-30 10:25:38 +02:00
Pascal Vizeli
4078eaf018 Fix duckdns (#642) 2019-07-28 17:04:12 +02:00
Pascal Vizeli
93e9728ccf Update deydrated (#639)
* Update dehydrated

* Fix permission

* Bashio

* Fix lint

* Add basic readme
2019-07-27 18:10:33 +02:00