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:
@@ -3,9 +3,9 @@
|
||||
[![Donate][donation-badge]](https://www.buymeacoffee.com/alexbelgium)
|
||||
[![Donate][paypal-badge]](https://www.paypal.com/donate/?hosted_button_id=DZFULJZTP3UQA)
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
[](https://www.codacy.com/gh/alexbelgium/hassio-addons/dashboard?utm_source=github.com&utm_medium=referral&utm_content=alexbelgium/hassio-addons&utm_campaign=Badge_Grade)
|
||||
[](https://github.com/alexbelgium/hassio-addons/actions/workflows/weekly-supelinter.yaml)
|
||||
|
||||
@@ -1,37 +0,0 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Power tools for organizing your immich library",
|
||||
"hassio_api": true,
|
||||
"image": "ghcr.io/alexbelgium/immich_power_tools-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"addon_config:rw"
|
||||
],
|
||||
"name": "Immich Power Tools",
|
||||
"ports": {
|
||||
"3000/tcp": 8001
|
||||
},
|
||||
"ports_description": {
|
||||
"3000/tcp": "Web UI port"
|
||||
},
|
||||
"schema": {
|
||||
"DB_DATABASE_NAME": "str",
|
||||
"DB_HOST": "str",
|
||||
"DB_PASSWORD": "str",
|
||||
"DB_PORT": "str",
|
||||
"DB_USERNAME": "str",
|
||||
"EXTERNAL_IMMICH_URL": "str",
|
||||
"GEMINI_API_KEY": "str?",
|
||||
"GOOGLE_MAPS_API_KEY": "str?",
|
||||
"IMMICH_API_KEY": "str",
|
||||
"IMMICH_URL": "str"
|
||||
},
|
||||
"slug": "immich_power_tools",
|
||||
"url": "https://github.com/alexbelgium/hassio-addons",
|
||||
"version": "0.18.0",
|
||||
"webui": "http://[HOST]:[PORT:3000]"
|
||||
}
|
||||
30
immich_power_tools/config.yaml
Normal file
30
immich_power_tools/config.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: Power tools for organizing your immich library
|
||||
hassio_api: true
|
||||
image: ghcr.io/alexbelgium/immich_power_tools-{arch}
|
||||
init: false
|
||||
map:
|
||||
- addon_config:rw
|
||||
name: Immich Power Tools
|
||||
ports:
|
||||
3000/tcp: 8001
|
||||
ports_description:
|
||||
3000/tcp: Web UI port
|
||||
schema:
|
||||
DB_DATABASE_NAME: str
|
||||
DB_HOST: str
|
||||
DB_PASSWORD: str
|
||||
DB_PORT: str
|
||||
DB_USERNAME: str
|
||||
EXTERNAL_IMMICH_URL: str
|
||||
GEMINI_API_KEY: str?
|
||||
GOOGLE_MAPS_API_KEY: str?
|
||||
IMMICH_API_KEY: str
|
||||
IMMICH_URL: str
|
||||
slug: immich_power_tools
|
||||
url: https://github.com/alexbelgium/hassio-addons
|
||||
version: 0.18.0
|
||||
webui: http://[HOST]:[PORT:3000]
|
||||
Reference in New Issue
Block a user