mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01: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
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"arch": ["aarch64", "amd64", "armv7", "armhf"],
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7",
|
||||
"armhf"
|
||||
],
|
||||
"boot": "auto",
|
||||
"description": "Chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat",
|
||||
"environment": {
|
||||
@@ -18,15 +23,18 @@
|
||||
"ports_description": {
|
||||
"4545/tcp": "web interface"
|
||||
},
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
"TZ": "str?"
|
||||
},
|
||||
"slug": "requestrr",
|
||||
"upstream": "2.1.0",
|
||||
"upstream": "2.1.1",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"webui": "http://[HOST]:[PORT:4545]"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user