mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 21:34:06 +02:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
## 4.9.1.6 (12-07-2025)
|
## 4.9.1.6 (12-07-2025)
|
||||||
|
|
||||||
- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases)
|
- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases)
|
||||||
|
|
||||||
## 4.9.1.3 (28-06-2025)
|
## 4.9.1.3 (28-06-2025)
|
||||||
|
|
||||||
- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases)
|
- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases)
|
||||||
|
|||||||
@@ -1,13 +1,6 @@
|
|||||||
{
|
{
|
||||||
"arch": [
|
"arch": ["aarch64", "amd64"],
|
||||||
"aarch64",
|
"backup_exclude": ["*/cache/", "*/transcoding-temp/", "*/logs/*"],
|
||||||
"amd64"
|
|
||||||
],
|
|
||||||
"backup_exclude": [
|
|
||||||
"*/cache/",
|
|
||||||
"*/transcoding-temp/",
|
|
||||||
"*/logs/*"
|
|
||||||
],
|
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "A free Software Media System that puts you in control of managing and streaming your media (beta version)",
|
"description": "A free Software Media System that puts you in control of managing and streaming your media (beta version)",
|
||||||
"devices": [
|
"devices": [
|
||||||
@@ -109,10 +102,7 @@
|
|||||||
"8096/tcp": "web interface",
|
"8096/tcp": "web interface",
|
||||||
"8920/tcp": "https web interface (optional)"
|
"8920/tcp": "https web interface (optional)"
|
||||||
},
|
},
|
||||||
"privileged": [
|
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||||
"SYS_ADMIN",
|
|
||||||
"DAC_READ_SEARCH"
|
|
||||||
],
|
|
||||||
"schema": {
|
"schema": {
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
|
|||||||
Reference in New Issue
Block a user