GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-12 00:00:54 +00:00
parent a9373343f0
commit df6f43ed7e
2 changed files with 15 additions and 15 deletions

View File

@@ -1,34 +1,45 @@
## 4.5.2 (12-07-2025)
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
## 4.5.1 (12-04-2025)
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
## 4.5.0 (05-04-2025)
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
## 4.4.1-2 (10-02-2025)
- New config logic, files migrated to /addon_configs/xxx-sabnzbd
## 4.4.1 (21-12-2024)
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
## 4.4.0 (14-12-2024)
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
## 4.3.3 (24-08-2024)
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
## 4.3.2 (01-06-2024)
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
## 4.3.1 (11-05-2024)
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
## 4.3.0 (04-05-2024)
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
## 4.2.3 (16-03-2024)
- Update to latest version from linuxserver/docker-sabnzbd
## 4.2.2 (03-02-2024)

View File

@@ -1,8 +1,5 @@
{
"arch": [
"aarch64",
"amd64"
],
"arch": ["aarch64", "amd64"],
"codenotary": "alexandrep.github@gmail.com",
"description": "Makes Usenet as simple and streamlined as possible by automating everything we can",
"devices": [
@@ -75,12 +72,7 @@
"image": "ghcr.io/alexbelgium/sabnzbd-{arch}",
"ingress_entry": "sabnzbd",
"init": false,
"map": [
"addon_config:rw",
"homeassistant_config:rw",
"share:rw",
"media:rw"
],
"map": ["addon_config:rw", "homeassistant_config:rw", "share:rw", "media:rw"],
"name": "Sabnzbd",
"options": {
"PGID": 0,
@@ -94,10 +86,7 @@
"ports_description": {
"8080/tcp": "web interface"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PGID": "int",
"PUID": "int",