mirror of
https://github.com/hassio-addons/addon-foldingathome.git
synced 2025-05-05 03:41:24 +00:00
🚜 Collection of tweaks (#16)
This commit is contained in:
parent
1de5cf7e3c
commit
618e8f0770
3 changed files with 7 additions and 10 deletions
|
@ -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
|
[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-shield]: https://frenck.dev/wp-content/uploads/2019/12/github_sponsor.png
|
||||||
[github-sponsors]: https://github.com/sponsors/frenck
|
[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-shield]: https://frenck.dev/wp-content/uploads/2019/12/patreon.png
|
||||||
[patreon]: https://www.patreon.com/frenck
|
[patreon]: https://www.patreon.com/frenck
|
||||||
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg
|
||||||
|
|
|
@ -36,20 +36,20 @@ ARG BUILD_VERSION
|
||||||
|
|
||||||
# Labels
|
# Labels
|
||||||
LABEL \
|
LABEL \
|
||||||
io.hass.name="Folding@home" \
|
io.hass.name="${BUILD_NAME}" \
|
||||||
io.hass.description="Fighting disease with a world wide distributed super computer" \
|
io.hass.description="${BUILD_DESCRIPTION}" \
|
||||||
io.hass.arch="${BUILD_ARCH}" \
|
io.hass.arch="${BUILD_ARCH}" \
|
||||||
io.hass.type="addon" \
|
io.hass.type="addon" \
|
||||||
io.hass.version=${BUILD_VERSION} \
|
io.hass.version=${BUILD_VERSION} \
|
||||||
maintainer="Franck Nijhof <frenck@addons.community>" \
|
maintainer="Franck Nijhof <frenck@addons.community>" \
|
||||||
org.opencontainers.image.title="Folding@home" \
|
org.opencontainers.image.title="${BUILD_NAME}" \
|
||||||
org.opencontainers.image.description="Fighting disease with a world wide distributed super computer" \
|
org.opencontainers.image.description="${BUILD_DESCRIPTION}" \
|
||||||
org.opencontainers.image.vendor="Home Assistant Community Add-ons" \
|
org.opencontainers.image.vendor="Home Assistant Community Add-ons" \
|
||||||
org.opencontainers.image.authors="Franck Nijhof <frenck@addons.community>" \
|
org.opencontainers.image.authors="Franck Nijhof <frenck@addons.community>" \
|
||||||
org.opencontainers.image.licenses="MIT" \
|
org.opencontainers.image.licenses="MIT" \
|
||||||
org.opencontainers.image.url="https://addons.community" \
|
org.opencontainers.image.url="https://addons.community" \
|
||||||
org.opencontainers.image.source="https://github.com/hassio-addons/addon-foldingathome" \
|
org.opencontainers.image.source="https://github.com/${BUILD_REPOSITORY}" \
|
||||||
org.opencontainers.image.documentation="https://github.com/hassio-addons/addon-foldingathome/blob/master/README.md" \
|
org.opencontainers.image.documentation="https://github.com/${BUILD_REPOSITORY}/blob/main/README.md" \
|
||||||
org.opencontainers.image.created=${BUILD_DATE} \
|
org.opencontainers.image.created=${BUILD_DATE} \
|
||||||
org.opencontainers.image.revision=${BUILD_REF} \
|
org.opencontainers.image.revision=${BUILD_REF} \
|
||||||
org.opencontainers.image.version=${BUILD_VERSION}
|
org.opencontainers.image.version=${BUILD_VERSION}
|
||||||
|
|
|
@ -16,8 +16,5 @@
|
||||||
"ports_description": {
|
"ports_description": {
|
||||||
"7396/tcp": "Web interface",
|
"7396/tcp": "Web interface",
|
||||||
"36330/tcp": "Remote command interface"
|
"36330/tcp": "Remote command interface"
|
||||||
},
|
|
||||||
"schema": {
|
|
||||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue