Skip to content

Commit

Permalink
🚜 Collection of tweaks (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck authored Aug 19, 2021
1 parent 1de5cf7 commit 618e8f0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion foldingathome/.README.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions foldingathome/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>" \
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 <[email protected]>" \
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}
3 changes: 0 additions & 3 deletions foldingathome/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)?"
}
}

0 comments on commit 618e8f0

Please sign in to comment.