Let's encrypt adjust init settings

This commit is contained in:
Pascal Vizeli
2020-03-28 16:23:59 +01:00
parent a258fdc96d
commit 20f7915496
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
## 4.7.1
- Adjust init settings
## 4.7.0 ## 4.7.0
- Fix issue with DNS challenge - Fix issue with DNS challenge

View File

@@ -1,11 +1,12 @@
{ {
"name": "Let's Encrypt", "name": "Let's Encrypt",
"version": "4.7.0", "version": "4.7.1",
"slug": "letsencrypt", "slug": "letsencrypt",
"description": "Manage certificate from Let's Encrypt", "description": "Manage certificate from Let's Encrypt",
"url": "https://github.com/home-assistant/hassio-addons/tree/master/letsencrypt", "url": "https://github.com/home-assistant/hassio-addons/tree/master/letsencrypt",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "once", "startup": "once",
"init": false,
"boot": "manual", "boot": "manual",
"ports": { "ports": {
"80/tcp": 80 "80/tcp": 80