mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
GitHub bot: fix linting issues (nobuild)
This commit is contained in:
0
.templates/00-global_var.sh
Executable file → Normal file
0
.templates/00-global_var.sh
Executable file → Normal file
0
.templates/01-config_yaml.sh
Executable file → Normal file
0
.templates/01-config_yaml.sh
Executable file → Normal file
0
.templates/01-custom_script.sh
Executable file → Normal file
0
.templates/01-custom_script.sh
Executable file → Normal file
0
.templates/ha_automatic_packages.sh
Executable file → Normal file
0
.templates/ha_automatic_packages.sh
Executable file → Normal file
0
addons_updater/rootfs/etc/cont-init.d/99-run.sh
Executable file → Normal file
0
addons_updater/rootfs/etc/cont-init.d/99-run.sh
Executable file → Normal file
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"audio": true,
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Realtime BirdNET soundscape analyzer",
|
||||
@@ -77,11 +74,7 @@
|
||||
"ingress": true,
|
||||
"ingress_stream": true,
|
||||
"init": false,
|
||||
"map": [
|
||||
"addon_config:rw",
|
||||
"media:rw",
|
||||
"share:rw"
|
||||
],
|
||||
"map": ["addon_config:rw", "media:rw", "share:rw"],
|
||||
"name": "Birdnet-go",
|
||||
"options": {
|
||||
"BIRDSONGS_FOLDER": "/config/clips"
|
||||
@@ -94,10 +87,7 @@
|
||||
"ports_description": {
|
||||
"8080/tcp": "Web ui"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"ALSA_CARD": "int?",
|
||||
"BIRDSONGS_FOLDER": "str?",
|
||||
@@ -108,10 +98,7 @@
|
||||
"localdisks": "str?",
|
||||
"networkdisks": "str?"
|
||||
},
|
||||
"services": [
|
||||
"mysql:want",
|
||||
"mqtt:want"
|
||||
],
|
||||
"services": ["mysql:want", "mqtt:want"],
|
||||
"slug": "birdnet-go",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/birdnet-go",
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"audio": true,
|
||||
"backup": "cold",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
@@ -64,12 +61,7 @@
|
||||
"image": "ghcr.io/alexbelgium/birdnet-pi-{arch}",
|
||||
"ingress": true,
|
||||
"init": false,
|
||||
"map": [
|
||||
"addon_config:rw",
|
||||
"media:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["addon_config:rw", "media:rw", "share:rw", "ssl"],
|
||||
"name": "BirdNET-pi",
|
||||
"options": {
|
||||
"BIRDSONGS_FOLDER": "/config/BirdSongs",
|
||||
@@ -90,10 +82,7 @@
|
||||
"80/tcp": "Optional : set to 80 to use caddy's automatic ssl",
|
||||
"8081/tcp": "Web ui"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"BIRDSONGS_FOLDER": "str?",
|
||||
"LIVESTREAM_BOOT_ENABLED": "bool",
|
||||
@@ -113,9 +102,7 @@
|
||||
"pi_password": "password",
|
||||
"ssl": "bool"
|
||||
},
|
||||
"services": [
|
||||
"mqtt:want"
|
||||
],
|
||||
"services": ["mqtt:want"],
|
||||
"slug": "birdnet-pi",
|
||||
"tmpfs": true,
|
||||
"udev": true,
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Chromium as a service container",
|
||||
"devices": [
|
||||
@@ -73,9 +70,7 @@
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/browserless_chrome-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"addon_config:rw"
|
||||
],
|
||||
"map": ["addon_config:rw"],
|
||||
"name": "Browserless Chromium",
|
||||
"options": {
|
||||
"TIMEOUT": "60000"
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"description": "e-book manager",
|
||||
"devices": [
|
||||
"/dev/dri",
|
||||
@@ -103,11 +100,7 @@
|
||||
"8081/tcp": "Calibre webserver gui, to be enabled within the desktop gui",
|
||||
"9090/tcp": "Calibre wireless connection, to be enabled within the desktop gui"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH",
|
||||
"NET_ADMIN"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN"],
|
||||
"schema": {
|
||||
"CLI_ARGS": "str?",
|
||||
"PASSWORD": "str?",
|
||||
|
||||
0
calibre_web/rootfs/etc/services.d/nginx/run
Executable file → Normal file
0
calibre_web/rootfs/etc/services.d/nginx/run
Executable file → Normal file
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "web page monitoring, notification and change detection",
|
||||
"environment": {
|
||||
@@ -11,9 +8,7 @@
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/changedetection.io-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"map": ["config:rw"],
|
||||
"name": "Changedetection.io",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Cloud Commander a file manager for the web with console and editor",
|
||||
"devices": [
|
||||
@@ -91,10 +88,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?",
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Web based comic archive browser and reader",
|
||||
"devices": [
|
||||
@@ -69,11 +66,7 @@
|
||||
"image": "ghcr.io/alexbelgium/codex-{arch}",
|
||||
"ingress": true,
|
||||
"ingress_stream": true,
|
||||
"map": [
|
||||
"addon_config:rw",
|
||||
"media:rw",
|
||||
"share:rw"
|
||||
],
|
||||
"map": ["addon_config:rw", "media:rw", "share:rw"],
|
||||
"name": "Codex",
|
||||
"options": {
|
||||
"PGID": "0",
|
||||
@@ -88,10 +81,7 @@
|
||||
"ports_description": {
|
||||
"9810/tcp": "Web UI port"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"CODEX_RESET_ADMIN": "int?",
|
||||
"CODEX_SKIP_INTEGRITY_CHECK": "int?",
|
||||
|
||||
0
emby/rootfs/etc/services.d/nginx/run
Executable file → Normal file
0
emby/rootfs/etc/services.d/nginx/run
Executable file → Normal file
@@ -1,13 +1,6 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"backup_exclude": [
|
||||
"*/cache/",
|
||||
"*/transcoding-temp/",
|
||||
"*/logs/*"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"backup_exclude": ["*/cache/", "*/transcoding-temp/", "*/logs/*"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "A free Software Media System that puts you in control of managing and streaming your media (beta version)",
|
||||
"devices": [
|
||||
@@ -109,10 +102,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",
|
||||
|
||||
0
emby_beta/rootfs/etc/services.d/nginx/run
Executable file → Normal file
0
emby_beta/rootfs/etc/services.d/nginx/run
Executable file → Normal file
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"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": [
|
||||
@@ -109,10 +105,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?",
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "A free and open source personal finance manager",
|
||||
"devices": [
|
||||
@@ -73,10 +70,7 @@
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/fireflyiii-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw"
|
||||
],
|
||||
"map": ["config:rw", "share:rw"],
|
||||
"name": "Firefly iii",
|
||||
"options": {
|
||||
"APP_KEY": "CHANGEME_32_CHARS_EuC5dfn3LAPzeO",
|
||||
@@ -104,9 +98,7 @@
|
||||
"Updates": "list(|hourly|daily|weekly)?",
|
||||
"silent": "bool?"
|
||||
},
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"services": ["mysql:want"],
|
||||
"slug": "fireflyiii",
|
||||
"startup": "services",
|
||||
"udev": true,
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Data importer for Firefly III (separate addon)",
|
||||
"devices": [
|
||||
@@ -73,12 +70,7 @@
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/fireflyiii_data_importer-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"addon_config:rw",
|
||||
"homeassistant_config:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["addon_config:rw", "homeassistant_config:rw", "share:rw", "ssl"],
|
||||
"name": "Firefly iii Data Importer",
|
||||
"options": {
|
||||
"CONFIG_LOCATION": "/config"
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Proxy server to bypass Cloudflare protection",
|
||||
"devices": [
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "FlexGet is a multipurpose automation tool for all of your media",
|
||||
"devices": [
|
||||
@@ -74,11 +71,7 @@
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/flexget-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"share:rw",
|
||||
"config:rw",
|
||||
"media"
|
||||
],
|
||||
"map": ["share:rw", "config:rw", "media"],
|
||||
"name": "Flexget",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Gitea for Home Assistant",
|
||||
"devices": [
|
||||
@@ -70,11 +67,7 @@
|
||||
],
|
||||
"image": "ghcr.io/alexbelgium/gitea-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"addon_config:rw",
|
||||
"share:rw",
|
||||
"ssl:rw"
|
||||
],
|
||||
"map": ["addon_config:rw", "share:rw", "ssl:rw"],
|
||||
"name": "Gitea",
|
||||
"options": {
|
||||
"APP_NAME": "Gitea for Homeassistant",
|
||||
|
||||
0
guacamole/rootfs/etc/services.d/nginx/run
Executable file → Normal file
0
guacamole/rootfs/etc/services.d/nginx/run
Executable file → Normal file
@@ -1,11 +1,6 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"backup_exclude": [
|
||||
"**/machine-learning/*"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"backup_exclude": ["**/machine-learning/*"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Self-hosted photo and video backup solution directly from your mobile phone",
|
||||
"devices": [
|
||||
@@ -116,10 +111,7 @@
|
||||
"ports_description": {
|
||||
"8080/tcp": "Web UI port"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"DB_DATABASE_NAME": "str",
|
||||
"DB_HOSTNAME": "str",
|
||||
@@ -140,9 +132,7 @@
|
||||
"localdisks": "str?",
|
||||
"networkdisks": "str?"
|
||||
},
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"services": ["mysql:want"],
|
||||
"slug": "immich",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
|
||||
@@ -1,11 +1,6 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"backup_exclude": [
|
||||
"**/machine-learning/*"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"backup_exclude": ["**/machine-learning/*"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Self-hosted photo and video backup solution directly from your mobile phone",
|
||||
"devices": [
|
||||
@@ -116,10 +111,7 @@
|
||||
"ports_description": {
|
||||
"8080/tcp": "Web UI port"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"DB_DATABASE_NAME": "str",
|
||||
"DB_HOSTNAME": "str",
|
||||
@@ -140,9 +132,7 @@
|
||||
"localdisks": "str?",
|
||||
"networkdisks": "str?"
|
||||
},
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"services": ["mysql:want"],
|
||||
"slug": "immich_cuda",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
|
||||
@@ -1,16 +1,11 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Display your immich gallery as a digital photo frame",
|
||||
"hassio_api": true,
|
||||
"image": "ghcr.io/alexbelgium/immich_frame-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"addon_config:rw"
|
||||
],
|
||||
"map": ["addon_config:rw"],
|
||||
"name": "Immich Frame",
|
||||
"ports": {
|
||||
"8080/tcp": 8171
|
||||
|
||||
@@ -1,11 +1,6 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"backup_exclude": [
|
||||
"**/machine-learning/*"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"backup_exclude": ["**/machine-learning/*"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Self-hosted photo and video backup solution directly from your mobile phone",
|
||||
"devices": [
|
||||
@@ -116,10 +111,7 @@
|
||||
"ports_description": {
|
||||
"8080/tcp": "Web UI port"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"DB_DATABASE_NAME": "str",
|
||||
"DB_HOSTNAME": "str",
|
||||
@@ -140,9 +132,7 @@
|
||||
"localdisks": "str?",
|
||||
"networkdisks": "str?"
|
||||
},
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"services": ["mysql:want"],
|
||||
"slug": "immich_noml",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
|
||||
@@ -1,11 +1,6 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"backup_exclude": [
|
||||
"**/machine-learning/*"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"backup_exclude": ["**/machine-learning/*"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Self-hosted photo and video backup solution directly from your mobile phone",
|
||||
"devices": [
|
||||
@@ -116,10 +111,7 @@
|
||||
"ports_description": {
|
||||
"8080/tcp": "Web UI port"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"DB_DATABASE_NAME": "str",
|
||||
"DB_HOSTNAME": "str",
|
||||
@@ -140,9 +132,7 @@
|
||||
"localdisks": "str?",
|
||||
"networkdisks": "str?"
|
||||
},
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"services": ["mysql:want"],
|
||||
"slug": "immich_openvino",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"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",
|
||||
"devices": [
|
||||
@@ -75,12 +71,7 @@
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/jackett_nas-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
||||
"name": "Jackett NAS",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -94,10 +85,7 @@
|
||||
"8889/tcp": "Alternative port",
|
||||
"9117/tcp": "Web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
|
||||
0
jellyfin/rootfs/etc/services.d/nginx/run
Executable file → Normal file
0
jellyfin/rootfs/etc/services.d/nginx/run
Executable file → Normal file
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Fork of overseerr for jellyfin support",
|
||||
"devices": [
|
||||
@@ -72,9 +69,7 @@
|
||||
"host_network": true,
|
||||
"image": "ghcr.io/alexbelgium/jellyseerr-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"config:rw"
|
||||
],
|
||||
"map": ["config:rw"],
|
||||
"name": "Jellyseerr",
|
||||
"options": {
|
||||
"TYPE": "emby",
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "collaborative bookmark manager to collect, organize, and preserve webpages and articles",
|
||||
"environment": {
|
||||
@@ -19,9 +16,7 @@
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/linkwarden-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"addon_config:rw"
|
||||
],
|
||||
"map": ["addon_config:rw"],
|
||||
"name": "Linkwarden",
|
||||
"ports": {
|
||||
"3000/tcp": 3000
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Mealie is a self hosted recipe manager and meal planner built in Vue",
|
||||
"devices": [
|
||||
@@ -68,9 +65,7 @@
|
||||
"/dev/nvme1",
|
||||
"/dev/nvme2"
|
||||
],
|
||||
"discovery": [
|
||||
"mealie"
|
||||
],
|
||||
"discovery": ["mealie"],
|
||||
"environment": {
|
||||
"BASE_SUBPATH": "/mealie/",
|
||||
"DATA_DIR": "/config",
|
||||
@@ -82,12 +77,7 @@
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/mealie-{arch}",
|
||||
"ingress": true,
|
||||
"map": [
|
||||
"addon_config:rw",
|
||||
"homeassistant_config:rw",
|
||||
"share:rw",
|
||||
"ssl:rw"
|
||||
],
|
||||
"map": ["addon_config:rw", "homeassistant_config:rw", "share:rw", "ssl:rw"],
|
||||
"name": "Mealie",
|
||||
"options": {
|
||||
"ALLOW_SIGNUP": true,
|
||||
|
||||
@@ -1,21 +1,11 @@
|
||||
{
|
||||
"arch": [
|
||||
"amd64",
|
||||
"aarch64"
|
||||
],
|
||||
"backup_exclude": [
|
||||
"**/cache/**"
|
||||
],
|
||||
"arch": ["amd64", "aarch64"],
|
||||
"backup_exclude": ["**/cache/**"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Navidrome for Home Assistant",
|
||||
"image": "ghcr.io/alexbelgium/navidrome-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"addon_config:rw",
|
||||
"media",
|
||||
"share:rw",
|
||||
"ssl:rw"
|
||||
],
|
||||
"map": ["addon_config:rw", "media", "share:rw", "ssl:rw"],
|
||||
"name": "Navidrome",
|
||||
"options": {
|
||||
"base_url": "/",
|
||||
|
||||
0
navidrome/rootfs/etc/cont-init.d/99-run.sh
Executable file → Normal file
0
navidrome/rootfs/etc/cont-init.d/99-run.sh
Executable file → Normal file
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "🖧🔍 WIFI / LAN scanner, intruder, and presence detector",
|
||||
"environment": {
|
||||
@@ -19,12 +15,7 @@
|
||||
"ingress_port": 0,
|
||||
"ingress_stream": true,
|
||||
"init": false,
|
||||
"map": [
|
||||
"addon_config:rw",
|
||||
"media:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["addon_config:rw", "media:rw", "share:rw", "ssl"],
|
||||
"name": "NetAlertX",
|
||||
"panel_icon": "mdi:wifi-check",
|
||||
"ports": {
|
||||
@@ -35,19 +26,12 @@
|
||||
"20211/tcp": "WebUI port",
|
||||
"20212/tcp": "GraphQL port"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH",
|
||||
"NET_ADMIN",
|
||||
"NET_RAW"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN", "NET_RAW"],
|
||||
"schema": {
|
||||
"APP_CONF_OVERRIDE": "str?",
|
||||
"TZ": "str?"
|
||||
},
|
||||
"services": [
|
||||
"mqtt:want"
|
||||
],
|
||||
"services": ["mqtt:want"],
|
||||
"slug": "netalertx",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "🖧🔍 WIFI / LAN scanner, intruder, and presence detector",
|
||||
"environment": {
|
||||
@@ -20,12 +16,7 @@
|
||||
"ingress_port": 0,
|
||||
"ingress_stream": true,
|
||||
"init": false,
|
||||
"map": [
|
||||
"addon_config:rw",
|
||||
"media:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["addon_config:rw", "media:rw", "share:rw", "ssl"],
|
||||
"name": "NetAlertX Full Access",
|
||||
"panel_icon": "mdi:wifi-check",
|
||||
"ports": {
|
||||
@@ -36,19 +27,12 @@
|
||||
"20211/tcp": "WebUI port",
|
||||
"20212/tcp": "GraphQL port"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH",
|
||||
"NET_ADMIN",
|
||||
"NET_RAW"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH", "NET_ADMIN", "NET_RAW"],
|
||||
"schema": {
|
||||
"APP_CONF_OVERRIDE": "str?",
|
||||
"TZ": "str?"
|
||||
},
|
||||
"services": [
|
||||
"mqtt:want"
|
||||
],
|
||||
"services": ["mqtt:want"],
|
||||
"slug": "netalertx_fa",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Nextcloud for Homeassistant",
|
||||
"devices": [
|
||||
@@ -122,10 +119,7 @@
|
||||
"443/tcp": "Https Web Interface",
|
||||
"80/tcp": "Web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"Full_Text_Search": "bool?",
|
||||
"OCR": "bool?",
|
||||
@@ -152,9 +146,7 @@
|
||||
"trusted_domains": "str?",
|
||||
"use_own_certs": "bool"
|
||||
},
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"services": ["mysql:want"],
|
||||
"slug": "nextcloud_ocr",
|
||||
"uart": true,
|
||||
"udev": true,
|
||||
|
||||
0
nextcloud/rootfs/etc/services.d/cron/run
Executable file → Normal file
0
nextcloud/rootfs/etc/services.d/cron/run
Executable file → Normal file
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "usenet downloader",
|
||||
"devices": [
|
||||
@@ -76,12 +72,7 @@
|
||||
"image": "ghcr.io/alexbelgium/nzbget-{arch}",
|
||||
"ingress": true,
|
||||
"init": false,
|
||||
"map": [
|
||||
"addon_config:rw",
|
||||
"homeassistant_config:rw",
|
||||
"share:rw",
|
||||
"media:rw"
|
||||
],
|
||||
"map": ["addon_config:rw", "homeassistant_config:rw", "share:rw", "media:rw"],
|
||||
"name": "Nzbget",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -95,10 +86,7 @@
|
||||
"ports_description": {
|
||||
"6789/tcp": "web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
|
||||
0
nzbget/rootfs/etc/services.d/nginx/run
Executable file → Normal file
0
nzbget/rootfs/etc/services.d/nginx/run
Executable file → Normal file
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"amd64",
|
||||
"aarch64"
|
||||
],
|
||||
"arch": ["amd64", "aarch64"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Openproject for Home Assistant",
|
||||
"environment": {
|
||||
@@ -14,10 +11,7 @@
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/openproject-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"addon_config:rw",
|
||||
"share:rw"
|
||||
],
|
||||
"map": ["addon_config:rw", "share:rw"],
|
||||
"name": "Openproject",
|
||||
"options": {
|
||||
"OPENPROJECT_DEFAULT__LANGUAGE": "en",
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "A server-based application for browsing, organizing and sharing your personal photo collection",
|
||||
"devices": [
|
||||
@@ -79,12 +76,7 @@
|
||||
"image": "ghcr.io/alexbelgium/photoprism-{arch}",
|
||||
"ingress": true,
|
||||
"ingress_stream": true,
|
||||
"map": [
|
||||
"media:rw",
|
||||
"share:rw",
|
||||
"config:rw",
|
||||
"ssl:ro"
|
||||
],
|
||||
"map": ["media:rw", "share:rw", "config:rw", "ssl:ro"],
|
||||
"name": "Photoprism",
|
||||
"options": {
|
||||
"BACKUP_PATH": "/share/photoprism/backup",
|
||||
@@ -106,11 +98,7 @@
|
||||
"ports_description": {
|
||||
"2342/tcp": "Web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"SYS_RAWIO",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "SYS_RAWIO", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"BACKUP_PATH": "str",
|
||||
"CONFIG_LOCATION": "str",
|
||||
@@ -130,9 +118,7 @@
|
||||
"networkdisks": "str?",
|
||||
"ssl": "bool"
|
||||
},
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"services": ["mysql:want"],
|
||||
"slug": "photoprism",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"backup_exclude": [
|
||||
"**/Cache/**",
|
||||
"**/Plug-in Support/Caches/**",
|
||||
@@ -121,11 +117,7 @@
|
||||
"host_network": true,
|
||||
"image": "ghcr.io/alexbelgium/plex_nas-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["share:rw", "media:rw", "ssl"],
|
||||
"name": "Plex NAS",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -158,10 +150,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",
|
||||
|
||||
@@ -1,13 +1,6 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"backup_exclude": [
|
||||
"backups",
|
||||
"docker_config/cli-plugins"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"backup_exclude": ["backups", "docker_config/cli-plugins"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Manage your Docker environment with ease",
|
||||
"docker_api": true,
|
||||
@@ -17,11 +10,7 @@
|
||||
"ingress_port": 1337,
|
||||
"ingress_stream": true,
|
||||
"init": false,
|
||||
"map": [
|
||||
"addon_config:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["addon_config:rw", "share:rw", "ssl"],
|
||||
"name": "Portainer",
|
||||
"options": {
|
||||
"certfile": "fullchain.pem",
|
||||
|
||||
0
portainer/rootfs/etc/services.d/nginx/run
Executable file → Normal file
0
portainer/rootfs/etc/services.d/nginx/run
Executable file → Normal file
0
portainer/rootfs/etc/services.d/portainer/run
Executable file → Normal file
0
portainer/rootfs/etc/services.d/portainer/run
Executable file → Normal file
0
portainer_agent/rootfs/etc/services.d/portainer_agent/run
Executable file → Normal file
0
portainer_agent/rootfs/etc/services.d/portainer_agent/run
Executable file → Normal file
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"backup": "cold",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Postgres 15 with VectorChord support",
|
||||
@@ -15,11 +11,7 @@
|
||||
"hassio_role": "manager",
|
||||
"image": "ghcr.io/alexbelgium/postgres-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"addon_config:rw",
|
||||
"homeassistant_config:rw",
|
||||
"media:rw"
|
||||
],
|
||||
"map": ["addon_config:rw", "homeassistant_config:rw", "media:rw"],
|
||||
"name": "Postgres 15",
|
||||
"options": {
|
||||
"POSTGRES_PASSWORD": "homeassistant"
|
||||
|
||||
0
postgres_15/rootfs/etc/cont-init.d/99-run.sh
Executable file → Normal file
0
postgres_15/rootfs/etc/cont-init.d/99-run.sh
Executable file → Normal file
0
postgres_15/rootfs/usr/local/bin/healthcheck.sh
Executable file → Normal file
0
postgres_15/rootfs/usr/local/bin/healthcheck.sh
Executable file → Normal file
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"backup": "cold",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Postgres 17 with VectorChord support",
|
||||
@@ -14,11 +11,7 @@
|
||||
"hassio_role": "manager",
|
||||
"image": "ghcr.io/alexbelgium/postgres_17-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"addon_config:rw",
|
||||
"homeassistant_config:rw",
|
||||
"media:rw"
|
||||
],
|
||||
"map": ["addon_config:rw", "homeassistant_config:rw", "media:rw"],
|
||||
"name": "Postgres 17",
|
||||
"options": {
|
||||
"POSTGRES_PASSWORD": "homeassistant"
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Torrent Trackers and Usenet indexers offering complete management ofSonarr, Radarr, Lidarr, and Readarr indexers with no per app setup required",
|
||||
"devices": [
|
||||
@@ -74,12 +71,7 @@
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/prowlarr-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
||||
"name": "Prowlarr NAS",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -91,10 +83,7 @@
|
||||
"ports_description": {
|
||||
"9696/tcp": "web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Bittorrent client with optional vpn",
|
||||
"devices": [
|
||||
@@ -114,11 +111,7 @@
|
||||
"6882/udp": "Alternative peer port, do not change",
|
||||
"8080/tcp": "Web UI port (not 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?",
|
||||
|
||||
0
qbittorrent/rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh
Executable file → Normal file
0
qbittorrent/rootfs/etc/cont-init.d/91-qbittorrent_configuration.sh
Executable file → Normal file
0
qbittorrent/rootfs/etc/s6-overlay/s6-rc.d/svc-qbittorrent/run
Executable file → Normal file
0
qbittorrent/rootfs/etc/s6-overlay/s6-rc.d/svc-qbittorrent/run
Executable file → Normal file
0
qbittorrent/rootfs/etc/services.d/nginx/run
Executable file → Normal file
0
qbittorrent/rootfs/etc/services.d/nginx/run
Executable file → Normal file
0
qbittorrent/rootfs/etc/services.d/timer/run
Executable file → Normal file
0
qbittorrent/rootfs/etc/services.d/timer/run
Executable file → Normal file
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "A fork of Sonarr to work with movies like Couchpotato",
|
||||
"devices": [
|
||||
@@ -77,12 +73,7 @@
|
||||
"ingress": true,
|
||||
"ingress_entry": "radarr",
|
||||
"init": false,
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
||||
"name": "Radarr",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -97,10 +88,7 @@
|
||||
"ports_description": {
|
||||
"7878/tcp": "Web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
|
||||
0
radarr/rootfs/etc/services.d/nginx/run
Executable file → Normal file
0
radarr/rootfs/etc/services.d/nginx/run
Executable file → Normal file
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Book manager and automation",
|
||||
"devices": [
|
||||
@@ -76,11 +73,7 @@
|
||||
"ingress": true,
|
||||
"ingress_entry": "readarr",
|
||||
"init": false,
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw"
|
||||
],
|
||||
"map": ["config:rw", "share:rw", "media:rw"],
|
||||
"name": "Readarr",
|
||||
"options": {
|
||||
"CONFIG_LOCATION": "/config/addons_config/readarr",
|
||||
@@ -96,10 +89,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",
|
||||
|
||||
0
readarr/rootfs/etc/services.d/nginx/run
Executable file → Normal file
0
readarr/rootfs/etc/services.d/nginx/run
Executable file → Normal file
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Self-hosted file share and collaboration platform on the web",
|
||||
"devices": [
|
||||
@@ -98,11 +95,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",
|
||||
|
||||
0
resiliosync/rootfs/etc/services.d/nginx/run
Executable file → Normal file
0
resiliosync/rootfs/etc/services.d/nginx/run
Executable file → Normal file
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Makes Usenet as simple and streamlined as possible by automating everything we can",
|
||||
"devices": [
|
||||
@@ -75,12 +72,7 @@
|
||||
"image": "ghcr.io/alexbelgium/sabnzbd-{arch}",
|
||||
"ingress_entry": "sabnzbd",
|
||||
"init": false,
|
||||
"map": [
|
||||
"addon_config:rw",
|
||||
"homeassistant_config:rw",
|
||||
"share:rw",
|
||||
"media:rw"
|
||||
],
|
||||
"map": ["addon_config:rw", "homeassistant_config:rw", "share:rw", "media:rw"],
|
||||
"name": "Sabnzbd",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -94,10 +86,7 @@
|
||||
"ports_description": {
|
||||
"8080/tcp": "web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
|
||||
0
scrutiny/rootfs/etc/services.d/nginx/run
Executable file → Normal file
0
scrutiny/rootfs/etc/services.d/nginx/run
Executable file → Normal file
@@ -1,10 +1,6 @@
|
||||
{
|
||||
"apparmor": false,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "An implementation of a Signal K central server for boats",
|
||||
"devices": [
|
||||
@@ -23,9 +19,7 @@
|
||||
"TCPSTREAMPORT": "8375"
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/signalk-{arch}",
|
||||
"map": [
|
||||
"addon_config:rw"
|
||||
],
|
||||
"map": ["addon_config:rw"],
|
||||
"name": "Signalk Server",
|
||||
"ports": {
|
||||
"10110/tcp": 10110,
|
||||
@@ -45,10 +39,7 @@
|
||||
"3443/tcp": "ssl web interface",
|
||||
"8375/tcp": "TCPSTREAM port"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"SYS_RAWIO"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "SYS_RAWIO"],
|
||||
"slug": "signalk",
|
||||
"uart": true,
|
||||
"udev": true,
|
||||
|
||||
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Can monitor multiple RSS feeds for new episodes of your favorite shows and will grab, sort and rename them",
|
||||
"devices": [
|
||||
@@ -77,12 +73,7 @@
|
||||
"ingress": true,
|
||||
"ingress_entry": "sonarr",
|
||||
"init": false,
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
|
||||
"name": "Sonarr",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -97,10 +88,7 @@
|
||||
"ports_description": {
|
||||
"8989/tcp": "web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
|
||||
0
sonarr/rootfs/etc/services.d/nginx/run
Executable file → Normal file
0
sonarr/rootfs/etc/services.d/nginx/run
Executable file → Normal file
0
spotweb/rootfs/etc/services.d/cron/run
Executable file → Normal file
0
spotweb/rootfs/etc/services.d/cron/run
Executable file → Normal file
0
spotweb/rootfs/etc/services.d/nginx/run
Executable file → Normal file
0
spotweb/rootfs/etc/services.d/nginx/run
Executable file → Normal file
0
spotweb/rootfs/etc/services.d/phpfpm/run
Executable file → Normal file
0
spotweb/rootfs/etc/services.d/phpfpm/run
Executable file → Normal file
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "recipe manager",
|
||||
"devices": [
|
||||
@@ -77,11 +73,7 @@
|
||||
"TRUSTED_PROXIES": "**"
|
||||
},
|
||||
"image": "ghcr.io/alexbelgium/tandoor_recipes-{arch}",
|
||||
"map": [
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw"
|
||||
],
|
||||
"map": ["config:rw", "share:rw", "media:rw"],
|
||||
"name": "Tandoor recipes",
|
||||
"options": {
|
||||
"ALLOWED_HOSTS": "",
|
||||
@@ -111,9 +103,7 @@
|
||||
"SECRET_KEY": "str",
|
||||
"externalfiles_folder": "str?"
|
||||
},
|
||||
"services": [
|
||||
"mysql:want"
|
||||
],
|
||||
"services": ["mysql:want"],
|
||||
"slug": "tandoor_recipes",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
|
||||
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"backup": "cold",
|
||||
"backup_exclude": [
|
||||
"*/cache/",
|
||||
@@ -114,10 +111,7 @@
|
||||
"8265/tcp": "Web UI port",
|
||||
"8266/tcp": "Server Port"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"CONFIG_LOCATION": "str",
|
||||
"TZ": "str?",
|
||||
|
||||
0
tor/rootfs/etc/s6-overlay/s6-rc.d/tor/run
Executable file → Normal file
0
tor/rootfs/etc/s6-overlay/s6-rc.d/tor/run
Executable file → Normal file
0
transmission/rootfs/etc/services.d/nginx/run
Executable file → Normal file
0
transmission/rootfs/etc/services.d/nginx/run
Executable file → Normal file
0
ubooquity/rootfs/etc/services.d/nginx/run
Executable file → Normal file
0
ubooquity/rootfs/etc/services.d/nginx/run
Executable file → Normal file
@@ -1,8 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"audio": true,
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Full linux desktop environment accessible via any modern web browser",
|
||||
@@ -79,12 +76,7 @@
|
||||
"image": "ghcr.io/alexbelgium/webtop_kde-{arch}",
|
||||
"ingress": true,
|
||||
"init": false,
|
||||
"map": [
|
||||
"addon_config:rw",
|
||||
"media:rw",
|
||||
"share:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["addon_config:rw", "media:rw", "share:rw", "ssl"],
|
||||
"name": "Webtop KDE",
|
||||
"options": {
|
||||
"DNS_server": "8.8.8.8",
|
||||
@@ -122,10 +114,7 @@
|
||||
"53/tcp": "DNS",
|
||||
"80/tcp": "http"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"DNS_server": "str?",
|
||||
"DRINODE": "list(/dev/dri/card0|/dev/dri/card1|/dev/dri/card2|/dev/dri/renderD128|/dev/dri/renderD129|)?",
|
||||
|
||||
@@ -1,16 +1,9 @@
|
||||
{
|
||||
"arch": [
|
||||
"amd64",
|
||||
"aarch64"
|
||||
],
|
||||
"arch": ["amd64", "aarch64"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "manage your personal workouts, weight and diet plans",
|
||||
"image": "ghcr.io/alexbelgium/wger-{arch}",
|
||||
"map": [
|
||||
"share:rw",
|
||||
"config:rw",
|
||||
"ssl:ro"
|
||||
],
|
||||
"map": ["share:rw", "config:rw", "ssl:ro"],
|
||||
"name": "Wger",
|
||||
"options": {
|
||||
"CONFIG_LOCATION": "/config/addons_config/wger/config.yaml"
|
||||
|
||||
0
zzz_archived_bitwarden/rootfs/etc/services.d/bitwarden/run
Executable file → Normal file
0
zzz_archived_bitwarden/rootfs/etc/services.d/bitwarden/run
Executable file → Normal file
0
zzz_archived_bitwarden/rootfs/etc/services.d/nginx/run
Executable file → Normal file
0
zzz_archived_bitwarden/rootfs/etc/services.d/nginx/run
Executable file → Normal file
@@ -1,9 +1,5 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"arch": ["aarch64", "amd64", "armv7"],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Deprecated : Code-server is VS Code running on a remote server, accessible through the browser",
|
||||
"devices": [
|
||||
@@ -71,13 +67,7 @@
|
||||
],
|
||||
"image": "ghcr.io/alexbelgium/code_server-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"backup:rw",
|
||||
"config:rw",
|
||||
"share:rw",
|
||||
"media:rw",
|
||||
"ssl"
|
||||
],
|
||||
"map": ["backup:rw", "config:rw", "share:rw", "media:rw", "ssl"],
|
||||
"name": "zzz_archived : Code-server (VScode)",
|
||||
"options": {
|
||||
"PGID": 0,
|
||||
@@ -89,10 +79,7 @@
|
||||
"ports_description": {
|
||||
"8443/tcp": "WebUI"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"PGID": "int",
|
||||
"PUID": "int",
|
||||
|
||||
0
zzz_archived_papermerge/rootfs/etc/cont-init.d/00-deprecated.sh
Executable file → Normal file
0
zzz_archived_papermerge/rootfs/etc/cont-init.d/00-deprecated.sh
Executable file → Normal file
0
zzz_archived_papermerge/rootfs/etc/cont-init.d/00-folders.sh
Executable file → Normal file
0
zzz_archived_papermerge/rootfs/etc/cont-init.d/00-folders.sh
Executable file → Normal file
0
zzz_archived_papermerge/rootfs/etc/cont-init.d/91-OCR.sh
Executable file → Normal file
0
zzz_archived_papermerge/rootfs/etc/cont-init.d/91-OCR.sh
Executable file → Normal file
0
zzz_archived_papermerge/rootfs/etc/cont-init.d/99-configuration.sh
Executable file → Normal file
0
zzz_archived_papermerge/rootfs/etc/cont-init.d/99-configuration.sh
Executable file → Normal file
Reference in New Issue
Block a user