mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 09:21:03 +01:00
25 lines
562 B
YAML
25 lines
562 B
YAML
arch:
|
|
- aarch64
|
|
- amd64
|
|
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:
|
|
- addon_config:rw
|
|
name: Omni Tools
|
|
options:
|
|
env_vars: []
|
|
ports:
|
|
80/tcp: 8188
|
|
ports_description:
|
|
80/tcp: Web UI port
|
|
schema:
|
|
env_vars:
|
|
- name: match(^[A-Za-z0-9_]+$)
|
|
value: str?
|
|
slug: omni-tools
|
|
url: https://github.com/alexbelgium/hassio-addons
|
|
version: 0.6.1
|
|
webui: "[PROTO:ssl]://[HOST]:[PORT:80]"
|