-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
54 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,23 @@ | ||
## What’s changed | ||
|
||
## ✨ New features | ||
|
||
- Switch recordings folder to media @dfigus (#61) | ||
- Comskip ini config @dfigus (#65) | ||
|
||
## 🚀 Enhancements | ||
|
||
- Remove fallback to build latest TVHeadend commit @dfigus (#60) | ||
- NGINX security enhancements @dfigus (#64) | ||
|
||
## 🧰 Maintenance | ||
|
||
- Define regex versioning for picons releases @dfigus (#63) | ||
|
||
## 📚 Documentation | ||
|
||
- Update Readme Template @dfigus (#57) | ||
- Update image links in DOCS to work from addon repos @dfigus (#58) | ||
- Remove stage experimental @dfigus (#59) | ||
|
||
## ⬆️ Dependency updates | ||
|
||
- ⬆️ Update Add-on base image to v15.0.4 @renovate (#55) | ||
- ⬆️ Update tvheadend digest to c9b38a8 @renovate (#56) | ||
- ⬆️ Update picons/picons to v2024-01-11--21-19-56 @renovate (#62) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
configuration: | ||
system_packages: | ||
name: System Packages | ||
description: >- | ||
Allows you to specify additional Alpine packages to be installed. Note: Adding many packages will result in a longer start-up time for the add-on. | ||
init_commands: | ||
name: Init Commands | ||
description: >- | ||
Allows you to specify shell commands that shall run during the startup. | ||
args: | ||
name: TVHeadend Startup Arguments | ||
description: Additional startup arguments to be passed to TVHeadend. | ||
comskip_ini: | ||
name: Comskip ini | ||
description: >- | ||
Content that shall be stored as comskip.ini. |