mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-28 03:14:04 +02:00
aurral: v1.76.17-1 - document weekly_flow_folder option, version bump
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 1.76.17-1
|
||||||
|
|
||||||
|
- Add `weekly_flow_folder` option (configurable subfolder for weekly flow files)
|
||||||
|
- Fix addon config schema (`env_vars` -> `environment`)
|
||||||
|
- Add image tag for alexbelgium build pipeline
|
||||||
|
|
||||||
## 1.76.17
|
## 1.76.17
|
||||||
|
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ This addon is based on the docker image <https://github.com/lklynet/aurral>
|
|||||||
| Option | Default | Description |
|
| Option | Default | Description |
|
||||||
|---|---|---|
|
|---|---|---|
|
||||||
| `download_folder` | `/share/aurral/downloads` | Path where Aurral writes flow downloads. Must be under `/share`. |
|
| `download_folder` | `/share/aurral/downloads` | Path where Aurral writes flow downloads. Must be under `/share`. |
|
||||||
|
| `weekly_flow_folder` | `weekly-flow` | Subfolder name appended to `download_folder` for weekly flow files. The full path will be `download_folder/weekly_flow_folder`. |
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
@@ -18,6 +19,7 @@ This addon is based on the docker image <https://github.com/lklynet/aurral>
|
|||||||
2. Install this add-on.
|
2. Install this add-on.
|
||||||
3. Click the `Save` button to store your configuration.
|
3. Click the `Save` button to store your configuration.
|
||||||
4. Set the `download_folder` option to your preferred path.
|
4. Set the `download_folder` option to your preferred path.
|
||||||
5. Start the add-on.
|
5. Optionally set `weekly_flow_folder` to customise the weekly flow subfolder name.
|
||||||
6. Check the logs of the add-on to see if everything went well.
|
6. Start the add-on.
|
||||||
7. Open the webUI and complete onboarding.
|
7. Check the logs of the add-on to see if everything went well.
|
||||||
|
8. Open the webUI and complete onboarding.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: Aurral
|
name: Aurral
|
||||||
version: "1.76.17"
|
version: "1.76.17-1"
|
||||||
slug: aurral
|
slug: aurral
|
||||||
description: >-
|
description: >-
|
||||||
Self-hosted music discovery, request management, flows, and playlist
|
Self-hosted music discovery, request management, flows, and playlist
|
||||||
|
|||||||
Reference in New Issue
Block a user