mirror of
https://github.com/hassio-addons/addon-foldingathome.git
synced 2025-05-04 19:31:27 +00:00
🚀 Add-on to GitHub Actions (#11)
* 🚀 Add-on to GitHub Actions
* Prettified Code!
* Remove keep a changelog reference
* Adjust add-on linter errors
Co-authored-by: frenck <frenck@users.noreply.github.com>
This commit is contained in:
parent
db4e2e2433
commit
d34ec20fd1
20 changed files with 2719 additions and 109 deletions
|
@ -50,7 +50,7 @@ dealing with an unknown issue. Possible values are:
|
|||
- `debug`: Shows detailed debug information.
|
||||
- `info`: Normal (usually) interesting events.
|
||||
- `warning`: Exceptional occurrences that are not errors.
|
||||
- `error`: Runtime errors that do not require immediate action.
|
||||
- `error`: Runtime errors that do not require immediate action.
|
||||
- `fatal`: Something went terribly wrong. Add-on becomes unusable.
|
||||
|
||||
Please note that each level automatically includes log messages from a
|
||||
|
@ -83,16 +83,15 @@ panel_iframe:
|
|||
## Changelog & Releases
|
||||
|
||||
This repository keeps a change log using [GitHub's releases][releases]
|
||||
functionality. The format of the log is based on
|
||||
[Keep a Changelog][keepchangelog].
|
||||
functionality.
|
||||
|
||||
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:
|
||||
|
||||
- ``MAJOR``: Incompatible or major changes.
|
||||
- ``MINOR``: Backwards-compatible new features and enhancements.
|
||||
- ``PATCH``: Backwards-compatible bugfixes and package updates.
|
||||
- `MAJOR`: Incompatible or major changes.
|
||||
- `MINOR`: Backwards-compatible new features and enhancements.
|
||||
- `PATCH`: Backwards-compatible bugfixes and package updates.
|
||||
|
||||
## Support
|
||||
|
||||
|
@ -146,7 +145,6 @@ SOFTWARE.
|
|||
[forum]: https://community.home-assistant.io/t/home-assistant-community-add-on-folding-home/180496?u=frenck
|
||||
[frenck]: https://github.com/frenck
|
||||
[issue]: https://github.com/hassio-addons/addon-foldingathome/issues
|
||||
[keepchangelog]: http://keepachangelog.com/en/1.0.0/
|
||||
[reddit]: https://reddit.com/r/homeassistant
|
||||
[releases]: https://github.com/hassio-addons/addon-foldingathome/releases
|
||||
[semver]: http://semver.org/spec/v2.0.0.htm
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
{
|
||||
"build_from": {
|
||||
"amd64": "ghcr.io/hassio-addons/debian-base/amd64:4.2.3"
|
||||
},
|
||||
"args": {}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,13 +5,9 @@
|
|||
"description": "Fighting disease with a world wide distributed super computer",
|
||||
"url": "https://github.com/hassio-addons/addon-foldingathome",
|
||||
"webui": "http://[HOST]:[PORT:7396]",
|
||||
"startup": "application",
|
||||
"arch": ["amd64"],
|
||||
"boot": "auto",
|
||||
"init": false,
|
||||
"hassio_api": true,
|
||||
"hassio_role": "default",
|
||||
"options": {},
|
||||
"video": true,
|
||||
"ports": {
|
||||
"7396/tcp": 7396,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue