mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Adapt to codenotary
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"WORKSPACE_DIRECTORY": "${containerWorkspaceFolder}"
|
||||
},
|
||||
"extensions": ["timonwong.shellcheck", "esbenp.prettier-vscode"],
|
||||
"mounts": [ "type=volume,target=/var/lib/docker" ],
|
||||
"mounts": ["type=volume,target=/var/lib/docker"],
|
||||
"settings": {
|
||||
"terminal.integrated.profiles.linux": {
|
||||
"zsh": {
|
||||
@@ -20,5 +20,8 @@
|
||||
"editor.formatOnSave": true,
|
||||
"editor.formatOnType": true,
|
||||
"files.trimTrailingWhitespace": true
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,5 +40,9 @@ profile addon_updater flags=(attach_disconnected,mediate_deleted) {
|
||||
|
||||
# Receive signals from S6-Overlay
|
||||
signal receive,
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "manual",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
|
||||
"description": "Automatic addons update by aligning version tag with upstream releases",
|
||||
"environment": {
|
||||
"GIT_DISCOVERY_ACROSS_FILESYSTEM": "1"
|
||||
@@ -52,5 +48,6 @@
|
||||
"slug": "updater",
|
||||
"startup": "once",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/addons_updater",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "2.1"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "techblog/arpspoof-docker:latest",
|
||||
"amd64": "techblog/arpspoof-docker:latest",
|
||||
"armv7": "techblog/arpspoof-docker:latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "block internet connection for local network devices",
|
||||
"devices": [],
|
||||
@@ -21,10 +17,7 @@
|
||||
"ports_description": {
|
||||
"7022/tcp": "web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"INTERFACE_NAME": "str?",
|
||||
"ROUTER_IP": "str"
|
||||
@@ -32,6 +25,7 @@
|
||||
"slug": "arpspoof",
|
||||
"upstream": "1.0.0",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/arpsoof",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "1.0.0",
|
||||
"webui": "http://[HOST]:[PORT:7022]"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/bazarr:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/bazarr:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/bazarr:arm32v7-latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,15 +1,7 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"backup_exclude": [
|
||||
"**/Backups/*",
|
||||
"**/logs/*",
|
||||
"**/MediaCover/*"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"backup_exclude": ["**/Backups/*", "**/logs/*", "**/MediaCover/*"],
|
||||
"boot": "auto",
|
||||
"description": "Companion application to Sonarr and Radarr to download subtitles",
|
||||
"devices": [
|
||||
@@ -49,12 +41,7 @@
|
||||
"PUID": "0"
|
||||
},
|
||||
"ingress": false,
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
||||
"name": "Bazarr NAS",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -66,10 +53,7 @@
|
||||
"ports_description": {
|
||||
"6767/tcp": "web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -82,6 +66,7 @@
|
||||
"startup": "services",
|
||||
"upstream": "1.0.3",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/bazarr",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "1.0.3",
|
||||
"webui": "http://[HOST]:[PORT:6767]"
|
||||
}
|
||||
|
||||
@@ -5,6 +5,3 @@ build_from:
|
||||
armv7: ghcr.io/hassio-addons/debian-base/armv7:stable
|
||||
codenotary:
|
||||
signer: alexandrep.github@gmail.com
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1,16 +1,10 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
|
||||
"description": "Open source password management solution",
|
||||
"init": false,
|
||||
"map": [
|
||||
"ssl"
|
||||
],
|
||||
"map": ["ssl"],
|
||||
"name": "Vaultwarden (Bitwarden)",
|
||||
"options": {
|
||||
"certfile": "fullchain.pem",
|
||||
@@ -34,6 +28,7 @@
|
||||
"startup": "services",
|
||||
"upstream": "1.24.0",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/bitwarden",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "1.24.0",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:7277]"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/booksonic-air:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/booksonic-air:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/booksonic-air:arm32v7-latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "platform for accessing the audibooks you own wherever you are",
|
||||
"devices": [
|
||||
@@ -43,10 +39,7 @@
|
||||
"PGID": "0",
|
||||
"PUID": "0"
|
||||
},
|
||||
"map": [
|
||||
"share:rw",
|
||||
"media:rw"
|
||||
],
|
||||
"map": ["share:rw", "media:rw"],
|
||||
"name": "Booksonic-air",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -61,10 +54,7 @@
|
||||
"ports_description": {
|
||||
"4040/tcp": "web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -77,6 +67,7 @@
|
||||
"slug": "booksonic-air_nas",
|
||||
"upstream": "v2201.1.0-ls49",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/booksonic_air",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "v2201.1.0-ls49",
|
||||
"webui": "http://[HOST]:[PORT:4040]"
|
||||
}
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"description": "Cloud Commander a file manager for the web with console and editor",
|
||||
"devices": [
|
||||
"/dev/mmcblk0p8",
|
||||
@@ -60,10 +56,7 @@
|
||||
"ports_description": {
|
||||
"8000/tcp": "Web UI port (required)"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"CUSTOM_OPTIONS": "str?",
|
||||
"DROPBOX_TOKEN": "str?",
|
||||
@@ -76,6 +69,7 @@
|
||||
"slug": "cloudcommander",
|
||||
"upstream": "16.0.0",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/cloudcommander",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "16.0.0",
|
||||
"webui": "http://[HOST]:[PORT:8000]"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/code-server:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/code-server:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/code-server:arm32v7-latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "Code-server is VS Code running on a remote server, accessible through the browser.",
|
||||
"devices": [
|
||||
@@ -40,13 +36,7 @@
|
||||
"/dev/nvme2"
|
||||
],
|
||||
"environment": {},
|
||||
"map": [
|
||||
"backup:rw",
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["backup:rw", "config:rw", "share:rw", "media:rw", "ssl"],
|
||||
"name": "VS code",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -55,10 +45,7 @@
|
||||
"ports": {
|
||||
"8443/tcp": 8443
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -72,6 +59,7 @@
|
||||
"startup": "services",
|
||||
"upstream": "4.2.0",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/coder-server",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "4.2.0",
|
||||
"webui": "http://[HOST]:[PORT:8443]"
|
||||
}
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"description": "Free and Open, Distributed, RESTful Search Engine",
|
||||
"environment": {
|
||||
"ES_JAVA_OPTS": "-Xms1024M -Xmx1024M",
|
||||
@@ -11,9 +8,7 @@
|
||||
"discovery.type": "single-node"
|
||||
},
|
||||
"host_network": true,
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"map": ["config:rw"],
|
||||
"name": "Elasticsearch server",
|
||||
"options": {},
|
||||
"ports": {
|
||||
@@ -28,5 +23,6 @@
|
||||
"slug": "elasticsearch",
|
||||
"upstream": "7.14.2",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/elasticsearch",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "7.14.2"
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
"amd64": "lscr.io/linuxserver/emby:amd64-beta",
|
||||
"armv7": "lscr.io/linuxserver/emby:arm32v7-beta"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,17 +1,13 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"backup_exclude": [
|
||||
"*/cache/",
|
||||
"*/logs/",
|
||||
"*/transcoding-temp/",
|
||||
"*/metadata/"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
|
||||
"boot": "auto",
|
||||
"description": "A Free Software Media System that puts you in control of managing and streaming your media.",
|
||||
"devices": [
|
||||
@@ -60,12 +56,7 @@
|
||||
"/dev/nvme2"
|
||||
],
|
||||
"host_network": true,
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl:rw"
|
||||
],
|
||||
"map": ["config:rw", "share:rw", "media:rw", "ssl:rw"],
|
||||
"name": "Emby NAS",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -84,10 +75,7 @@
|
||||
"8096/tcp": "web interface",
|
||||
"8920/tcp": "https web interface (optional)"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -104,6 +92,7 @@
|
||||
"startup": "services",
|
||||
"upstream": "4.7.0.32",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/emby",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "4.7.0.32",
|
||||
"video": true,
|
||||
"webui": "http://[HOST]:[PORT:8096]"
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"description": "use Enedis Gateway API to send data in your MQTT Broker (latest channel)",
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"map": ["config:rw"],
|
||||
"name": "Enedisgateway2mqtt",
|
||||
"options": {
|
||||
"CONFIG_LOCATION": "/config/enedisgateway2mqtt/config.yaml",
|
||||
@@ -21,11 +15,10 @@
|
||||
"mqtt_autodiscover": "bool",
|
||||
"verbose": "bool"
|
||||
},
|
||||
"services": [
|
||||
"mqtt:want"
|
||||
],
|
||||
"services": ["mqtt:want"],
|
||||
"slug": "enedisgateway2mqtt",
|
||||
"upstream": "0.7.7",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "0.7.7-3"
|
||||
}
|
||||
|
||||
@@ -1,13 +1,7 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"description": "use Enedis Gateway API to send data in your MQTT Broker (latest-dev channel)",
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"map": ["config:rw"],
|
||||
"name": "Enedisgateway2mqtt Dev",
|
||||
"options": {
|
||||
"CONFIG_LOCATION": "/config/enedisgateway2mqtt_dev/config.yaml",
|
||||
@@ -20,5 +14,6 @@
|
||||
"slug": "enedisgateway2mqtt_dev",
|
||||
"upstream": "0.7.8-dev",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "0.7.8-dev"
|
||||
}
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"description": "filebrowser provides a file managing interface within a specified directory and it can be used to upload, delete, preview, rename and edit your files",
|
||||
"devices": [
|
||||
"/dev/sda",
|
||||
@@ -68,10 +64,7 @@
|
||||
"ports_description": {
|
||||
"8080/tcp": "Web UI port"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"NoAuth": "bool",
|
||||
"base_folder": "str?",
|
||||
@@ -88,6 +81,7 @@
|
||||
"startup": "services",
|
||||
"upstream": "2.21.1",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "2.21.1",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
}
|
||||
|
||||
@@ -1,21 +1,13 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "A free and open source personal finance manager",
|
||||
"devices": [],
|
||||
"environment": {
|
||||
"TRUSTED_PROXIES": "**"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["config:rw", "share:rw", "ssl"],
|
||||
"name": "Firefly iii",
|
||||
"options": {
|
||||
"APP_KEY": "CHANGEME_32_CHARS_EuC5dfn3LAPzeO",
|
||||
@@ -41,12 +33,11 @@
|
||||
"Updates": "list(|hourly|daily|weekly)?",
|
||||
"silent": "bool?"
|
||||
},
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"services": ["mysql:want"],
|
||||
"slug": "fireflyiii",
|
||||
"upstream": "5.6.16",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "5.6.16",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@ server {
|
||||
|
||||
include /etc/nginx/includes/server_params.conf;
|
||||
include /etc/nginx/includes/proxy_params.conf;
|
||||
|
||||
|
||||
client_max_body_size 0;
|
||||
|
||||
location / {
|
||||
@@ -15,6 +15,10 @@ server {
|
||||
fastcgi_param SCRIPT_FILENAME $request_filename;
|
||||
fastcgi_param modHeadersAvailable true; #Avoid sending the security headers twice
|
||||
fastcgi_pass unix:/run/php/php8.0-fpm.sock;
|
||||
}
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "fireflyiii/data-importer:latest",
|
||||
"amd64": "fireflyiii/data-importer:latest",
|
||||
"armv7": "fireflyiii/data-importer:latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,21 +1,13 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "Data importer for Firefly III (separate addon)",
|
||||
"devices": [],
|
||||
"environment": {
|
||||
"TRUSTED_PROXIES": "**"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["config:rw", "share:rw", "ssl"],
|
||||
"name": "Firefly iii Data Importer",
|
||||
"options": {
|
||||
"CONFIG_LOCATION": "/config/addons_config/fireflyiii_data_importer/config.yaml"
|
||||
@@ -41,6 +33,7 @@
|
||||
"slug": "fireflyiii_data_importer",
|
||||
"upstream": "version-0.9.0",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "version-0.9.0",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
}
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
{
|
||||
"build_from": {
|
||||
"amd64": "benkl/firefly-iii-fints-importer:latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["amd64"],
|
||||
"boot": "auto",
|
||||
"description": "Import financial transactions from you FinTS enabled bank into Firefly III",
|
||||
"devices": [],
|
||||
@@ -10,11 +8,7 @@
|
||||
"TRUSTED_PROXIES": "**"
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/fireflyiii_fints_importer-{arch}",
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["config:rw", "share:rw", "ssl"],
|
||||
"name": "Firefly iii FinTS Importer",
|
||||
"options": {
|
||||
"CONFIG_LOCATION": "/config/addons_config/fireflyiii_fints_importer/config.yaml"
|
||||
@@ -32,6 +26,7 @@
|
||||
"slug": "fireflyiii_fints_importer",
|
||||
"upstream": "1.2",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "1.1",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
}
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"description": "Proxy server to bypass Cloudflare protection ",
|
||||
"environment": {},
|
||||
"name": "FlareSolverr",
|
||||
@@ -19,6 +15,7 @@
|
||||
"slug": "flaresolverr",
|
||||
"upstream": "2.2.2",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "2.2.2",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8191]"
|
||||
}
|
||||
|
||||
@@ -1,19 +1,12 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"description": "FlexGet is a multipurpose automation tool for all of your media",
|
||||
"environment": {
|
||||
"FG_PLUGINS": "",
|
||||
"FG_WEBUI_PASSWD": ""
|
||||
},
|
||||
"map": [
|
||||
"share:rw",
|
||||
"config:rw"
|
||||
],
|
||||
"map": ["share:rw", "config:rw"],
|
||||
"name": "Flexget",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -35,6 +28,7 @@
|
||||
"slug": "flexget",
|
||||
"upstream": "3.3.3",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "3.3.3",
|
||||
"webui": "http://[HOST]:[PORT:5050]"
|
||||
}
|
||||
|
||||
@@ -1,14 +1,7 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"description": "fetch GRDF data and publish data to a mqtt broker",
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw"
|
||||
],
|
||||
"map": ["config:rw", "share:rw"],
|
||||
"name": "gazpar2mqtt",
|
||||
"options": {
|
||||
"CONFIG_LOCATION": "/config/gazpar2mqtt/config.yaml",
|
||||
@@ -22,11 +15,10 @@
|
||||
"mqtt_autodiscover": "bool",
|
||||
"verbose": "bool"
|
||||
},
|
||||
"services": [
|
||||
"mqtt:want"
|
||||
],
|
||||
"services": ["mqtt:want"],
|
||||
"slug": "gazpar2mqtt",
|
||||
"upstream": "0.8.1",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "0.8.1-10"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/grav:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/grav:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/grav:arm32v7-latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,18 +1,10 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "Fast, Simple, and Flexible, file-based Web-platform",
|
||||
"devices": [],
|
||||
"environment": {},
|
||||
"map": [
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"config:rw"
|
||||
],
|
||||
"map": ["share:rw", "media:rw", "config:rw"],
|
||||
"name": "Grav web server",
|
||||
"options": {
|
||||
"PGID": 1000,
|
||||
@@ -33,6 +25,7 @@
|
||||
"slug": "grav",
|
||||
"upstream": "1.7.31",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "1.7.31",
|
||||
"webui": "http://[HOST]:[PORT:80]"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "troglobit/inadyn:latest",
|
||||
"amd64": "troglobit/inadyn:latest",
|
||||
"armv7": "troglobit/inadyn:latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,15 +1,9 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"description": "Inadyn is a small and simple Dynamic DNS, DDNS, client with HTTPS support. A large number of dynamic dns providers are supported (https://github.com/troglobit/inadyn#supported-providers). For those that are not, you can use a custom provider as per this project's documentation (https://github.com/nalipaz/hassio-addons/blob/master/README.md)",
|
||||
"environment": {},
|
||||
"host_network": true,
|
||||
"map": [
|
||||
"ssl"
|
||||
],
|
||||
"map": ["ssl"],
|
||||
"name": "Inadyn",
|
||||
"options": {
|
||||
"providers": [
|
||||
@@ -55,5 +49,6 @@
|
||||
"slug": "inadyn",
|
||||
"upstream": "2.9.1",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "2.9.1-6"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/jackett:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/jackett:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/jackett:arm32v7-latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,22 +1,13 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "translates queries from apps (Sonarr, SickRage, CouchPotato, Mylar, etc) into tracker-site-specific http queries, parses the html response, then sends results back to the requesting software",
|
||||
"environment": {
|
||||
"PGID": "0",
|
||||
"PUID": "0"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
||||
"name": "Jackett NAS",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -28,10 +19,7 @@
|
||||
"ports_description": {
|
||||
"9117/tcp": "web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -45,6 +33,7 @@
|
||||
"startup": "services",
|
||||
"upstream": "0.20.744",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/jackett",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "0.20.744",
|
||||
"webui": "http://[HOST]:[PORT:9117]"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/jellyfin:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/jellyfin:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/jellyfin:arm32v7-latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "A Free Software Media System that puts you in control of managing and streaming your media.",
|
||||
"devices": [
|
||||
@@ -56,12 +52,7 @@
|
||||
"host_network": true,
|
||||
"ingress": true,
|
||||
"ingress_stream": true,
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
||||
"name": "Jellyfin NAS",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -81,11 +72,7 @@
|
||||
"8096/tcp": "web interface",
|
||||
"8920/tcp": "https web interface (optional)"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH",
|
||||
"NET_ADMIN"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -102,6 +89,7 @@
|
||||
"startup": "services",
|
||||
"upstream": "10.7.7-1-ls155",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "10.7.7-1-ls155-ingress2",
|
||||
"video": true,
|
||||
"webui": "http://[HOST]:[PORT:8096]"
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "An open source command line RatioMaster with WebUI",
|
||||
"environment": {},
|
||||
@@ -11,9 +7,7 @@
|
||||
"host_network": false,
|
||||
"ingress": true,
|
||||
"ingress_port": 8099,
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"map": ["config:rw"],
|
||||
"name": "Joal",
|
||||
"options": {
|
||||
"run_duration": "12h",
|
||||
@@ -39,6 +33,7 @@
|
||||
"startup": "services",
|
||||
"upstream": "2.1.29",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "2.1.29",
|
||||
"webui": "http://[HOST]:[PORT:8081]/joal/ui?ui_credentials=%7B%22host%22%3A%22[HOST]%22%2C%22port%22%3A%22[PORT:8081]%22%2C%22pathPrefix%22%3A%22joal%22%2C%22secretToken%22%3A%22lrMY24Byhx%22%7D"
|
||||
}
|
||||
|
||||
@@ -1,18 +1,11 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"description": "Self-hosted open source note-taking application",
|
||||
"environment": {
|
||||
"APP_PORT": "22300"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw"
|
||||
],
|
||||
"map": ["config:rw", "share:rw"],
|
||||
"name": "Joplin Server",
|
||||
"options": {
|
||||
"APP_BASE_URL": "http://your_domain:port",
|
||||
@@ -45,6 +38,7 @@
|
||||
"slug": "joplin",
|
||||
"upstream": "2.7.4",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "2.7.4-8",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:22300]"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/lidarr:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/lidarr:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/lidarr:arm32v7-latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "Music collection manager for Usenet and BitTorrent users",
|
||||
"devices": [
|
||||
@@ -43,12 +39,7 @@
|
||||
"PGID": "0",
|
||||
"PUID": "0"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"config:rw"
|
||||
],
|
||||
"map": ["config:rw", "share:rw", "media:rw", "config:rw"],
|
||||
"name": "Lidarr NAS",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -63,10 +54,7 @@
|
||||
"ports_description": {
|
||||
"8686/tcp": "web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -80,6 +68,7 @@
|
||||
"startup": "services",
|
||||
"upstream": "0.8.1.2135-ls76",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/Readme.md",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "0.8.1.2135-ls76",
|
||||
"webui": "http://[HOST]:[PORT:8686]"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "hkotel/mealie:latest",
|
||||
"amd64": "hkotel/mealie:latest",
|
||||
"armv7": "hkotel/mealie:v0.4.3"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "Mealie is a self hosted recipe manager and meal planner built in Vue",
|
||||
"environment": {
|
||||
@@ -12,10 +8,7 @@
|
||||
},
|
||||
"ingress": false,
|
||||
"ingress_port": 8099,
|
||||
"map": [
|
||||
"share:rw",
|
||||
"ssl:rw"
|
||||
],
|
||||
"map": ["share:rw", "ssl:rw"],
|
||||
"name": "Mealie",
|
||||
"options": {
|
||||
"certfile": "fullchain.pem",
|
||||
@@ -38,6 +31,7 @@
|
||||
"startup": "services",
|
||||
"upstream": "0.5.6",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "0.5.6",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:9925]"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/mylar3:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/mylar3:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/mylar3:arm32v7-latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "Automated comic book downloader for use with NZB and torrents",
|
||||
"devices": [
|
||||
@@ -43,12 +39,7 @@
|
||||
"PGID": "0",
|
||||
"PUID": "0"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"config:rw"
|
||||
],
|
||||
"map": ["config:rw", "share:rw", "media:rw", "config:rw"],
|
||||
"name": "Mylar3",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -60,10 +51,7 @@
|
||||
"ports_description": {
|
||||
"8090/tcp": "web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -76,6 +64,7 @@
|
||||
"slug": "mylar3",
|
||||
"upstream": "0.6.5.2",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "0.6.5.2",
|
||||
"webui": "http://[HOST]:[PORT:8090]"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/nextcloud:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/nextcloud:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/nextcloud:arm32v7-latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "manual",
|
||||
"description": "Nextcloud for Home Assistant",
|
||||
"devices": [
|
||||
@@ -42,11 +38,7 @@
|
||||
"hassio_api": true,
|
||||
"ingress": false,
|
||||
"ingress_port": 0,
|
||||
"map": [
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl:rw"
|
||||
],
|
||||
"map": ["share:rw", "media:rw", "ssl:rw"],
|
||||
"name": "Nextcloud",
|
||||
"options": {
|
||||
"Full_Text_Search": false,
|
||||
@@ -66,10 +58,7 @@
|
||||
"443/tcp": 8099,
|
||||
"80/tcp": null
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"Full_Text_Search": "bool?",
|
||||
"OCR": "bool?",
|
||||
@@ -88,13 +77,12 @@
|
||||
"trusted_domains": "str?",
|
||||
"use_own_certs": "bool"
|
||||
},
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"services": ["mysql:want"],
|
||||
"slug": "nextcloud_ocr",
|
||||
"uart": true,
|
||||
"upstream": "23.0.3",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "23.0.3",
|
||||
"webui": "https://[HOST]:[PORT:443]"
|
||||
}
|
||||
|
||||
@@ -120,5 +120,9 @@ server {
|
||||
location ~ \.(?:png|html|ttf|ico|jpg|jpeg|bcmap|mp4|webm)$ {
|
||||
try_files $uri /index.php$request_uri;
|
||||
access_log off;
|
||||
}
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/nzbget:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/nzbget:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/nzbget:arm32v7-latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "usenet downloader",
|
||||
"devices": [
|
||||
@@ -43,12 +39,7 @@
|
||||
"PGID": "0",
|
||||
"PUID": "0"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"config:rw"
|
||||
],
|
||||
"map": ["config:rw", "share:rw", "media:rw", "config:rw"],
|
||||
"name": "Nzbget",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -60,10 +51,7 @@
|
||||
"ports_description": {
|
||||
"6789/tcp": "web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -76,6 +64,7 @@
|
||||
"slug": "nzbget",
|
||||
"upstream": "21.1",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "21.1",
|
||||
"webui": "http://[HOST]:[PORT:6789]"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/ombi:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/ombi:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/ombi:arm32v7-latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,16 +1,10 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "Self-hosted Plex Request and user management system",
|
||||
"environment": {},
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"map": ["config:rw"],
|
||||
"name": "Ombi",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -30,6 +24,7 @@
|
||||
"startup": "services",
|
||||
"upstream": "4.10.2",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/ombi",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "4.10.2",
|
||||
"webui": "http://[HOST]:[PORT:3579]"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "organizr/organizr:linux-arm64",
|
||||
"amd64": "organizr/organizr:linux-amd64",
|
||||
"armv7": "organizr/organizr:linux-arm-v7"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,16 +1,9 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "An HTPC/Homelab services organizer that is written in PHP",
|
||||
"environment": {},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["config:rw", "ssl"],
|
||||
"name": "Organizr",
|
||||
"options": {
|
||||
"PGID": "1000",
|
||||
@@ -30,6 +23,7 @@
|
||||
"startup": "services",
|
||||
"upstream": "1.90",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "1.90",
|
||||
"webui": "http://[HOST]:[PORT:80]"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/paperless-ng:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/paperless-ng:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/paperless-ng:arm32v7-latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "scan, index and archive all your physical documents",
|
||||
"devices": [
|
||||
@@ -43,12 +39,7 @@
|
||||
"PGID": "0",
|
||||
"PUID": "0"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"config:rw"
|
||||
],
|
||||
"map": ["config:rw", "share:rw", "media:rw", "config:rw"],
|
||||
"name": "Paperless NG",
|
||||
"options": {
|
||||
"CONFIG_LOCATION": "/config/addons_config/paperless_ng/config.yaml",
|
||||
@@ -61,10 +52,7 @@
|
||||
"ports_description": {
|
||||
"8000/tcp": "web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"CONFIG_LOCATION": "str",
|
||||
"OCRLANG": "str?",
|
||||
@@ -79,6 +67,7 @@
|
||||
"slug": "paperless_ng",
|
||||
"upstream": "1.5.0",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "1.5.0-8",
|
||||
"webui": "http://[HOST]:[PORT:8000]"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/papermerge:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/papermerge:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/papermerge:arm32v7-latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,18 +1,9 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"description": "Open source document management system (DMS)",
|
||||
"environment": {},
|
||||
"map": [
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl",
|
||||
"config:rw"
|
||||
],
|
||||
"map": ["share:rw", "media:rw", "ssl", "config:rw"],
|
||||
"name": "Papermerge",
|
||||
"options": {
|
||||
"CONFIG_LOCATION": "/config/addons_config/papermerge",
|
||||
@@ -28,10 +19,7 @@
|
||||
"ports_description": {
|
||||
"8000/tcp": "Web UI port (required)"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"CONFIG_LOCATION": "str",
|
||||
"PGID": "int",
|
||||
@@ -51,6 +39,7 @@
|
||||
"slug": "papermerge",
|
||||
"upstream": "v2.0.1-ls40",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "v2.0.1-ls40",
|
||||
"webui": "http://[HOST]:[PORT:8000]"
|
||||
}
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"description": "A server-based application for browsing, organizing and sharing your personal photo collection",
|
||||
"devices": [
|
||||
"/dev/sda",
|
||||
@@ -42,11 +39,7 @@
|
||||
"working_dir": "/data/photoprism"
|
||||
},
|
||||
"homeassistant": "0.92.0b2",
|
||||
"map": [
|
||||
"media:rw",
|
||||
"share:rw",
|
||||
"config:rw"
|
||||
],
|
||||
"map": ["media:rw", "share:rw", "config:rw"],
|
||||
"name": "Photoprism",
|
||||
"options": {
|
||||
"BACKUP_PATH": "/share/photoprism/backup",
|
||||
@@ -66,10 +59,7 @@
|
||||
"ports_description": {
|
||||
"2342/tcp": "Web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"BACKUP_PATH": "str",
|
||||
"CONFIG_LOCATION": "str",
|
||||
@@ -83,12 +73,11 @@
|
||||
"localdisks": "str?",
|
||||
"networkdisks": "str?"
|
||||
},
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"services": ["mysql:want"],
|
||||
"slug": "photoprism",
|
||||
"upstream": "220302-impish",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons-test",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "220302-impish",
|
||||
"webui": "http://[HOST]:[PORT:2342]"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/piwigo:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/piwigo:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/piwigo:arm32v7-latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "Piwigo is a photo gallery software for the web",
|
||||
"devices": [
|
||||
@@ -41,11 +37,7 @@
|
||||
"environment": {
|
||||
"PWG_LOCAL_DIR": "/data"
|
||||
},
|
||||
"map": [
|
||||
"media:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["media:rw", "share:rw", "ssl"],
|
||||
"name": "Piwigo",
|
||||
"options": {
|
||||
"PGID": 1000,
|
||||
@@ -57,10 +49,7 @@
|
||||
"ports_description": {
|
||||
"80/tcp": "Web UI port"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -75,6 +64,7 @@
|
||||
"startup": "services",
|
||||
"upstream": "12.2.0",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "12.2.0",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/plex:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/plex:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/plex:arm32v7-latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "Plex organizes video, music and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices.",
|
||||
"devices": [
|
||||
@@ -52,14 +48,11 @@
|
||||
"environment": {
|
||||
"PGID": "0",
|
||||
"PUID": "0",
|
||||
"VERSION": "docker"
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "docker"
|
||||
},
|
||||
"host_network": true,
|
||||
"map": [
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["share:rw", "media:rw", "ssl"],
|
||||
"name": "Plex NAS",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -95,10 +88,7 @@
|
||||
"33443/tcp": "WebTools",
|
||||
"8324/tcp": "Plex for Roku via Plex Companion"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -115,6 +105,7 @@
|
||||
"startup": "services",
|
||||
"upstream": "1.25.7.5604-980a13e02-ls106",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "1.25.7.5604-980a13e02-ls106",
|
||||
"video": true,
|
||||
"webui": "http://[HOST]:[PORT:32400]/web"
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/plex-meta-manager:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/plex-meta-manager:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/plex-meta-manager:arm32v7-latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,28 +1,19 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "Python script to update metadata information for movies, shows, and collections as well as automatically build collections",
|
||||
"devices": [],
|
||||
"environment": {},
|
||||
"image": "ghcr.io/alexbelgium/plex-media-manager-{arch}",
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"map": ["config:rw"],
|
||||
"name": "Plex meta manager",
|
||||
"options": {
|
||||
"PGID": 1000,
|
||||
"PMM_CONFIG": "/config/addons_config/plex-data-manager/config.yml",
|
||||
"PUID": 1000
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PMM_CONFIG": "str",
|
||||
@@ -36,5 +27,6 @@
|
||||
"slug": "plex-meta-manager",
|
||||
"upstream": "v1.16.2-ls7",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/plex_meta_manager",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "v1.16.2-ls7"
|
||||
}
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
"armv7": "ghcr.io/hassio-addons/base/armv7:stable"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,14 +1,7 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"backup_exclude": [
|
||||
"backups",
|
||||
"docker_config/cli-plugins"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"backup_exclude": ["backups", "docker_config/cli-plugins"],
|
||||
|
||||
"description": "Manage your Docker environment with ease",
|
||||
"docker_api": true,
|
||||
"hassio_api": true,
|
||||
@@ -16,10 +9,7 @@
|
||||
"ingress_port": 1337,
|
||||
"ingress_stream": true,
|
||||
"init": false,
|
||||
"map": [
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["share:rw", "ssl"],
|
||||
"name": "Portainer",
|
||||
"options": {
|
||||
"certfile": "fullchain.pem",
|
||||
@@ -46,6 +36,7 @@
|
||||
"startup": "services",
|
||||
"upstream": "2.11.1",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "2.11.1-2",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:9099]"
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ server {
|
||||
include /etc/nginx/includes/server_params.conf;
|
||||
include /etc/nginx/includes/proxy_params.conf;
|
||||
client_max_body_size 0;
|
||||
|
||||
|
||||
location / {
|
||||
proxy_pass {{ .protocol }}://backend/;
|
||||
resolver 127.0.0.11 valid=180s;
|
||||
@@ -13,7 +13,7 @@ server {
|
||||
proxy_send_timeout 30m;
|
||||
proxy_read_timeout 30m;
|
||||
}
|
||||
|
||||
|
||||
location /api/websocket/ {
|
||||
proxy_pass {{ .protocol }}://backend/api/websocket/;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
@@ -22,5 +22,9 @@ server {
|
||||
proxy_connect_timeout 30m;
|
||||
proxy_send_timeout 30m;
|
||||
proxy_read_timeout 30m;
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/prowlarr:arm64v8-nightly",
|
||||
"amd64": "lscr.io/linuxserver/prowlarr:amd64-nightly",
|
||||
"armv7": "lscr.io/linuxserver/prowlarr:arm32v7-nightly"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,22 +1,13 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "Torrent Trackers and Usenet Indexers offering complete management ofSonarr, Radarr, Lidarr, and Readarr indexers with no per app setup required",
|
||||
"environment": {
|
||||
"PGID": "0",
|
||||
"PUID": "0"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
||||
"name": "Prowlarr NAS",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -31,10 +22,7 @@
|
||||
"ports_description": {
|
||||
"9696/tcp": "web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -48,6 +36,7 @@
|
||||
"startup": "services",
|
||||
"upstream": "nightly-0.2.0.1600-ls298",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "nightly-0.2.0.1600-ls298",
|
||||
"webui": "http://[HOST]:[PORT:9696]"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/qbittorrent:arm64v8",
|
||||
"amd64": "lscr.io/linuxserver/qbittorrent:amd64",
|
||||
"armv7": "lscr.io/linuxserver/qbittorrent:arm32v7"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"description": "qBittorrent is a bittorrent client",
|
||||
"devices": [
|
||||
"/dev/net/tun",
|
||||
@@ -49,12 +45,7 @@
|
||||
"homeassistant_api": true,
|
||||
"ingress": true,
|
||||
"ingress_port": 8099,
|
||||
"map": [
|
||||
"media:rw",
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["media:rw", "config:rw", "share:rw", "ssl"],
|
||||
"name": "Qbittorrent",
|
||||
"options": {
|
||||
"DNS_server": "8.8.8.8,1.1.1.1",
|
||||
@@ -79,11 +70,7 @@
|
||||
"6881/udp": "Peer port",
|
||||
"8080/tcp": "Web UI port (nor required for Ingress)"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH",
|
||||
"NET_ADMIN"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"],
|
||||
"schema": {
|
||||
"DNS_server": "str?",
|
||||
"PGID": "int?",
|
||||
@@ -111,6 +98,7 @@
|
||||
"slug": "qbittorrent",
|
||||
"upstream": "release-4.4.1-ls173",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "release-4.4.1-ls173-9",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/radarr:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/radarr:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/radarr:arm32v7-latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "A fork of Sonarr to work with movies like Couchpotato",
|
||||
"devices": [
|
||||
@@ -43,12 +39,7 @@
|
||||
"PGID": "0",
|
||||
"PUID": "0"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
||||
"name": "Radarr NAS",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -63,10 +54,7 @@
|
||||
"ports_description": {
|
||||
"7878/tcp": "web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -81,6 +69,7 @@
|
||||
"startup": "services",
|
||||
"upstream": "4.0.5.5981",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/radarr",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "4.0.5.5981",
|
||||
"webui": "http://[HOST]:[PORT:7878]"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/readarr:arm64v8-nightly",
|
||||
"amd64": "lscr.io/linuxserver/readarr:amd64-nightly",
|
||||
"armv7": "lscr.io/linuxserver/readarr:arm32v7-nightly"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "Book Manager and Automation",
|
||||
"devices": [
|
||||
@@ -43,12 +39,7 @@
|
||||
"PGID": "0",
|
||||
"PUID": "0"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"config:rw"
|
||||
],
|
||||
"map": ["config:rw", "share:rw", "media:rw", "config:rw"],
|
||||
"name": "Readarr NAS",
|
||||
"options": {
|
||||
"CONFIG_LOCATION": "/config/readarr",
|
||||
@@ -61,10 +52,7 @@
|
||||
"ports_description": {
|
||||
"8787/tcp": "web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"CONFIG_LOCATION": "str",
|
||||
"PGID": "int",
|
||||
@@ -79,6 +67,7 @@
|
||||
"startup": "services",
|
||||
"upstream": "nightly-0.1.1.1281-ls103",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/readarr",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "nightly-0.1.1.1281-ls103",
|
||||
"webui": "http://[HOST]:[PORT:8787]"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/requestrr:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/requestrr:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/requestrr:arm32v7-latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "Chatbot used to simplify using services like Sonarr/Radarr/Ombi via the use of chat",
|
||||
"environment": {
|
||||
@@ -22,10 +18,7 @@
|
||||
"ports_description": {
|
||||
"4545/tcp": "web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -34,6 +27,7 @@
|
||||
"slug": "requestrr",
|
||||
"upstream": "2.1.1",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "2.1.1",
|
||||
"webui": "http://[HOST]:[PORT:4545]"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/resilio-sync:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/resilio-sync:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/resilio-sync:arm32v7-latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "Self-hosted file share and collaboration platform on the web",
|
||||
"devices": [
|
||||
@@ -40,10 +36,7 @@
|
||||
"/dev/nvme2"
|
||||
],
|
||||
"environment": {},
|
||||
"map": [
|
||||
"share:rw",
|
||||
"config:rw"
|
||||
],
|
||||
"map": ["share:rw", "config:rw"],
|
||||
"name": "ResilioSync",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -57,11 +50,7 @@
|
||||
"55555/tcp": "Sync Port",
|
||||
"8888/tcp": "Web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH",
|
||||
"NET_ADMIN"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -75,6 +64,7 @@
|
||||
"slug": "resiliosync",
|
||||
"upstream": "2.7.2.1375",
|
||||
"url": "https://github.com/tyjtyj/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "2.7.2.1375-6",
|
||||
"webui": "http://[HOST]:[PORT:8888]"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/scrutiny:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/scrutiny:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/scrutiny:arm32v7-latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"apparmor": "true",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring",
|
||||
"devices": [
|
||||
@@ -66,11 +62,7 @@
|
||||
"ports_description": {
|
||||
"8080/tcp": "Web UI port"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"SYS_RAWIO",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "SYS_RAWIO", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -85,5 +77,6 @@
|
||||
"udev": "true",
|
||||
"upstream": "0.3.13",
|
||||
"url": "https://github.com/AnalogJ/scrutiny",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "0.3.13-7"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/scrutiny:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/scrutiny:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/scrutiny:arm32v7-latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"apparmor": "true",
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring (Full Access)",
|
||||
"environment": {
|
||||
@@ -32,11 +28,7 @@
|
||||
"ports_description": {
|
||||
"8080/tcp": "Web UI port"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"SYS_RAWIO",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "SYS_RAWIO", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -50,5 +42,6 @@
|
||||
"startup": "services",
|
||||
"upstream": "0.3.13",
|
||||
"url": "https://github.com/AnalogJ/scrutiny",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "0.3.13-16"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/sonarr:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/sonarr:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/sonarr:arm32v7-latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "Can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them. ",
|
||||
"devices": [
|
||||
@@ -43,12 +39,7 @@
|
||||
"PGID": "0",
|
||||
"PUID": "0"
|
||||
},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
||||
"name": "Sonarr NAS",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -63,10 +54,7 @@
|
||||
"ports_description": {
|
||||
"8989/tcp": "web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -81,6 +69,7 @@
|
||||
"startup": "services",
|
||||
"upstream": "3.0.7.1477",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/sonarr",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "3.0.7.1477",
|
||||
"webui": "http://[HOST]:[PORT:8989]"
|
||||
}
|
||||
|
||||
@@ -1,21 +1,13 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
|
||||
"description": "Spotweb is a decentralized usenet community based on the Spotnet protocol",
|
||||
"hassio_api": true,
|
||||
"image": "ghcr.io/alexbelgium/spotweb-{arch}",
|
||||
"ingress": true,
|
||||
"ingress_port": 8099,
|
||||
"init": false,
|
||||
"map": [
|
||||
"ssl",
|
||||
"config:rw",
|
||||
"backup:rw"
|
||||
],
|
||||
"map": ["ssl", "config:rw", "backup:rw"],
|
||||
"name": "Spotweb",
|
||||
"options": {
|
||||
"certfile": "fullchain.pem",
|
||||
@@ -41,12 +33,11 @@
|
||||
"remote_mysql_username": "str?",
|
||||
"ssl": "bool"
|
||||
},
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"services": ["mysql:want"],
|
||||
"slug": "spotweb",
|
||||
"startup": "services",
|
||||
"upstream": "1.5.1",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/spotweb",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "1.5.1-6"
|
||||
}
|
||||
|
||||
@@ -33,5 +33,8 @@ server {
|
||||
allow 172.30.32.2;
|
||||
deny all;
|
||||
proxy_pass http://127.0.0.1:80;
|
||||
}
|
||||
}
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -40,5 +40,8 @@ server {
|
||||
location ~ /\. {
|
||||
log_not_found off;
|
||||
deny all;
|
||||
}
|
||||
}
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "vabene1111/recipes:latest",
|
||||
"amd64": "vabene1111/recipes:latest",
|
||||
"armv7": "vabene1111/recipes:latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "recipe manager",
|
||||
"environment": {
|
||||
@@ -11,9 +7,7 @@
|
||||
"DEBUG": "0",
|
||||
"POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db"
|
||||
},
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"map": ["config:rw"],
|
||||
"name": "Tandoor recipes",
|
||||
"options": {
|
||||
"ALLOWED_HOSTS": "",
|
||||
@@ -36,12 +30,11 @@
|
||||
"POSTGRES_USER": "str?",
|
||||
"SECRET_KEY": "str"
|
||||
},
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"services": ["mysql:want"],
|
||||
"slug": "tandoor_recipes",
|
||||
"upstream": "1.1.4",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "1.1.4",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "ertagh/teamspeak3-server:latest-predownloaded",
|
||||
"amd64": "mbentley/teamspeak:latest",
|
||||
"armv7": "ertagh/teamspeak3-server:latest-predownloaded"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"description": "voice communication for online gaming, education and training",
|
||||
"environment": {
|
||||
"DIST_UPDATE": "1",
|
||||
@@ -13,9 +9,7 @@
|
||||
"TS3SERVER_LICENSE": "accept",
|
||||
"TS_UPDATE": "1"
|
||||
},
|
||||
"map": [
|
||||
"share:rw"
|
||||
],
|
||||
"map": ["share:rw"],
|
||||
"name": "Teamspeak server",
|
||||
"ports": {
|
||||
"10011/tcp": "10011",
|
||||
@@ -32,5 +26,6 @@
|
||||
"slug": "teamspeak",
|
||||
"upstream": "3.13.6",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "3.13.6"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/transmission:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/transmission:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/transmission:arm32v7-latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "Bittorrent client based on linuxserver image",
|
||||
"devices": [
|
||||
@@ -41,12 +37,7 @@
|
||||
"/dev/nvme2"
|
||||
],
|
||||
"environment": {},
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
||||
"name": "Transmission NAS",
|
||||
"options": {
|
||||
"DNS_server": "8.8.8.8,1.1.1.1",
|
||||
@@ -66,10 +57,7 @@
|
||||
"51413/udp": "Peer port (setup router port forwarding to this port)",
|
||||
"9091/tcp": "Web UI port (required)"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"DNS_server": "str?",
|
||||
"PGID": "int",
|
||||
@@ -91,6 +79,7 @@
|
||||
"startup": "services",
|
||||
"upstream": "3.00-r5-ls116",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "3.00-r5-ls116",
|
||||
"webui": "http://[HOST]:[PORT:9091]"
|
||||
}
|
||||
|
||||
@@ -3,5 +3,8 @@
|
||||
"aarch64": "lscr.io/linuxserver/ubooquity:arm64v8-latest",
|
||||
"amd64": "lscr.io/linuxserver/ubooquity:amd64-latest",
|
||||
"armv7": "lscr.io/linuxserver/ubooquity:arm32v7-latest"
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"description": "Free, lightweight and easy-to-use home server for your comics and ebooks",
|
||||
"devices": [
|
||||
@@ -40,12 +36,7 @@
|
||||
"/dev/nvme2"
|
||||
],
|
||||
"environment": {},
|
||||
"map": [
|
||||
"media:rw",
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["media:rw", "config:rw", "share:rw", "ssl"],
|
||||
"name": "Ubooquity",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -64,10 +55,7 @@
|
||||
"2205/tcp": "Library page (to expose)",
|
||||
"2206/tcp": "Admin page (local)"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
@@ -87,6 +75,7 @@
|
||||
"startup": "services",
|
||||
"upstream": "2.1.2",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "2.1.2-8",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:2206]/ubooquity/admin"
|
||||
}
|
||||
|
||||
@@ -1,11 +1,15 @@
|
||||
server {
|
||||
listen %%interface%%:%%port%% default_server;
|
||||
include /etc/nginx/includes/server_params.conf;
|
||||
include /etc/nginx/includes/proxy_params.conf;
|
||||
include /etc/nginx/includes/proxy_params.conf;
|
||||
client_max_body_size 0;
|
||||
|
||||
location / {
|
||||
set $upstream_port 2202;
|
||||
proxy_pass http://127.0.0.1:$upstream_port;
|
||||
}
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
server {
|
||||
listen %%interface%%:2205 default_server;
|
||||
include /etc/nginx/includes/server_params.conf;
|
||||
include /etc/nginx/includes/proxy_params.conf;
|
||||
include /etc/nginx/includes/proxy_params.conf;
|
||||
client_max_body_size 0;
|
||||
location / {
|
||||
set $upstream_port 2202;
|
||||
@@ -11,13 +11,13 @@ server {
|
||||
set $upstream_port 2202;
|
||||
proxy_pass http://127.0.0.1:$upstream_port;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
server {
|
||||
listen %%interface%%:2206 default_server;
|
||||
include /etc/nginx/includes/server_params.conf;
|
||||
include /etc/nginx/includes/proxy_params.conf;
|
||||
include /etc/nginx/includes/proxy_params.conf;
|
||||
client_max_body_size 0;
|
||||
location /ubooquity/admin {
|
||||
set $upstream_port 2203;
|
||||
@@ -32,5 +32,9 @@ server {
|
||||
location /ubooquity/admin-api {
|
||||
set $upstream_port 2203;
|
||||
proxy_pass http://127.0.0.1:$upstream_port;
|
||||
}
|
||||
},
|
||||
"codenotary": {
|
||||
"signer": "alexandrep.github@gmail.com"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -1,12 +1,8 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"boot": "auto",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
|
||||
"description": "Full linux desktop environment accessible via any modern web browser",
|
||||
"devices": [
|
||||
"/dev/fuse",
|
||||
@@ -65,11 +61,7 @@
|
||||
"host_dbus": true,
|
||||
"image": "ghcr.io/alexbelgium/webtop-kde-{arch}",
|
||||
"ingress": true,
|
||||
"map": [
|
||||
"media:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["media:rw", "share:rw", "ssl"],
|
||||
"name": "Webtop Alpine KDE",
|
||||
"options": {
|
||||
"DNS_server": "8.8.8.8",
|
||||
@@ -85,11 +77,7 @@
|
||||
"ports_description": {
|
||||
"3000/tcp": "web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH",
|
||||
"NET_ADMIN"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"],
|
||||
"schema": {
|
||||
"DNS_server": "str?",
|
||||
"KEYBOARD": "list(da-dk-qwerty|de-de-qwertz|en-gb-qwerty|en-us-qwerty|es-es-qwerty|fr-ch-qwertz|fr-fr-azerty|it-it-qwerty|ja-jp-qwerty|pt-br-qwerty|sv-se-qwerty|tr-tr-qwerty)?",
|
||||
@@ -111,6 +99,7 @@
|
||||
"udev": true,
|
||||
"upstream": "4.16-r0-ls48",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"version": "4.16-r0-ls48",
|
||||
"video": true,
|
||||
"webui": "http://[HOST]:[PORT:3000]"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user