mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-07-02 12:08:46 +02:00
Update to 2.1.1
This commit is contained in:
@@ -1 +1,4 @@
|
|||||||
|
|
||||||
|
## 2.1.1 (15-10-2021)
|
||||||
|
- Update to latest version from linuxserver/docker-requestrr
|
||||||
- Initial release
|
- Initial release
|
||||||
|
|||||||
@@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
"arch": [
|
||||||
|
"aarch64",
|
||||||
|
"amd64",
|
||||||
|
"armv7",
|
||||||
|
"armhf"
|
||||||
|
],
|
||||||
"boot": "auto",
|
"boot": "auto",
|
||||||
"description": "Chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat",
|
"description": "Chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat",
|
||||||
"environment": {
|
"environment": {
|
||||||
@@ -18,15 +23,18 @@
|
|||||||
"ports_description": {
|
"ports_description": {
|
||||||
"4545/tcp": "web interface"
|
"4545/tcp": "web interface"
|
||||||
},
|
},
|
||||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
"privileged": [
|
||||||
|
"SYS_ADMIN",
|
||||||
|
"DAC_READ_SEARCH"
|
||||||
|
],
|
||||||
"schema": {
|
"schema": {
|
||||||
"PUID": "int",
|
"PUID": "int",
|
||||||
"PGID": "int",
|
"PGID": "int",
|
||||||
"TZ": "str?"
|
"TZ": "str?"
|
||||||
},
|
},
|
||||||
"slug": "requestrr",
|
"slug": "requestrr",
|
||||||
"upstream": "2.1.0",
|
"upstream": "2.1.1",
|
||||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||||
"version": "2.1.0",
|
"version": "2.1.1",
|
||||||
"webui": "http://[HOST]:[PORT:4545]"
|
"webui": "http://[HOST]:[PORT:4545]"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user