mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user