mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
Restore original configuration for addons_updater and templates
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"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",
|
||||
"ports": {
|
||||
"80/tcp": 8188
|
||||
},
|
||||
"ports_description": {
|
||||
"80/tcp": "Web UI port"
|
||||
},
|
||||
"slug": "omni-tools",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "0.6.0",
|
||||
"webui": "[PROTO:ssl]://[HOST]:[PORT:80]"
|
||||
}
|
||||
18
omni-tools/config.yaml
Normal file
18
omni-tools/config.yaml
Normal file
@@ -0,0 +1,18 @@
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
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
|
||||
ports:
|
||||
80/tcp: 8188
|
||||
ports_description:
|
||||
80/tcp: Web UI port
|
||||
slug: omni-tools
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 0.6.0
|
||||
webui: '[PROTO:ssl]://[HOST]:[PORT:80]'
|
||||
Reference in New Issue
Block a user