mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 09:21:03 +01:00
38 lines
746 B
YAML
38 lines
746 B
YAML
arch:
|
|
- aarch64
|
|
- amd64
|
|
description: An open source command line RatioMaster with WebUI
|
|
hassio_api: true
|
|
image: ghcr.io/alexbelgium/joal-{arch}
|
|
ingress: true
|
|
ingress_entry: entry
|
|
map:
|
|
- addon_config:rw
|
|
- homeassistant_config:rw
|
|
name: Joal
|
|
options:
|
|
env_vars: []
|
|
run_duration: 12h
|
|
secret_token: lrMY24Byhx
|
|
ui_path: joal
|
|
panel_admin: false
|
|
panel_icon: mdi:owl
|
|
ports:
|
|
49152/tcp: null
|
|
8081/tcp: 8091
|
|
ports_description:
|
|
49152/tcp: torrent port (not required)
|
|
8081/tcp: Web UI port (required)
|
|
schema:
|
|
env_vars:
|
|
- name: match(^[A-Za-z0-9_]+$)
|
|
value: str?
|
|
run_duration: str?
|
|
secret_token: str
|
|
ui_path: str
|
|
verbose: bool?
|
|
slug: joal
|
|
udev: true
|
|
url: https://github.com/alexbelgium/hassio-addons
|
|
version: 2.1.37-4
|