mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 21:24:20 +01:00
Bugfix letsencrypt (#231)
* Update Dockerfile * Update CHANGELOG.md * Update config.json * Update config.json * Update config.json
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
# Changelog
|
||||
|
||||
## 2.1
|
||||
- Bugfix wrong python package (py2-future)
|
||||
|
||||
## 2.0
|
||||
- Update base image
|
||||
- Remove support for TLS-SNI
|
||||
|
||||
@@ -5,7 +5,7 @@ FROM $BUILD_FROM
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
# Setup base
|
||||
RUN apk add --no-cache tzdata jq certbot
|
||||
RUN apk add --no-cache certbot py2-future
|
||||
|
||||
# Copy data
|
||||
COPY run.sh /
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "Let's Encrypt",
|
||||
"version": "2.0",
|
||||
"version": "2.1",
|
||||
"slug": "letsencrypt",
|
||||
"description": "Manage certificate from Let's Encrypt",
|
||||
"url": "https://home-assistant.io/addons/lets_encrypt/",
|
||||
|
||||
Reference in New Issue
Block a user