mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on Folding@home 0.3.0
This commit is contained in:
parent
390a055646
commit
c021e59841
5 changed files with 33 additions and 34 deletions
|
@ -745,10 +745,10 @@ SOFTWARE.
|
||||||
[ftp-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[ftp-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
[ftp-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
[ftp-armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg
|
||||||
[ftp-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
[ftp-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||||
[addon-foldingathome]: https://github.com/hassio-addons/addon-foldingathome/tree/v0.2.0
|
[addon-foldingathome]: https://github.com/hassio-addons/addon-foldingathome/tree/v0.3.0
|
||||||
[addon-doc-foldingathome]: https://github.com/hassio-addons/addon-foldingathome/blob/v0.2.0/README.md
|
[addon-doc-foldingathome]: https://github.com/hassio-addons/addon-foldingathome/blob/v0.3.0/README.md
|
||||||
[foldingathome-issue]: https://github.com/hassio-addons/addon-foldingathome/issues
|
[foldingathome-issue]: https://github.com/hassio-addons/addon-foldingathome/issues
|
||||||
[foldingathome-version-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
|
[foldingathome-version-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg
|
||||||
[foldingathome-aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg
|
[foldingathome-aarch64-shield]: https://img.shields.io/badge/aarch64-no-red.svg
|
||||||
[foldingathome-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[foldingathome-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[foldingathome-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
[foldingathome-armhf-shield]: https://img.shields.io/badge/armhf-no-red.svg
|
||||||
|
|
|
@ -1,13 +1,21 @@
|
||||||
[Full Changelog][changelog]
|
## What’s changed
|
||||||
|
|
||||||
### 🔨 Changes
|
## 🚀 Enhancements
|
||||||
|
|
||||||
- 🚑 Fix arch badges
|
- Cleanup repository @frenck (#8)
|
||||||
- ⬆ Upgrades add-on base image to v3.2.0
|
- 🚜 Collection of tweaks @frenck (#16)
|
||||||
- 🔨 Implement OCI image specification on labels
|
|
||||||
- ⬆ Upgrades fahclient to 7.6.13
|
|
||||||
- ✏ Split add-on documentation
|
|
||||||
|
|
||||||
[changelog]: https://github.com/hassio-addons/addon-foldingathome/compare/v0.1.1...v0.2.0
|
## 🧰 Maintenance
|
||||||
|
|
||||||
Questions? Join our Discord server! https://discord.me/hassioaddons
|
- 🚀 Add-on to GitHub Actions @frenck (#11)
|
||||||
|
|
||||||
|
## 📚 Documentation
|
||||||
|
|
||||||
|
- 📚 Update README & License @frenck (#14)
|
||||||
|
- 📚 Fix screenshot in add-on readme template @frenck (#17)
|
||||||
|
|
||||||
|
## ⬆️ Dependency updates
|
||||||
|
|
||||||
|
- ⬆️ Upgrades add-on base image to v4.2.3 @frenck (#12)
|
||||||
|
- ⬆️ Bump dessant/lock-threads from 2.1.1 to 2.1.2 @dependabot (#13)
|
||||||
|
- ⬆️ Upgrades FAH Client to 7.6.21 @frenck (#15)
|
||||||
|
|
|
@ -83,16 +83,15 @@ panel_iframe:
|
||||||
## Changelog & Releases
|
## Changelog & Releases
|
||||||
|
|
||||||
This repository keeps a change log using [GitHub's releases][releases]
|
This repository keeps a change log using [GitHub's releases][releases]
|
||||||
functionality. The format of the log is based on
|
functionality.
|
||||||
[Keep a Changelog][keepchangelog].
|
|
||||||
|
|
||||||
Releases are based on [Semantic Versioning][semver], and use the format
|
Releases are based on [Semantic Versioning][semver], and use the format
|
||||||
of ``MAJOR.MINOR.PATCH``. In a nutshell, the version will be incremented
|
of `MAJOR.MINOR.PATCH`. In a nutshell, the version will be incremented
|
||||||
based on the following:
|
based on the following:
|
||||||
|
|
||||||
- ``MAJOR``: Incompatible or major changes.
|
- `MAJOR`: Incompatible or major changes.
|
||||||
- ``MINOR``: Backwards-compatible new features and enhancements.
|
- `MINOR`: Backwards-compatible new features and enhancements.
|
||||||
- ``PATCH``: Backwards-compatible bugfixes and package updates.
|
- `PATCH`: Backwards-compatible bugfixes and package updates.
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
|
@ -120,7 +119,7 @@ check [the contributor's page][contributors].
|
||||||
|
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2020 Franck Nijhof
|
Copyright (c) 2020-2021 Franck Nijhof
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
@ -146,7 +145,6 @@ SOFTWARE.
|
||||||
[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
|
||||||
[frenck]: https://github.com/frenck
|
[frenck]: https://github.com/frenck
|
||||||
[issue]: https://github.com/hassio-addons/addon-foldingathome/issues
|
[issue]: https://github.com/hassio-addons/addon-foldingathome/issues
|
||||||
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
|
|
||||||
[reddit]: https://reddit.com/r/homeassistant
|
[reddit]: https://reddit.com/r/homeassistant
|
||||||
[releases]: https://github.com/hassio-addons/addon-foldingathome/releases
|
[releases]: https://github.com/hassio-addons/addon-foldingathome/releases
|
||||||
[semver]: http://semver.org/spec/v2.0.0.htm
|
[semver]: http://semver.org/spec/v2.0.0.htm
|
||||||
|
|
|
@ -45,10 +45,10 @@ 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
|
||||||
[release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg
|
[release-shield]: https://img.shields.io/badge/version-v0.3.0-blue.svg
|
||||||
[release]: https://github.com/hassio-addons/addon-foldingathome/tree/v0.2.0
|
[release]: https://github.com/hassio-addons/addon-foldingathome/tree/v0.3.0
|
||||||
[screenshot]: https://github.com/hassio-addons/addon-foldingathome/raw/master/images/screenshot.png
|
[screenshot]: https://github.com/hassio-addons/addon-foldingathome/raw/main/images/screenshot.png
|
|
@ -1,19 +1,15 @@
|
||||||
{
|
{
|
||||||
"name": "Folding@home",
|
"name": "Folding@home",
|
||||||
"version": "0.2.0",
|
"version": "0.3.0",
|
||||||
"slug": "foldingathome",
|
"slug": "foldingathome",
|
||||||
"description": "Fighting disease with a world wide distributed super computer",
|
"description": "Fighting disease with a world wide distributed super computer",
|
||||||
"url": "https://github.com/hassio-addons/addon-foldingathome",
|
"url": "https://github.com/hassio-addons/addon-foldingathome",
|
||||||
"webui": "http://[HOST]:[PORT:7396]",
|
"webui": "http://[HOST]:[PORT:7396]",
|
||||||
"startup": "application",
|
|
||||||
"arch": [
|
"arch": [
|
||||||
"amd64"
|
"amd64"
|
||||||
],
|
],
|
||||||
"boot": "auto",
|
|
||||||
"init": false,
|
"init": false,
|
||||||
"hassio_api": true,
|
"hassio_api": true,
|
||||||
"hassio_role": "default",
|
|
||||||
"options": {},
|
|
||||||
"video": true,
|
"video": true,
|
||||||
"ports": {
|
"ports": {
|
||||||
"7396/tcp": 7396,
|
"7396/tcp": 7396,
|
||||||
|
@ -23,8 +19,5 @@
|
||||||
"7396/tcp": "Web interface",
|
"7396/tcp": "Web interface",
|
||||||
"36330/tcp": "Remote command interface"
|
"36330/tcp": "Remote command interface"
|
||||||
},
|
},
|
||||||
"schema": {
|
"image": "ghcr.io/hassio-addons/foldingathome/{arch}"
|
||||||
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?"
|
|
||||||
},
|
|
||||||
"image": "hassioaddons/foldingathome-{arch}"
|
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue