mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-18 05:34: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
|
# Changelog
|
||||||
|
|
||||||
|
## 2.1
|
||||||
|
- Bugfix wrong python package (py2-future)
|
||||||
|
|
||||||
## 2.0
|
## 2.0
|
||||||
- Update base image
|
- Update base image
|
||||||
- Remove support for TLS-SNI
|
- Remove support for TLS-SNI
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ FROM $BUILD_FROM
|
|||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
|
|
||||||
# Setup base
|
# Setup base
|
||||||
RUN apk add --no-cache tzdata jq certbot
|
RUN apk add --no-cache certbot py2-future
|
||||||
|
|
||||||
# Copy data
|
# Copy data
|
||||||
COPY run.sh /
|
COPY run.sh /
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "Let's Encrypt",
|
"name": "Let's Encrypt",
|
||||||
"version": "2.0",
|
"version": "2.1",
|
||||||
"slug": "letsencrypt",
|
"slug": "letsencrypt",
|
||||||
"description": "Manage certificate from Let's Encrypt",
|
"description": "Manage certificate from Let's Encrypt",
|
||||||
"url": "https://home-assistant.io/addons/lets_encrypt/",
|
"url": "https://home-assistant.io/addons/lets_encrypt/",
|
||||||
|
|||||||
Reference in New Issue
Block a user