Update to 2.1.1

This commit is contained in:
alexbelgium
2021-10-15 08:34:15 +02:00
parent 3b9dd9bf21
commit 8e09b7dee4
2 changed files with 15 additions and 4 deletions

View File

@@ -1 +1,4 @@
## 2.1.1 (15-10-2021)
- Update to latest version from linuxserver/docker-requestrr
- Initial release - Initial release

View File

@@ -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]"
} }