mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-26 18:43:39 +02:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
@@ -1,42 +1,55 @@
|
||||
|
||||
## 2.45.01 (21-06-2025)
|
||||
|
||||
- Update to latest version from haveagitgat/tdarr
|
||||
|
||||
## 2.43.01 (13-06-2025)
|
||||
|
||||
- Update to latest version from haveagitgat/tdarr
|
||||
|
||||
## 2.42.01 (07-06-2025)
|
||||
|
||||
- Update to latest version from haveagitgat/tdarr
|
||||
|
||||
## 2.41.02 (31-05-2025)
|
||||
|
||||
- Update to latest version from haveagitgat/tdarr
|
||||
|
||||
## 2.40.01 (19-04-2025)
|
||||
|
||||
- Update to latest version from haveagitgat/tdarr
|
||||
|
||||
## 2.37.01 (29-03-2025)
|
||||
|
||||
- Update to latest version from haveagitgat/tdarr
|
||||
|
||||
## 2.35.02 (01-03-2025)
|
||||
|
||||
- Update to latest version from haveagitgat/tdarr
|
||||
|
||||
## 2.32.01 (15-02-2025)
|
||||
|
||||
- Update to latest version from haveagitgat/tdarr
|
||||
|
||||
## 2.31.02 (08-02-2025)
|
||||
|
||||
- Update to latest version from haveagitgat/tdarr
|
||||
|
||||
## 2.30.01 (01-02-2025)
|
||||
|
||||
- Update to latest version from haveagitgat/tdarr
|
||||
|
||||
## 2.28.01 (25-01-2025)
|
||||
|
||||
- Update to latest version from haveagitgat/tdarr
|
||||
|
||||
## 2.27.02 (23-10-2024)
|
||||
|
||||
- Minor bugs fixed
|
||||
|
||||
## pro_1.3004 (10-06-2023)
|
||||
|
||||
- Update to latest version from haveagitgat/tdarr
|
||||
|
||||
## 2.00.20.1-2 (23-04-2023)
|
||||
|
||||
- Minor bugs fixed
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"backup": "cold",
|
||||
"backup_exclude": [
|
||||
"*/cache/",
|
||||
@@ -114,10 +111,7 @@
|
||||
"8265/tcp": "Web UI port",
|
||||
"8266/tcp": "Server Port"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"CONFIG_LOCATION": "str",
|
||||
"TZ": "str?",
|
||||
|
||||
Reference in New Issue
Block a user