mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -1,6 +1,7 @@
|
|||||||
|
|
||||||
## 1.41.8.9834-071366d65-ls271 (12-07-2025)
|
## 1.41.8.9834-071366d65-ls271 (12-07-2025)
|
||||||
|
|
||||||
- Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases)
|
- Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases)
|
||||||
|
|
||||||
## 1.41.8.9834-071366d65-ls270 (05-07-2025)
|
## 1.41.8.9834-071366d65-ls270 (05-07-2025)
|
||||||
|
|
||||||
- Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases)
|
- Update to latest version from linuxserver/docker-plex (changelog : https://github.com/linuxserver/docker-plex/releases)
|
||||||
|
|||||||
@@ -1,9 +1,5 @@
|
|||||||
{
|
{
|
||||||
"arch": [
|
"arch": ["aarch64", "amd64", "armv7"],
|
||||||
"aarch64",
|
|
||||||
"amd64",
|
|
||||||
"armv7"
|
|
||||||
],
|
|
||||||
"backup_exclude": [
|
"backup_exclude": [
|
||||||
"**/Cache/**",
|
"**/Cache/**",
|
||||||
"**/Plug-in Support/Caches/**",
|
"**/Plug-in Support/Caches/**",
|
||||||
@@ -121,11 +117,7 @@
|
|||||||
"host_network": true,
|
"host_network": true,
|
||||||
"image": "ghcr.io/alexbelgium/plex_nas-{arch}",
|
"image": "ghcr.io/alexbelgium/plex_nas-{arch}",
|
||||||
"init": false,
|
"init": false,
|
||||||
"map": [
|
"map": ["share:rw", "media:rw", "ssl"],
|
||||||
"share:rw",
|
|
||||||
"media:rw",
|
|
||||||
"ssl"
|
|
||||||
],
|
|
||||||
"name": "Plex NAS",
|
"name": "Plex NAS",
|
||||||
"options": {
|
"options": {
|
||||||
"PGID": 0,
|
"PGID": 0,
|
||||||
@@ -158,10 +150,7 @@
|
|||||||
"33443/tcp": "WebTools",
|
"33443/tcp": "WebTools",
|
||||||
"8324/tcp": "Plex for Roku via Plex Companion"
|
"8324/tcp": "Plex for Roku via Plex Companion"
|
||||||
},
|
},
|
||||||
"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