mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-22 00:31:51 +02:00
Automatic builds
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
{
|
||||
"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": {
|
||||
@@ -12,6 +7,7 @@
|
||||
"PGID": "0"
|
||||
},
|
||||
"map": [],
|
||||
"image": "ghcr.io/alexbelgium/requestrr-{arch}",
|
||||
"name": "requestrr",
|
||||
"options": {
|
||||
"PUID": 0,
|
||||
@@ -23,10 +19,7 @@
|
||||
"ports_description": {
|
||||
"4545/tcp": "web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PUID": "int",
|
||||
"PGID": "int",
|
||||
|
||||
Reference in New Issue
Block a user