GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-15 14:48:10 +00:00
parent 92a527dfa2
commit 08256b7d99
86 changed files with 562 additions and 130 deletions

View File

@@ -1,11 +1,21 @@
{
"arch": ["amd64", "aarch64"],
"backup_exclude": ["**/cache/**"],
"arch": [
"amd64",
"aarch64"
],
"backup_exclude": [
"**/cache/**"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "Navidrome for Home Assistant",
"image": "ghcr.io/alexbelgium/navidrome-{arch}",
"init": false,
"map": ["addon_config:rw", "media", "share:rw", "ssl:rw"],
"map": [
"addon_config:rw",
"media",
"share:rw",
"ssl:rw"
],
"name": "Navidrome",
"options": {
"base_url": "/",

0
navidrome/rootfs/etc/cont-init.d/99-run.sh Normal file → Executable file
View File