mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
fix: auto-fix linting issues
This commit is contained in:
committed by
github-actions[bot]
parent
6d6707af23
commit
67a3ca07d9
@@ -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
0
navidrome/rootfs/etc/cont-init.d/99-run.sh
Normal file → Executable file
Reference in New Issue
Block a user