diff --git a/foldingathome/.README.j2 b/foldingathome/.README.j2 index 3e6ef6f..1da6a47 100644 --- a/foldingathome/.README.j2 +++ b/foldingathome/.README.j2 @@ -68,7 +68,7 @@ If you are more interested in stable releases of our add-ons: [forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-folding-home/180496?u=frenck [github-sponsors-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png [github-sponsors]: https://github.com/sponsors/frenck -[maintenance-shield]: https://img.shields.io/maintenance/yes/2020.svg +[maintenance-shield]: https://img.shields.io/maintenance/yes/2021.svg [patreon-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png [patreon]: https://www.patreon.com/frenck [project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg diff --git a/foldingathome/Dockerfile b/foldingathome/Dockerfile index 961b3a9..3d83cf7 100755 --- a/foldingathome/Dockerfile +++ b/foldingathome/Dockerfile @@ -36,20 +36,20 @@ ARG BUILD_VERSION # Labels LABEL \ - io.hass.name="Folding@home" \ - io.hass.description="Fighting disease with a world wide distributed super computer" \ + io.hass.name="${BUILD_NAME}" \ + io.hass.description="${BUILD_DESCRIPTION}" \ io.hass.arch="${BUILD_ARCH}" \ io.hass.type="addon" \ io.hass.version=${BUILD_VERSION} \ maintainer="Franck Nijhof " \ - org.opencontainers.image.title="Folding@home" \ - org.opencontainers.image.description="Fighting disease with a world wide distributed super computer" \ + org.opencontainers.image.title="${BUILD_NAME}" \ + org.opencontainers.image.description="${BUILD_DESCRIPTION}" \ org.opencontainers.image.vendor="Home Assistant Community Add-ons" \ org.opencontainers.image.authors="Franck Nijhof " \ org.opencontainers.image.licenses="MIT" \ org.opencontainers.image.url="https://addons.community" \ - org.opencontainers.image.source="https://github.com/hassio-addons/addon-foldingathome" \ - org.opencontainers.image.documentation="https://github.com/hassio-addons/addon-foldingathome/blob/master/README.md" \ + org.opencontainers.image.source="https://github.com/${BUILD_REPOSITORY}" \ + org.opencontainers.image.documentation="https://github.com/${BUILD_REPOSITORY}/blob/main/README.md" \ org.opencontainers.image.created=${BUILD_DATE} \ org.opencontainers.image.revision=${BUILD_REF} \ org.opencontainers.image.version=${BUILD_VERSION} diff --git a/foldingathome/config.json b/foldingathome/config.json index 2d4dca9..aa09071 100755 --- a/foldingathome/config.json +++ b/foldingathome/config.json @@ -16,8 +16,5 @@ "ports_description": { "7396/tcp": "Web interface", "36330/tcp": "Remote command interface" - }, - "schema": { - "log_level": "list(trace|debug|info|notice|warning|error|fatal)?" } }