mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 01:11:04 +01:00
fix: auto-fix linting issues
This commit is contained in:
committed by
github-actions[bot]
parent
2de05df210
commit
d38b278629
@@ -86,4 +86,4 @@ slug: arpspoof
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/arpspoof
|
||||
version: 1.0.0-2
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:7022]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:7022]"
|
||||
|
||||
@@ -68,10 +68,10 @@ devices:
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
BASE_DOCKER_DATA_PATH: /data/autobrr
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
WEBUI_PASSWORD: password
|
||||
WEBUI_PORT: '7474'
|
||||
WEBUI_PORT: "7474"
|
||||
WEBUI_USERNAME: admin
|
||||
image: ghcr.io/alexbelgium/autobrr-{arch}
|
||||
ingress: true
|
||||
|
||||
@@ -81,4 +81,4 @@ slug: baikal
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 0.10.1-hafix2
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:80]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:80]"
|
||||
|
||||
@@ -4,7 +4,8 @@ arch:
|
||||
audio: true
|
||||
backup: cold
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: A realtime acoustic bat & bird classification system for the Raspberry
|
||||
description:
|
||||
A realtime acoustic bat & bird classification system for the Raspberry
|
||||
Pi 4/5 built on BattyBirdNET-Analyzer
|
||||
devices:
|
||||
- /dev/dri
|
||||
@@ -82,7 +83,7 @@ ports:
|
||||
80/tcp: null
|
||||
8081/tcp: 8081
|
||||
ports_description:
|
||||
80/tcp: 'Optional : set to 80 to use caddy''s automatic ssl'
|
||||
80/tcp: "Optional : set to 80 to use caddy's automatic ssl"
|
||||
8081/tcp: Web ui
|
||||
privileged:
|
||||
- SYS_ADMIN
|
||||
|
||||
@@ -3,9 +3,9 @@ arch:
|
||||
- amd64
|
||||
- armv7
|
||||
backup_exclude:
|
||||
- '**/Backups/*'
|
||||
- '**/logs/*'
|
||||
- '**/MediaCover/*'
|
||||
- "**/Backups/*"
|
||||
- "**/logs/*"
|
||||
- "**/MediaCover/*"
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: Companion application to Sonarr and Radarr to download subtitles
|
||||
devices:
|
||||
@@ -71,8 +71,8 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
image: ghcr.io/alexbelgium/bazarr-{arch}
|
||||
init: false
|
||||
map:
|
||||
@@ -104,4 +104,4 @@ slug: bazarr_nas
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/bazarr
|
||||
version: 1.5.3
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:6767]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:6767]"
|
||||
|
||||
@@ -2,7 +2,8 @@ arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: Automated Binance trading bot - Trade multiple cryptocurrencies. Buy
|
||||
description:
|
||||
Automated Binance trading bot - Trade multiple cryptocurrencies. Buy
|
||||
low/sell high with Grid Trading. Integrated with TradingView technical analysis
|
||||
devices:
|
||||
- /dev/dri
|
||||
@@ -68,9 +69,9 @@ devices:
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
BINANCE_REDIS_HOST: localhost
|
||||
BINANCE_REDIS_PASSWORD: ''
|
||||
BINANCE_REDIS_PORT: '6379'
|
||||
PYTHONUNBUFFERED: '1'
|
||||
BINANCE_REDIS_PASSWORD: ""
|
||||
BINANCE_REDIS_PORT: "6379"
|
||||
PYTHONUNBUFFERED: "1"
|
||||
TRADINGVIEW_LOG_LEVEL: INFO
|
||||
image: ghcr.io/alexbelgium/binance_trading_bot-{arch}
|
||||
ingress: true
|
||||
|
||||
@@ -72,8 +72,8 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
BIRDNET_GID: '0'
|
||||
BIRDNET_UID: '0'
|
||||
BIRDNET_GID: "0"
|
||||
BIRDNET_UID: "0"
|
||||
image: ghcr.io/alexbelgium/birdnet-go-{arch}
|
||||
ingress: true
|
||||
ingress_stream: true
|
||||
|
||||
@@ -82,7 +82,7 @@ ports:
|
||||
80/tcp: null
|
||||
8081/tcp: 8081
|
||||
ports_description:
|
||||
80/tcp: 'Optional : set to 80 to use caddy''s automatic ssl'
|
||||
80/tcp: "Optional : set to 80 to use caddy's automatic ssl"
|
||||
8081/tcp: Web ui
|
||||
privileged:
|
||||
- SYS_ADMIN
|
||||
|
||||
@@ -66,8 +66,8 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
image: ghcr.io/alexbelgium/calibre_web-{arch}
|
||||
init: false
|
||||
map:
|
||||
|
||||
@@ -66,14 +66,14 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
TIMEOUT: '60000'
|
||||
TIMEOUT: "60000"
|
||||
image: ghcr.io/alexbelgium/browserless_chrome-{arch}
|
||||
init: false
|
||||
map:
|
||||
- addon_config:rw
|
||||
name: Browserless Chromium
|
||||
options:
|
||||
TIMEOUT: '60000'
|
||||
TIMEOUT: "60000"
|
||||
ports:
|
||||
3000/tcp: 3000
|
||||
ports_description:
|
||||
@@ -84,4 +84,4 @@ slug: browserless_chrome
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/browserless_chrome
|
||||
version: "2.38.1"
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:3000]/docs'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:3000]/docs"
|
||||
|
||||
@@ -68,9 +68,9 @@ environment:
|
||||
CALIBRE_CONFIG_DIRECTORY: /config
|
||||
FM_HOME: /config
|
||||
HOME: /config
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
START_DOCKER: 'false'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
START_DOCKER: "false"
|
||||
shm_size: 1gb
|
||||
image: ghcr.io/alexbelgium/calibre-{arch}
|
||||
ingress: true
|
||||
|
||||
@@ -69,8 +69,8 @@ environment:
|
||||
DOCKER_MODS: linuxserver/mods:universal-calibre
|
||||
FM_HOME: /config
|
||||
HOME: /config
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
calibre-web_CONFIG_DIRECTORY: /config
|
||||
shm_size: 1gb
|
||||
hassio_api: true
|
||||
|
||||
@@ -5,7 +5,7 @@ codenotary: alexandrep.github@gmail.com
|
||||
description: web page monitoring, notification and change detection
|
||||
environment:
|
||||
LC_ALL: en_US.UTF-8
|
||||
TIMEOUT: '60000'
|
||||
TIMEOUT: "60000"
|
||||
image: ghcr.io/alexbelgium/changedetection.io-{arch}
|
||||
init: false
|
||||
map:
|
||||
@@ -14,7 +14,7 @@ name: Changedetection.io
|
||||
options:
|
||||
PGID: 0
|
||||
PUID: 0
|
||||
TIMEOUT: '60000'
|
||||
TIMEOUT: "60000"
|
||||
ports:
|
||||
5000/tcp: 5000
|
||||
ports_description:
|
||||
|
||||
@@ -58,8 +58,8 @@ devices:
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
CODEX_CONFIG_DIR: /config
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
hassio_api: true
|
||||
homeassistant_api: true
|
||||
image: ghcr.io/alexbelgium/codex-{arch}
|
||||
@@ -71,8 +71,8 @@ map:
|
||||
- share:rw
|
||||
name: Codex
|
||||
options:
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
csrf_allowed: http://homeassistant.local:8123,https://homeassistant.local:8123
|
||||
panel_admin: false
|
||||
panel_icon: mdi:book-open
|
||||
|
||||
@@ -4,8 +4,8 @@ arch:
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: Collabora Online office suite
|
||||
environment:
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
image: ghcr.io/alexbelgium/collabora-{arch}
|
||||
init: false
|
||||
map:
|
||||
@@ -13,15 +13,16 @@ map:
|
||||
- ssl:ro
|
||||
name: Collabora
|
||||
options:
|
||||
aliasgroup1: ''
|
||||
aliasgroup1: ""
|
||||
certfile: fullchain.pem
|
||||
domain1: ''
|
||||
extra_params: --o:ssl.enable=false --o:user_interface.use_integration_theme=false
|
||||
domain1: ""
|
||||
extra_params:
|
||||
--o:ssl.enable=false --o:user_interface.use_integration_theme=false
|
||||
--o:net.proto=IPv4
|
||||
keyfile: privkey.pem
|
||||
password: ''
|
||||
password: ""
|
||||
ssl: false
|
||||
username: ''
|
||||
username: ""
|
||||
ports:
|
||||
9980/tcp: 9980
|
||||
ports_description:
|
||||
@@ -42,4 +43,4 @@ schema:
|
||||
slug: collabora
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 25.4.6
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:9980]/browser/dist/admin/admin.html'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:9980]/browser/dist/admin/admin.html"
|
||||
|
||||
@@ -83,5 +83,5 @@ schema:
|
||||
slug: comixed
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: '1.4'
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:7171]'
|
||||
version: "1.4"
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:7171]"
|
||||
|
||||
@@ -67,8 +67,8 @@ devices:
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
ES_JAVA_OPTS: -Xms1024M -Xmx1024M
|
||||
TINI_SUBREAPER: 'true'
|
||||
bootstrap.memory_lock: 'true'
|
||||
TINI_SUBREAPER: "true"
|
||||
bootstrap.memory_lock: "true"
|
||||
discovery.type: single-node
|
||||
host_network: true
|
||||
image: ghcr.io/alexbelgium/elasticsearch-{arch}
|
||||
|
||||
@@ -2,11 +2,12 @@ arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
backup_exclude:
|
||||
- '*/cache/'
|
||||
- '*/transcoding-temp/'
|
||||
- '*/logs/*'
|
||||
- "*/cache/"
|
||||
- "*/transcoding-temp/"
|
||||
- "*/logs/*"
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: A free Software Media System that puts you in control of managing and
|
||||
description:
|
||||
A free Software Media System that puts you in control of managing and
|
||||
streaming your media
|
||||
devices:
|
||||
- /dev/dri
|
||||
|
||||
@@ -2,11 +2,12 @@ arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
backup_exclude:
|
||||
- '*/cache/'
|
||||
- '*/transcoding-temp/'
|
||||
- '*/logs/*'
|
||||
- "*/cache/"
|
||||
- "*/transcoding-temp/"
|
||||
- "*/logs/*"
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: A free Software Media System that puts you in control of managing and
|
||||
description:
|
||||
A free Software Media System that puts you in control of managing and
|
||||
streaming your media (beta version)
|
||||
devices:
|
||||
- /dev/dri
|
||||
|
||||
0
emby_beta/rootfs/etc/services.d/nginx/run
Normal file → Executable file
0
emby_beta/rootfs/etc/services.d/nginx/run
Normal file → Executable file
@@ -1,7 +1,8 @@
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
description: Self-hosted, end-to-end-encrypted photo & video storage (Ente server
|
||||
description:
|
||||
Self-hosted, end-to-end-encrypted photo & video storage (Ente server
|
||||
+ MinIO)
|
||||
devices:
|
||||
- /dev/dri
|
||||
@@ -66,8 +67,8 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
TZ: Europe/Paris
|
||||
image: ghcr.io/alexbelgium/ente-{arch}
|
||||
init: false
|
||||
|
||||
@@ -2,7 +2,8 @@ arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: Automatically login and redeem promotional free games from Epic Games
|
||||
description:
|
||||
Automatically login and redeem promotional free games from Epic Games
|
||||
Store
|
||||
devices:
|
||||
- /dev/dri
|
||||
@@ -81,4 +82,4 @@ slug: epicgamesfree
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: "debian-2025-10-21"
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:3000]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:3000]"
|
||||
|
||||
@@ -19,13 +19,13 @@ notifiers:
|
||||
- type: discord
|
||||
webhookUrl: https://discord.com/api/webhooks/123456789123456789/A-abcdefghijklmn-abcdefghijklmnopqrst12345678-abcdefghijklmnop123456
|
||||
mentionedUsers:
|
||||
- '914360712086843432'
|
||||
- "914360712086843432"
|
||||
mentionedRoles:
|
||||
- '734548250895319070'
|
||||
- "734548250895319070"
|
||||
- type: telegram
|
||||
apiUrl: https://api.telegram.org
|
||||
token: 644739147:AAGMPo-Jz3mKRnHRTnrPEDi7jUF1vqNOD5k
|
||||
chatId: '-987654321'
|
||||
chatId: "-987654321"
|
||||
- type: apprise
|
||||
apiUrl: http://192.168.1.2:8000
|
||||
urls: mailto://user:pass@gmail.com
|
||||
|
||||
@@ -3,7 +3,8 @@ arch:
|
||||
- amd64
|
||||
- armv7
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: filebrowser provides a file managing interface within a specified directory
|
||||
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/dri
|
||||
@@ -73,8 +74,8 @@ devices:
|
||||
- /dev/md3
|
||||
environment:
|
||||
FB_BASEURL: /filebrowser
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
homeassistant: 2025.5.0
|
||||
image: ghcr.io/alexbelgium/filebrowser-{arch}
|
||||
ingress: true
|
||||
|
||||
@@ -66,7 +66,7 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
TRUSTED_PROXIES: '**'
|
||||
TRUSTED_PROXIES: "**"
|
||||
image: ghcr.io/alexbelgium/fireflyiii-{arch}
|
||||
init: false
|
||||
map:
|
||||
@@ -77,7 +77,7 @@ options:
|
||||
APP_KEY: CHANGEME_32_CHARS_EuC5dfn3LAPzeO
|
||||
CONFIG_LOCATION: /config/addons_config/fireflyiii/config.yaml
|
||||
DB_CONNECTION: sqlite_internal
|
||||
silent: 'true'
|
||||
silent: "true"
|
||||
ports:
|
||||
8080/tcp: 3473
|
||||
8443/tcp: null
|
||||
@@ -102,4 +102,4 @@ startup: services
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 6.4.2
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:8080]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
|
||||
@@ -66,7 +66,7 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
TRUSTED_PROXIES: '**'
|
||||
TRUSTED_PROXIES: "**"
|
||||
image: ghcr.io/alexbelgium/fireflyiii_data_importer-{arch}
|
||||
init: false
|
||||
map:
|
||||
@@ -99,4 +99,4 @@ slug: fireflyiii_data_importer
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: "1.9.0"
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:8080]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
|
||||
@@ -2,7 +2,8 @@ arch:
|
||||
- amd64
|
||||
- aarch64
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: Import financial transactions from your FinTS enabled bank into Firefly
|
||||
description:
|
||||
Import financial transactions from your FinTS enabled bank into Firefly
|
||||
III
|
||||
devices:
|
||||
- /dev/dri
|
||||
@@ -67,7 +68,7 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
TRUSTED_PROXIES: '**'
|
||||
TRUSTED_PROXIES: "**"
|
||||
image: ghcr.io/alexbelgium/fireflyiii_fints_importer-{arch}
|
||||
map:
|
||||
- config:rw
|
||||
@@ -85,4 +86,4 @@ slug: fireflyiii_fints_importer
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 1.3.0-6
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:8080]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
|
||||
@@ -76,4 +76,4 @@ slug: flaresolverr
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 3.4.2
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:8191]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:8191]"
|
||||
|
||||
@@ -66,7 +66,7 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
FG_PLUGINS: ''
|
||||
FG_PLUGINS: ""
|
||||
FG_WEBUI_PASSWD: homeassistant123
|
||||
image: ghcr.io/alexbelgium/flexget-{arch}
|
||||
init: false
|
||||
@@ -93,4 +93,4 @@ slug: flexget
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: "3.18.18"
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:5050]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:5050]"
|
||||
|
||||
@@ -2,7 +2,8 @@ arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: automatically claims free games on the Epic Games Store, Amazon Prime
|
||||
description:
|
||||
automatically claims free games on the Epic Games Store, Amazon Prime
|
||||
Gaming and GOG
|
||||
devices:
|
||||
- /dev/dri
|
||||
@@ -67,7 +68,7 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
TINI_SUBREAPER: 'false'
|
||||
TINI_SUBREAPER: "false"
|
||||
image: ghcr.io/alexbelgium/free_games_claimer-{arch}
|
||||
init: false
|
||||
map:
|
||||
@@ -89,5 +90,5 @@ schema:
|
||||
slug: free_games_claimer
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: '1.8'
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:6080]'
|
||||
version: "1.8"
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:6080]"
|
||||
|
||||
@@ -95,4 +95,4 @@ slug: gitea
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/gitea
|
||||
version: 1.24.6
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:3000]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:3000]"
|
||||
|
||||
@@ -112,4 +112,4 @@ slug: grampsweb
|
||||
tmpfs: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/grampsweb
|
||||
version: "25.10.0.1"
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:5001]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:5001]"
|
||||
|
||||
@@ -87,4 +87,4 @@ slug: grav
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: "1.7.50.3"
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:80]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:80]"
|
||||
|
||||
@@ -67,11 +67,11 @@ devices:
|
||||
environment:
|
||||
GUACAMOLE_HOME: /config
|
||||
PGDATA: /config/postgres
|
||||
PROXY_ALLOWED_IPS_REGEX: '*'
|
||||
PROXY_ALLOWED_IPS_REGEX: "*"
|
||||
PROXY_BY_HEADER: X-Forwarded-By
|
||||
PROXY_IP_HEADER: X-Forwarded-For
|
||||
PROXY_PROTOCOL_HEADER: X-Forwarded-Proto
|
||||
REMOTE_IP_VALVE_ENABLED: 'true'
|
||||
REMOTE_IP_VALVE_ENABLED: "true"
|
||||
image: ghcr.io/alexbelgium/guacamole-{arch}
|
||||
ingress: true
|
||||
init: false
|
||||
|
||||
@@ -2,9 +2,10 @@ arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
backup_exclude:
|
||||
- '**/machine-learning/*'
|
||||
- "**/machine-learning/*"
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: Self-hosted photo and video backup solution directly from your mobile
|
||||
description:
|
||||
Self-hosted photo and video backup solution directly from your mobile
|
||||
phone
|
||||
devices:
|
||||
- /dev/dri
|
||||
@@ -70,15 +71,15 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
CI_PORT: '8080'
|
||||
CI_PORT: "8080"
|
||||
DOCKER_MODS: imagegenius/mods:universal-redis
|
||||
MACHINE_LEARNING_CACHE_FOLDER: /data/machine-learning
|
||||
MACHINE_LEARNING_WORKERS: '1'
|
||||
MACHINE_LEARNING_WORKER_TIMEOUT: '120'
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
MACHINE_LEARNING_WORKERS: "1"
|
||||
MACHINE_LEARNING_WORKER_TIMEOUT: "120"
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
REDIS_HOSTNAME: localhost
|
||||
REDIS_PORT: '6379'
|
||||
REDIS_PORT: "6379"
|
||||
REVERSE_GEOCODING_DUMP_DIRECTORY: /data/.reverse-geocoding-dump/
|
||||
TRANSFORMERS_CACHE: /data/machine-learning
|
||||
hassio_api: true
|
||||
@@ -96,7 +97,7 @@ options:
|
||||
DB_DATABASE_NAME: immich
|
||||
DB_HOSTNAME: homeassistant.local
|
||||
DB_PASSWORD: homeassistant
|
||||
DB_PORT: '5432'
|
||||
DB_PORT: "5432"
|
||||
DB_USERNAME: postgres
|
||||
DISABLE_MACHINE_LEARNING: false
|
||||
JWT_SECRET: jt+OVWY6WqKJXw3xF5qOxN5L5/f4u2jlIlCQgWS3E4w=
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
arch:
|
||||
- amd64
|
||||
backup_exclude:
|
||||
- '**/machine-learning/*'
|
||||
- "**/machine-learning/*"
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: Self-hosted photo and video backup solution directly from your mobile
|
||||
description:
|
||||
Self-hosted photo and video backup solution directly from your mobile
|
||||
phone
|
||||
devices:
|
||||
- /dev/dri
|
||||
@@ -69,15 +70,15 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
CI_PORT: '8080'
|
||||
CI_PORT: "8080"
|
||||
DOCKER_MODS: imagegenius/mods:universal-redis
|
||||
MACHINE_LEARNING_CACHE_FOLDER: /data/machine-learning
|
||||
MACHINE_LEARNING_WORKERS: '1'
|
||||
MACHINE_LEARNING_WORKER_TIMEOUT: '120'
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
MACHINE_LEARNING_WORKERS: "1"
|
||||
MACHINE_LEARNING_WORKER_TIMEOUT: "120"
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
REDIS_HOSTNAME: localhost
|
||||
REDIS_PORT: '6379'
|
||||
REDIS_PORT: "6379"
|
||||
REVERSE_GEOCODING_DUMP_DIRECTORY: /data/.reverse-geocoding-dump/
|
||||
TRANSFORMERS_CACHE: /data/machine-learning
|
||||
hassio_api: true
|
||||
@@ -95,7 +96,7 @@ options:
|
||||
DB_DATABASE_NAME: immich
|
||||
DB_HOSTNAME: homeassistant.local
|
||||
DB_PASSWORD: homeassistant
|
||||
DB_PORT: '5432'
|
||||
DB_PORT: "5432"
|
||||
DB_USERNAME: postgres
|
||||
DISABLE_MACHINE_LEARNING: false
|
||||
JWT_SECRET: jt+OVWY6WqKJXw3xF5qOxN5L5/f4u2jlIlCQgWS3E4w=
|
||||
|
||||
@@ -2,9 +2,10 @@ arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
backup_exclude:
|
||||
- '**/machine-learning/*'
|
||||
- "**/machine-learning/*"
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: Self-hosted photo and video backup solution directly from your mobile
|
||||
description:
|
||||
Self-hosted photo and video backup solution directly from your mobile
|
||||
phone
|
||||
devices:
|
||||
- /dev/dri
|
||||
@@ -70,15 +71,15 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
CI_PORT: '8080'
|
||||
CI_PORT: "8080"
|
||||
DOCKER_MODS: imagegenius/mods:universal-redis
|
||||
MACHINE_LEARNING_CACHE_FOLDER: /data/machine-learning
|
||||
MACHINE_LEARNING_WORKERS: '1'
|
||||
MACHINE_LEARNING_WORKER_TIMEOUT: '120'
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
MACHINE_LEARNING_WORKERS: "1"
|
||||
MACHINE_LEARNING_WORKER_TIMEOUT: "120"
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
REDIS_HOSTNAME: localhost
|
||||
REDIS_PORT: '6379'
|
||||
REDIS_PORT: "6379"
|
||||
REVERSE_GEOCODING_DUMP_DIRECTORY: /data/.reverse-geocoding-dump/
|
||||
TRANSFORMERS_CACHE: /data/machine-learning
|
||||
hassio_api: true
|
||||
@@ -96,7 +97,7 @@ options:
|
||||
DB_DATABASE_NAME: immich
|
||||
DB_HOSTNAME: homeassistant.local
|
||||
DB_PASSWORD: homeassistant
|
||||
DB_PORT: '5432'
|
||||
DB_PORT: "5432"
|
||||
DB_USERNAME: postgres
|
||||
DISABLE_MACHINE_LEARNING: false
|
||||
JWT_SECRET: jt+OVWY6WqKJXw3xF5qOxN5L5/f4u2jlIlCQgWS3E4w=
|
||||
|
||||
@@ -1,9 +1,10 @@
|
||||
arch:
|
||||
- amd64
|
||||
backup_exclude:
|
||||
- '**/machine-learning/*'
|
||||
- "**/machine-learning/*"
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: Self-hosted photo and video backup solution directly from your mobile
|
||||
description:
|
||||
Self-hosted photo and video backup solution directly from your mobile
|
||||
phone
|
||||
devices:
|
||||
- /dev/dri
|
||||
@@ -69,15 +70,15 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
CI_PORT: '8080'
|
||||
CI_PORT: "8080"
|
||||
DOCKER_MODS: imagegenius/mods:universal-redis
|
||||
MACHINE_LEARNING_CACHE_FOLDER: /data/machine-learning
|
||||
MACHINE_LEARNING_WORKERS: '1'
|
||||
MACHINE_LEARNING_WORKER_TIMEOUT: '120'
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
MACHINE_LEARNING_WORKERS: "1"
|
||||
MACHINE_LEARNING_WORKER_TIMEOUT: "120"
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
REDIS_HOSTNAME: localhost
|
||||
REDIS_PORT: '6379'
|
||||
REDIS_PORT: "6379"
|
||||
REVERSE_GEOCODING_DUMP_DIRECTORY: /data/.reverse-geocoding-dump/
|
||||
TRANSFORMERS_CACHE: /data/machine-learning
|
||||
hassio_api: true
|
||||
@@ -95,7 +96,7 @@ options:
|
||||
DB_DATABASE_NAME: immich
|
||||
DB_HOSTNAME: homeassistant.local
|
||||
DB_PASSWORD: homeassistant
|
||||
DB_PORT: '5432'
|
||||
DB_PORT: "5432"
|
||||
DB_USERNAME: postgres
|
||||
DISABLE_MACHINE_LEARNING: false
|
||||
JWT_SECRET: jt+OVWY6WqKJXw3xF5qOxN5L5/f4u2jlIlCQgWS3E4w=
|
||||
|
||||
@@ -3,7 +3,8 @@ arch:
|
||||
- amd64
|
||||
- armv7
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: Inadyn is a small and simple Dynamic DNS, DDNS, client with HTTPS support.
|
||||
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)
|
||||
|
||||
@@ -3,7 +3,8 @@ arch:
|
||||
- amd64
|
||||
- armv7
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: Translates queries from apps (Sonarr, Sickrage, CouchPotato, Mylar, etc)
|
||||
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:
|
||||
@@ -69,8 +70,8 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
image: ghcr.io/alexbelgium/jackett_nas-{arch}
|
||||
init: false
|
||||
map:
|
||||
|
||||
@@ -3,13 +3,14 @@ arch:
|
||||
- amd64
|
||||
- armv7
|
||||
backup_exclude:
|
||||
- '**/cache/'
|
||||
- '**/log/'
|
||||
- '**/transcode/'
|
||||
- "**/cache/"
|
||||
- "**/log/"
|
||||
- "**/transcode/"
|
||||
breaking_versions:
|
||||
- 10.10.6*
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: A Free Software Media System that puts you in control of managing and
|
||||
description:
|
||||
A Free Software Media System that puts you in control of managing and
|
||||
streaming your media
|
||||
devices:
|
||||
- /dev/dri
|
||||
|
||||
0
jellyfin/rootfs/etc/services.d/nginx/run
Normal file → Executable file
0
jellyfin/rootfs/etc/services.d/nginx/run
Normal file → Executable file
@@ -87,4 +87,4 @@ slug: jellyseerr
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/jellyseerr
|
||||
version: v2.7.3
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:5055]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:5055]"
|
||||
|
||||
@@ -66,7 +66,7 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
APP_PORT: '22300'
|
||||
APP_PORT: "22300"
|
||||
image: ghcr.io/alexbelgium/joplin-{arch}
|
||||
map:
|
||||
- config:rw
|
||||
@@ -102,4 +102,4 @@ slug: joplin
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 3.4.4
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:22300]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:22300]"
|
||||
|
||||
@@ -2,7 +2,8 @@ arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: Python script to update metadata information for movies, shows, and collections
|
||||
description:
|
||||
Python script to update metadata information for movies, shows, and collections
|
||||
as well as automatically build collections
|
||||
devices:
|
||||
- /dev/dri
|
||||
|
||||
@@ -2,7 +2,8 @@ arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: A very lightweight speed test implemented in Javascript, using XMLHttpRequest
|
||||
description:
|
||||
A very lightweight speed test implemented in Javascript, using XMLHttpRequest
|
||||
and Web Workers
|
||||
devices:
|
||||
- /dev/dri
|
||||
@@ -76,7 +77,7 @@ map:
|
||||
name: LibreSpeed
|
||||
options:
|
||||
CUSTOM_RESULTS: false
|
||||
IPINFO_APIKEY: ''
|
||||
IPINFO_APIKEY: ""
|
||||
PGID: 1000
|
||||
PUID: 1000
|
||||
panel_admin: false
|
||||
|
||||
@@ -68,8 +68,8 @@ devices:
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
DOCKER_MODS: linuxserver/mods:lidarr-flac2mp3
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
image: ghcr.io/alexbelgium/lidarr_nas-{arch}
|
||||
init: false
|
||||
map:
|
||||
@@ -100,4 +100,4 @@ slug: lidarr_nas
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/blob/master/lidarr/README.md
|
||||
version: 2.14.5.4836
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:8686]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:8686]"
|
||||
|
||||
@@ -2,7 +2,8 @@ arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: collaborative bookmark manager to collect, organize, and preserve webpages
|
||||
description:
|
||||
collaborative bookmark manager to collect, organize, and preserve webpages
|
||||
and articles
|
||||
environment:
|
||||
AUTHENTIK_CLIENT_ID: CLIENT_ID
|
||||
@@ -11,9 +12,9 @@ environment:
|
||||
AUTHENTIK_ISSUER: https://authentik.my-doma.in/application/o/linkwarden
|
||||
DATABASE_URL: postgresql://postgres:homeassistant@localhost:5432/linkwarden
|
||||
NEXTAUTH_URL: http://localhost:3000/api/v1/auth
|
||||
NEXT_PUBLIC_AUTHENTIK_ENABLED: 'false'
|
||||
NEXT_PUBLIC_CREDENTIALS_ENABLED: 'true'
|
||||
NEXT_PUBLIC_DISABLE_REGISTRATION: 'false'
|
||||
NEXT_PUBLIC_AUTHENTIK_ENABLED: "false"
|
||||
NEXT_PUBLIC_CREDENTIALS_ENABLED: "true"
|
||||
NEXT_PUBLIC_DISABLE_REGISTRATION: "false"
|
||||
STORAGE_FOLDER: /config/library
|
||||
image: ghcr.io/alexbelgium/linkwarden-{arch}
|
||||
init: false
|
||||
@@ -41,4 +42,4 @@ schema:
|
||||
slug: linkwarden
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/linkwarden
|
||||
version: "2.13.1"
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:3000]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:3000]"
|
||||
|
||||
@@ -71,11 +71,11 @@ environment:
|
||||
BASE_SUBPATH: /mealie/
|
||||
DATA_DIR: /config
|
||||
DB_ENGINE: sqlite
|
||||
MAX_WORKERS: '1'
|
||||
MAX_WORKERS: "1"
|
||||
NUXT_APP_BASE_URL: /mealie/
|
||||
WEB_CONCURRENCY: '2'
|
||||
WEB_GUNICORN: 'true'
|
||||
WORKERS_PER_CORE: '0.5'
|
||||
WEB_CONCURRENCY: "2"
|
||||
WEB_GUNICORN: "true"
|
||||
WORKERS_PER_CORE: "0.5"
|
||||
image: ghcr.io/alexbelgium/mealie-{arch}
|
||||
ingress: true
|
||||
map:
|
||||
|
||||
@@ -62,12 +62,12 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
APP_TRUSTED_PROXIES: '*'
|
||||
APP_TRUSTED_PROXIES: "*"
|
||||
APP_ENV: production
|
||||
APP_DEBUG: 'false'
|
||||
APP_DEBUG: "false"
|
||||
MAIL_MAILER: log
|
||||
DEFAULT_STORAGE_LIMIT: '1024'
|
||||
DEFAULT_MAX_STORAGE_SIZE: '1024'
|
||||
DEFAULT_STORAGE_LIMIT: "1024"
|
||||
DEFAULT_MAX_STORAGE_SIZE: "1024"
|
||||
image: ghcr.io/alexbelgium/monica-{arch}
|
||||
init: false
|
||||
options:
|
||||
@@ -101,4 +101,4 @@ services:
|
||||
slug: monica
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/monica
|
||||
version: v5.0_beta4-2
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:80]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:80]"
|
||||
|
||||
@@ -67,8 +67,8 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
image: ghcr.io/alexbelgium/mylar3-{arch}
|
||||
init: false
|
||||
map:
|
||||
@@ -99,4 +99,4 @@ slug: mylar3
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 0.8.3
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:8090]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:8090]"
|
||||
|
||||
@@ -2,7 +2,7 @@ arch:
|
||||
- amd64
|
||||
- aarch64
|
||||
backup_exclude:
|
||||
- '**/cache/**'
|
||||
- "**/cache/**"
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: Navidrome for Home Assistant
|
||||
image: ghcr.io/alexbelgium/navidrome-{arch}
|
||||
@@ -52,4 +52,4 @@ slug: navidrome
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/navidrome
|
||||
version: 0.58.0
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:4533]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:4533]"
|
||||
|
||||
@@ -5,9 +5,9 @@ arch:
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: "\U0001F5A7\U0001F50D WIFI / LAN scanner, intruder, and presence detector"
|
||||
environment:
|
||||
PGID: '102'
|
||||
PORT: '20211'
|
||||
PUID: '102'
|
||||
PGID: "102"
|
||||
PORT: "20211"
|
||||
PUID: "102"
|
||||
TZ: Europe/Berlin
|
||||
hassio_api: true
|
||||
host_network: true
|
||||
|
||||
@@ -5,9 +5,9 @@ arch:
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: "\U0001F5A7\U0001F50D WIFI / LAN scanner, intruder, and presence detector"
|
||||
environment:
|
||||
PGID: '102'
|
||||
PORT: '20211'
|
||||
PUID: '102'
|
||||
PGID: "102"
|
||||
PORT: "20211"
|
||||
PUID: "102"
|
||||
TZ: Europe/Berlin
|
||||
full_access: true
|
||||
hassio_api: true
|
||||
|
||||
@@ -80,8 +80,8 @@ devices:
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
NEXTCLOUD_PATH: /data/config/www/nextcloud
|
||||
SKIP_DATA_DIRECTORY_PERMISSION_CHECK: 'yes'
|
||||
TRUSTED_PROXIES: '**'
|
||||
SKIP_DATA_DIRECTORY_PERMISSION_CHECK: "yes"
|
||||
TRUSTED_PROXIES: "**"
|
||||
hassio_api: true
|
||||
image: ghcr.io/alexbelgium/nextcloud_ocr-{arch}
|
||||
ingress_port: 0
|
||||
|
||||
0
nextcloud/rootfs/etc/services.d/cron/run
Normal file → Executable file
0
nextcloud/rootfs/etc/services.d/cron/run
Normal file → Executable file
@@ -67,8 +67,8 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
image: ghcr.io/alexbelgium/nzbget-{arch}
|
||||
ingress: true
|
||||
init: false
|
||||
|
||||
0
nzbget/rootfs/etc/services.d/nginx/run
Normal file → Executable file
0
nzbget/rootfs/etc/services.d/nginx/run
Normal file → Executable file
@@ -66,8 +66,8 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
SHOW_MONGODB_LOGS: 'false'
|
||||
SHOW_SERVER_LOGS: 'true'
|
||||
SHOW_MONGODB_LOGS: "false"
|
||||
SHOW_SERVER_LOGS: "true"
|
||||
SSL_CERT_NAME: fullchain.pem
|
||||
SSL_KEY_NAME: privkey.pem
|
||||
TZ: Etc/UTC
|
||||
|
||||
@@ -66,12 +66,12 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
MANAGE_HTTPS_PORT: '8043'
|
||||
MANAGE_HTTP_PORT: '8088'
|
||||
PORTAL_HTTPS_PORT: '8843'
|
||||
PORTAL_HTTP_PORT: '8888'
|
||||
SHOW_MONGODB_LOGS: 'false'
|
||||
SHOW_SERVER_LOGS: 'true'
|
||||
MANAGE_HTTPS_PORT: "8043"
|
||||
MANAGE_HTTP_PORT: "8088"
|
||||
PORTAL_HTTPS_PORT: "8843"
|
||||
PORTAL_HTTP_PORT: "8888"
|
||||
SHOW_MONGODB_LOGS: "false"
|
||||
SHOW_SERVER_LOGS: "true"
|
||||
SSL_CERT_NAME: fullchain.pem
|
||||
SSL_KEY_NAME: privkey.pem
|
||||
TZ: Etc/UTC
|
||||
|
||||
@@ -85,4 +85,4 @@ slug: ombi
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/ombi
|
||||
version: 4.47.1
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:3579]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:3579]"
|
||||
|
||||
@@ -2,7 +2,8 @@ arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: Self-hosted collection of powerful web-based tools for everyday tasks.
|
||||
description:
|
||||
Self-hosted collection of powerful web-based tools for everyday tasks.
|
||||
No ads, no tracking, just fast, accessible utilities right from your browser
|
||||
image: ghcr.io/alexbelgium/omni-tools-{arch}
|
||||
map:
|
||||
@@ -15,4 +16,4 @@ ports_description:
|
||||
slug: omni-tools
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 0.6.0
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:80]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:80]"
|
||||
|
||||
@@ -18,7 +18,7 @@ name: Openproject
|
||||
options:
|
||||
OPENPROJECT_DEFAULT__LANGUAGE: en
|
||||
OPENPROJECT_HOST__NAME: homeassistant:8080
|
||||
OPENPROJECT_HTTPS: 'false'
|
||||
OPENPROJECT_HTTPS: "false"
|
||||
ports:
|
||||
8080/tcp: 8080
|
||||
ports_description:
|
||||
@@ -32,4 +32,4 @@ slug: openproject
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/openproject
|
||||
version: "16.5.1"
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:8080]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:8080]"
|
||||
|
||||
@@ -72,8 +72,8 @@ map:
|
||||
- ssl
|
||||
name: Organizr
|
||||
options:
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
ports:
|
||||
80/tcp: 88
|
||||
ports_description:
|
||||
@@ -85,4 +85,4 @@ slug: organizr
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 1.90-bugfix2
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:80]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:80]"
|
||||
|
||||
@@ -2,7 +2,8 @@ arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: Request management and media discovery tool built to work with your existing
|
||||
description:
|
||||
Request management and media discovery tool built to work with your existing
|
||||
Plex ecosystem
|
||||
devices:
|
||||
- /dev/dri
|
||||
@@ -74,8 +75,8 @@ map:
|
||||
name: Overseerr
|
||||
options:
|
||||
CONFIG_LOCATION: /config/addons_config/overseerr
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
ports:
|
||||
5055/tcp: 5055
|
||||
ports_description:
|
||||
@@ -90,4 +91,4 @@ slug: overseerr
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/overseerr
|
||||
version: 1.34.0
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:5055]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:5055]"
|
||||
|
||||
@@ -2,7 +2,8 @@ arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: A server-based application for browsing, organizing and sharing your
|
||||
description:
|
||||
A server-based application for browsing, organizing and sharing your
|
||||
personal photo collection
|
||||
devices:
|
||||
- /dev/dri
|
||||
@@ -69,8 +70,8 @@ devices:
|
||||
environment:
|
||||
PHOTOPRISM_ADMIN_PASSWORD: please_change_password
|
||||
PHOTOPRISM_ADMIN_USER: admin
|
||||
PHOTOPRISM_DETECT_NSFW: 'true'
|
||||
PHOTOPRISM_HTTP_PORT: '2341'
|
||||
PHOTOPRISM_DETECT_NSFW: "true"
|
||||
PHOTOPRISM_HTTP_PORT: "2341"
|
||||
working_dir: /data/photoprism
|
||||
homeassistant: 0.92.0b2
|
||||
image: ghcr.io/alexbelgium/photoprism-{arch}
|
||||
@@ -89,7 +90,7 @@ options:
|
||||
IMPORT_PATH: /share/photoprism/import
|
||||
ORIGINALS_PATH: /share/photoprism/originals
|
||||
STORAGE_PATH: /share/photoprism/storage
|
||||
UPLOAD_NSFW: 'true'
|
||||
UPLOAD_NSFW: "true"
|
||||
certfile: fullchain.pem
|
||||
keyfile: privkey.pem
|
||||
ssl: false
|
||||
|
||||
@@ -99,4 +99,4 @@ slug: piwigo
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 15.6.0
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:80]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:80]"
|
||||
|
||||
@@ -3,13 +3,14 @@ arch:
|
||||
- amd64
|
||||
- armv7
|
||||
backup_exclude:
|
||||
- '**/Cache/**'
|
||||
- '**/Plug-in Support/Caches/**'
|
||||
- '**/Logs/**'
|
||||
- '**/Crash Reports/**'
|
||||
- '**/Diagnostics/**'
|
||||
- "**/Cache/**"
|
||||
- "**/Plug-in Support/Caches/**"
|
||||
- "**/Logs/**"
|
||||
- "**/Crash Reports/**"
|
||||
- "**/Diagnostics/**"
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: Plex organizes video, music and photos from personal media libraries
|
||||
description:
|
||||
Plex organizes video, music and photos from personal media libraries
|
||||
and streams them to smart TVs, streaming boxes and mobile devices
|
||||
devices:
|
||||
- /dev/dri
|
||||
@@ -111,8 +112,8 @@ devices:
|
||||
- /dev/dvb/adapter8/frontend0
|
||||
- /dev/dvb/adapter8/net0
|
||||
environment:
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
VERSION: docker
|
||||
host_network: true
|
||||
image: ghcr.io/alexbelgium/plex_nas-{arch}
|
||||
@@ -172,4 +173,4 @@ url: https://github.com/alexbelgium/hassio-addons/tree/master/plex
|
||||
usb: true
|
||||
version: "1.42.2.10156-f737b826c-ls283"
|
||||
video: true
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:32400]/web'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:32400]/web"
|
||||
|
||||
0
portainer/rootfs/etc/services.d/nginx/run
Normal file → Executable file
0
portainer/rootfs/etc/services.d/nginx/run
Normal file → Executable file
0
portainer/rootfs/etc/services.d/portainer/run
Normal file → Executable file
0
portainer/rootfs/etc/services.d/portainer/run
Normal file → Executable file
@@ -2,7 +2,8 @@ arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: Torrent Trackers and Usenet indexers offering complete management ofSonarr,
|
||||
description:
|
||||
Torrent Trackers and Usenet indexers offering complete management ofSonarr,
|
||||
Radarr, Lidarr, and Readarr indexers with no per app setup required
|
||||
devices:
|
||||
- /dev/dri
|
||||
@@ -67,8 +68,8 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
image: ghcr.io/alexbelgium/prowlarr-{arch}
|
||||
init: false
|
||||
map:
|
||||
@@ -101,4 +102,4 @@ slug: prowlarr
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: "nightly-2.1.5.5215-ls217"
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:9696]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:9696]"
|
||||
|
||||
@@ -68,7 +68,7 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
WEBUI_PORT: '8080'
|
||||
WEBUI_PORT: "8080"
|
||||
homeassistant: 2023.12.0
|
||||
image: ghcr.io/alexbelgium/qbittorrent-{arch}
|
||||
ingress: true
|
||||
@@ -82,8 +82,8 @@ map:
|
||||
name: qBittorrent
|
||||
options:
|
||||
DNS_server: 8.8.8.8,1.1.1.1
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
SavePath: /share/qBittorrent
|
||||
Username: admin
|
||||
certfile: fullchain.pem
|
||||
|
||||
@@ -67,8 +67,8 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
image: ghcr.io/alexbelgium/radarr_nas-{arch}
|
||||
ingress: true
|
||||
ingress_entry: radarr
|
||||
|
||||
0
radarr/rootfs/etc/services.d/nginx/run
Normal file → Executable file
0
radarr/rootfs/etc/services.d/nginx/run
Normal file → Executable file
@@ -66,8 +66,8 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
image: ghcr.io/alexbelgium/readarr_nas-{arch}
|
||||
ingress: true
|
||||
ingress_entry: readarr
|
||||
|
||||
@@ -3,7 +3,8 @@ arch:
|
||||
- amd64
|
||||
- armv7
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: Chatbot used to simplify using services like Sonarr/Radarr/Ombi via the
|
||||
description:
|
||||
Chatbot used to simplify using services like Sonarr/Radarr/Ombi via the
|
||||
use of chat
|
||||
devices:
|
||||
- /dev/dri
|
||||
@@ -68,8 +69,8 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
image: ghcr.io/alexbelgium/requestrr-{arch}
|
||||
init: false
|
||||
map:
|
||||
@@ -93,4 +94,4 @@ slug: requestrr
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 2.1.9
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:4545]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:4545]"
|
||||
|
||||
@@ -2,7 +2,8 @@ arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: Makes Usenet as simple and streamlined as possible by automating everything
|
||||
description:
|
||||
Makes Usenet as simple and streamlined as possible by automating everything
|
||||
we can
|
||||
devices:
|
||||
- /dev/dri
|
||||
@@ -67,8 +68,8 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
image: ghcr.io/alexbelgium/sabnzbd-{arch}
|
||||
ingress_entry: sabnzbd
|
||||
init: false
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
apparmor: 'true'
|
||||
apparmor: "true"
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
apparmor: 'true'
|
||||
apparmor: "true"
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
|
||||
@@ -3,7 +3,8 @@ arch:
|
||||
- amd64
|
||||
- armv7
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: High performance file syncing and sharing, with also Markdown WYSIWYG
|
||||
description:
|
||||
High performance file syncing and sharing, with also Markdown WYSIWYG
|
||||
editing, Wiki, file label and other knowledge management features
|
||||
devices:
|
||||
- /dev/dri
|
||||
@@ -68,9 +69,9 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
NOSWAG: '1'
|
||||
PGID: '1000'
|
||||
PUID: '1000'
|
||||
NOSWAG: "1"
|
||||
PGID: "1000"
|
||||
PUID: "1000"
|
||||
image: ghcr.io/alexbelgium/seafile-{arch}
|
||||
map:
|
||||
- config:rw
|
||||
@@ -81,7 +82,7 @@ options:
|
||||
CONFIG_LOCATION: /config/addons_config/seafile/config.yaml
|
||||
FILE_SERVER_ROOT: http://homeassistant.local:8082
|
||||
PGID: 1000
|
||||
PORT: '8082'
|
||||
PORT: "8082"
|
||||
PUID: 1000
|
||||
SEAFILE_ADMIN_EMAIL: me@example.com
|
||||
SEAFILE_ADMIN_PASSWORD: a_very_secret_password
|
||||
|
||||
@@ -14,10 +14,10 @@ devices:
|
||||
- /dev/ttyACM1
|
||||
environment:
|
||||
HOME: /config
|
||||
NMEA0183PORT: '10110'
|
||||
PORT: '3000'
|
||||
SSLPORT: '3443'
|
||||
TCPSTREAMPORT: '8375'
|
||||
NMEA0183PORT: "10110"
|
||||
PORT: "3000"
|
||||
SSLPORT: "3443"
|
||||
TCPSTREAMPORT: "8375"
|
||||
image: ghcr.io/alexbelgium/signalk-{arch}
|
||||
map:
|
||||
- addon_config:rw
|
||||
|
||||
@@ -3,7 +3,8 @@ arch:
|
||||
- amd64
|
||||
- armv7
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: Can monitor multiple RSS feeds for new episodes of your favorite shows
|
||||
description:
|
||||
Can monitor multiple RSS feeds for new episodes of your favorite shows
|
||||
and will grab, sort and rename them
|
||||
devices:
|
||||
- /dev/dri
|
||||
@@ -68,8 +69,8 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
image: ghcr.io/alexbelgium/sonarr_nas-{arch}
|
||||
ingress: true
|
||||
ingress_entry: sonarr
|
||||
|
||||
@@ -67,10 +67,10 @@ devices:
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
DB_ENGINE: django.db.backends.sqlite3
|
||||
DISABLE_INGRESS: 'true'
|
||||
MEDIA_ROOT: ''
|
||||
DISABLE_INGRESS: "true"
|
||||
MEDIA_ROOT: ""
|
||||
POSTGRES_DB: /config/addons_config/tandoor_recipes/recipes.db
|
||||
TRUSTED_PROXIES: '**'
|
||||
TRUSTED_PROXIES: "**"
|
||||
image: ghcr.io/alexbelgium/tandoor_recipes-{arch}
|
||||
map:
|
||||
- config:rw
|
||||
@@ -78,9 +78,9 @@ map:
|
||||
- media:rw
|
||||
name: Tandoor recipes
|
||||
options:
|
||||
ALLOWED_HOSTS: '*'
|
||||
ALLOWED_HOSTS: "*"
|
||||
DB_TYPE: sqlite
|
||||
DEBUG: '0'
|
||||
DEBUG: "0"
|
||||
SECRET_KEY: YOUR_SECRET_KEY
|
||||
externalfiles_folder: /config/addons_config/tandoor_recipes/externalfiles
|
||||
panel_admin: false
|
||||
|
||||
@@ -3,10 +3,10 @@ arch:
|
||||
- amd64
|
||||
backup: cold
|
||||
backup_exclude:
|
||||
- '*/cache/'
|
||||
- '*/logs/'
|
||||
- '*/transcoding-temp/'
|
||||
- '*/metadata/'
|
||||
- "*/cache/"
|
||||
- "*/logs/"
|
||||
- "*/transcoding-temp/"
|
||||
- "*/metadata/"
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: Distributed transcode automation using FFmpeg/HandBrake
|
||||
devices:
|
||||
@@ -74,16 +74,16 @@ devices:
|
||||
environment:
|
||||
NVIDIA_DRIVER_CAPABILITIES: all
|
||||
NVIDIA_VISIBLE_DEVICES: all
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
TZ: Europe/London
|
||||
internalNode: 'true'
|
||||
internalNode: "true"
|
||||
nodeID: MyInternalNode
|
||||
nodeIP: 127.0.0.1
|
||||
nodePort: '8267'
|
||||
nodePort: "8267"
|
||||
serverIP: 127.0.0.1
|
||||
serverPort: '8266'
|
||||
webUIPort: '8265'
|
||||
serverPort: "8266"
|
||||
webUIPort: "8265"
|
||||
host_dbus: true
|
||||
image: ghcr.io/alexbelgium/tdarr-{arch}
|
||||
init: false
|
||||
@@ -121,4 +121,4 @@ udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 2.49.01
|
||||
video: true
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:8265]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:8265]"
|
||||
|
||||
@@ -5,12 +5,12 @@ arch:
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: voice communication for online gaming, education and training
|
||||
environment:
|
||||
DIST_UPDATE: '0'
|
||||
INIFILE: '1'
|
||||
PGID: '503'
|
||||
PUID: '503'
|
||||
DIST_UPDATE: "0"
|
||||
INIFILE: "1"
|
||||
PGID: "503"
|
||||
PUID: "503"
|
||||
TS3SERVER_LICENSE: accept
|
||||
TS_UPDATE: '1'
|
||||
TS_UPDATE: "1"
|
||||
image: ghcr.io/alexbelgium/teamspeak-{arch}
|
||||
init: false
|
||||
map:
|
||||
|
||||
@@ -15,7 +15,7 @@ options:
|
||||
hidden_services: true
|
||||
http_tunnel: false
|
||||
ports:
|
||||
- '8123'
|
||||
- "8123"
|
||||
- 8123:80
|
||||
socks: false
|
||||
stealth: false
|
||||
|
||||
@@ -3,7 +3,8 @@ arch:
|
||||
- amd64
|
||||
- armv7
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: Docker container running Transmission torrent client with WebUI over
|
||||
description:
|
||||
Docker container running Transmission torrent client with WebUI over
|
||||
an OpenVPN tunnel
|
||||
devices:
|
||||
- /dev/dri
|
||||
@@ -69,9 +70,9 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
CREATE_TUN_DEVICE: 'false'
|
||||
OPENVPN_OPTS: ''
|
||||
WEBPROXY_PORT: '8118'
|
||||
CREATE_TUN_DEVICE: "false"
|
||||
OPENVPN_OPTS: ""
|
||||
WEBPROXY_PORT: "8118"
|
||||
image: ghcr.io/alexbelgium/transmission_openvpn-{arch}
|
||||
ingress: true
|
||||
map:
|
||||
@@ -86,15 +87,15 @@ options:
|
||||
LOCAL_NETWORK: 192.168.178.0/24
|
||||
OPENVPN_PASSWORD: pass
|
||||
OPENVPN_USERNAME: user
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
TRANSMISSION_DOWNLOAD_DIR: /share/downloads
|
||||
TRANSMISSION_HOME: /config/addons_config/transmission
|
||||
TRANSMISSION_INCOMPLETE_DIR: /share/incomplete
|
||||
TRANSMISSION_V3_UPDATE: 'true'
|
||||
TRANSMISSION_V3_UPDATE: "true"
|
||||
TRANSMISSION_WATCH_DIR: /share/watch_dir
|
||||
TRANSMISSION_WEB_UI: flood-for-transmission
|
||||
WEBPROXY_ENABLED: 'true'
|
||||
WEBPROXY_ENABLED: "true"
|
||||
panel_admin: false
|
||||
panel_icon: mdi:transmission-tower
|
||||
ports:
|
||||
|
||||
@@ -109,4 +109,4 @@ slug: ubooquity
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 3.1.0
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:2206]/ubooquity/admin'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:2206]/ubooquity/admin"
|
||||
|
||||
@@ -66,8 +66,8 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
VPN_ENABLED: 'false'
|
||||
VPN_PROVIDER: 'null'
|
||||
VPN_ENABLED: "false"
|
||||
VPN_PROVIDER: "null"
|
||||
image: ghcr.io/alexbelgium/unpackerr-{arch}
|
||||
init: false
|
||||
map:
|
||||
|
||||
@@ -69,9 +69,9 @@ devices:
|
||||
environment:
|
||||
FM_HOME: /share/webtop_kde
|
||||
HOME: /share/webtop_kde
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
START_DOCKER: 'false'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
START_DOCKER: "false"
|
||||
TITLE: Ubuntu XFCE webtop
|
||||
shm_size: 1gb
|
||||
host_dbus: true
|
||||
|
||||
@@ -69,7 +69,7 @@ devices:
|
||||
environment:
|
||||
FM_HOME: /config/data
|
||||
HOME: /config/data
|
||||
START_DOCKER: 'false'
|
||||
START_DOCKER: "false"
|
||||
TITLE: Ubuntu KDE webtop
|
||||
shm_size: 1gb
|
||||
image: ghcr.io/alexbelgium/webtop_kde-{arch}
|
||||
|
||||
@@ -69,10 +69,10 @@ devices:
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
LANG: en-US
|
||||
PGID: '1000'
|
||||
PORT: '80'
|
||||
PRETTY_URLS: '1'
|
||||
PUID: '1000'
|
||||
PGID: "1000"
|
||||
PORT: "80"
|
||||
PRETTY_URLS: "1"
|
||||
PUID: "1000"
|
||||
WEBTREES_HOME: /var2/www/webtrees
|
||||
image: ghcr.io/alexbelgium/webtrees-{arch}
|
||||
init: false
|
||||
@@ -116,4 +116,4 @@ slug: webtrees
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 2.2.4-2
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:80]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:80]"
|
||||
|
||||
@@ -21,4 +21,4 @@ slug: wger
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 2.4-11
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:80]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:80]"
|
||||
|
||||
@@ -66,7 +66,7 @@ devices:
|
||||
- /dev/nvme1
|
||||
- /dev/nvme2
|
||||
environment:
|
||||
EXPOSE_PORT: '5001'
|
||||
EXPOSE_PORT: "5001"
|
||||
image: ghcr.io/alexbelgium/whoogle-search-{arch}
|
||||
ingress: true
|
||||
ingress_stream: true
|
||||
|
||||
@@ -22,4 +22,4 @@ slug: xteve
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 2.5.3-2
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:34400]/web'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:34400]/web"
|
||||
|
||||
@@ -3,7 +3,8 @@ arch:
|
||||
- amd64
|
||||
- armv7
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: A full-featured, open source, state-of-the-art video surveillance software
|
||||
description:
|
||||
A full-featured, open source, state-of-the-art video surveillance software
|
||||
system
|
||||
devices:
|
||||
- /dev/dri
|
||||
@@ -93,4 +94,4 @@ slug: zoneminder
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 1.36.36
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:80]/zm'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:80]/zm"
|
||||
|
||||
@@ -28,4 +28,4 @@ stage: deprecated
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/bitwarden
|
||||
version: 1.34.3
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:7277]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:7277]"
|
||||
|
||||
@@ -3,8 +3,9 @@ arch:
|
||||
- amd64
|
||||
- armv7
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: 'Deprecated : Code-server is VS Code running on a remote server, accessible
|
||||
through the browser'
|
||||
description:
|
||||
"Deprecated : Code-server is VS Code running on a remote server, accessible
|
||||
through the browser"
|
||||
devices:
|
||||
- /dev/dri
|
||||
- /dev/dri/card0
|
||||
@@ -75,7 +76,7 @@ map:
|
||||
- share:rw
|
||||
- media:rw
|
||||
- ssl
|
||||
name: 'zzz_archived : Code-server (VScode)'
|
||||
name: "zzz_archived : Code-server (VScode)"
|
||||
options:
|
||||
PGID: 0
|
||||
PUID: 0
|
||||
@@ -99,4 +100,4 @@ slug: code-server
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/coder-server
|
||||
version: "4.105.1"
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:8443]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:8443]"
|
||||
|
||||
@@ -72,8 +72,8 @@ environment:
|
||||
PAPERLESS_DATA_DIR: /config/data
|
||||
PAPERLESS_EXPORT_DIR: /config/export
|
||||
PAPERLESS_MEDIA_ROOT: /config/media
|
||||
PGID: '0'
|
||||
PUID: '0'
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
image: ghcr.io/alexbelgium/paperless_ng-{arch}
|
||||
init: false
|
||||
map:
|
||||
|
||||
@@ -109,4 +109,4 @@ stage: deprecated
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: v2.0.1-ls60-bugfix
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:8000]'
|
||||
webui: "[PROTO:ssl]://[HOST]:[PORT:8000]"
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user