GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-12 00:00:50 +00:00
parent 6a3a9ac47f
commit d935ee6d1a
2 changed files with 5 additions and 15 deletions

View File

@@ -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)

View File

@@ -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",