fix: auto-fix linting issues

This commit is contained in:
alexbelgium
2025-07-15 14:37:22 +00:00
committed by github-actions[bot]
parent 6d6707af23
commit 67a3ca07d9
86 changed files with 562 additions and 130 deletions

View File

@@ -1,5 +1,9 @@
{
"arch": ["aarch64", "amd64", "armv7"],
"arch": [
"aarch64",
"amd64",
"armv7"
],
"codenotary": "alexandrep.github@gmail.com",
"description": "A fork of Sonarr to work with movies like Couchpotato",
"devices": [
@@ -73,7 +77,12 @@
"ingress": true,
"ingress_entry": "radarr",
"init": false,
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"name": "Radarr",
"options": {
"PGID": 0,
@@ -88,7 +97,10 @@
"ports_description": {
"7878/tcp": "Web interface"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"PGID": "int",
"PUID": "int",

0
radarr/rootfs/etc/services.d/nginx/run Normal file → Executable file
View File