mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-30 04:14:04 +02:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -1,34 +1,45 @@
|
|||||||
|
|
||||||
## 4.5.2 (12-07-2025)
|
## 4.5.2 (12-07-2025)
|
||||||
|
|
||||||
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
|
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
|
||||||
|
|
||||||
## 4.5.1 (12-04-2025)
|
## 4.5.1 (12-04-2025)
|
||||||
|
|
||||||
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
|
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
|
||||||
|
|
||||||
## 4.5.0 (05-04-2025)
|
## 4.5.0 (05-04-2025)
|
||||||
|
|
||||||
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
|
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
|
||||||
|
|
||||||
## 4.4.1-2 (10-02-2025)
|
## 4.4.1-2 (10-02-2025)
|
||||||
|
|
||||||
- New config logic, files migrated to /addon_configs/xxx-sabnzbd
|
- New config logic, files migrated to /addon_configs/xxx-sabnzbd
|
||||||
|
|
||||||
## 4.4.1 (21-12-2024)
|
## 4.4.1 (21-12-2024)
|
||||||
|
|
||||||
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
|
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
|
||||||
|
|
||||||
## 4.4.0 (14-12-2024)
|
## 4.4.0 (14-12-2024)
|
||||||
|
|
||||||
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
|
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
|
||||||
|
|
||||||
## 4.3.3 (24-08-2024)
|
## 4.3.3 (24-08-2024)
|
||||||
|
|
||||||
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
|
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
|
||||||
|
|
||||||
## 4.3.2 (01-06-2024)
|
## 4.3.2 (01-06-2024)
|
||||||
|
|
||||||
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
|
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
|
||||||
|
|
||||||
## 4.3.1 (11-05-2024)
|
## 4.3.1 (11-05-2024)
|
||||||
|
|
||||||
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
|
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
|
||||||
|
|
||||||
## 4.3.0 (04-05-2024)
|
## 4.3.0 (04-05-2024)
|
||||||
|
|
||||||
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
|
- Update to latest version from linuxserver/docker-sabnzbd (changelog : https://github.com/linuxserver/docker-sabnzbd/releases)
|
||||||
|
|
||||||
## 4.2.3 (16-03-2024)
|
## 4.2.3 (16-03-2024)
|
||||||
|
|
||||||
- Update to latest version from linuxserver/docker-sabnzbd
|
- Update to latest version from linuxserver/docker-sabnzbd
|
||||||
|
|
||||||
## 4.2.2 (03-02-2024)
|
## 4.2.2 (03-02-2024)
|
||||||
|
|||||||
@@ -1,8 +1,5 @@
|
|||||||
{
|
{
|
||||||
"arch": [
|
"arch": ["aarch64", "amd64"],
|
||||||
"aarch64",
|
|
||||||
"amd64"
|
|
||||||
],
|
|
||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "Makes Usenet as simple and streamlined as possible by automating everything we can",
|
"description": "Makes Usenet as simple and streamlined as possible by automating everything we can",
|
||||||
"devices": [
|
"devices": [
|
||||||
@@ -75,12 +72,7 @@
|
|||||||
"image": "ghcr.io/alexbelgium/sabnzbd-{arch}",
|
"image": "ghcr.io/alexbelgium/sabnzbd-{arch}",
|
||||||
"ingress_entry": "sabnzbd",
|
"ingress_entry": "sabnzbd",
|
||||||
"init": false,
|
"init": false,
|
||||||
"map": [
|
"map": ["addon_config:rw", "homeassistant_config:rw", "share:rw", "media:rw"],
|
||||||
"addon_config:rw",
|
|
||||||
"homeassistant_config:rw",
|
|
||||||
"share:rw",
|
|
||||||
"media:rw"
|
|
||||||
],
|
|
||||||
"name": "Sabnzbd",
|
"name": "Sabnzbd",
|
||||||
"options": {
|
"options": {
|
||||||
"PGID": 0,
|
"PGID": 0,
|
||||||
@@ -94,10 +86,7 @@
|
|||||||
"ports_description": {
|
"ports_description": {
|
||||||
"8080/tcp": "web interface"
|
"8080/tcp": "web interface"
|
||||||
},
|
},
|
||||||
"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