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,44 +0,0 @@
|
||||
{
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64",
|
||||
"armv7"
|
||||
],
|
||||
"backup": "cold",
|
||||
"codenotary": "alexandrep.github@gmail.com",
|
||||
"description": "Postgres 15 with VectorChord support",
|
||||
"environment": {
|
||||
"CONFIG_LOCATION": "/config/postgresql.conf",
|
||||
"PGDATA": "/config/database"
|
||||
},
|
||||
"hassio_api": true,
|
||||
"hassio_role": "manager",
|
||||
"image": "ghcr.io/alexbelgium/postgres-{arch}",
|
||||
"init": false,
|
||||
"map": [
|
||||
"addon_config:rw",
|
||||
"homeassistant_config:rw",
|
||||
"media:rw"
|
||||
],
|
||||
"name": "Postgres 15",
|
||||
"options": {
|
||||
"POSTGRES_PASSWORD": "homeassistant"
|
||||
},
|
||||
"ports": {
|
||||
"5432/tcp": 5432
|
||||
},
|
||||
"ports_description": {
|
||||
"5432/tcp": "Postgres"
|
||||
},
|
||||
"schema": {
|
||||
"POSTGRES_DB": "str?",
|
||||
"POSTGRES_HOST_AUTH_METHOD": "str?",
|
||||
"POSTGRES_INITDB_ARGS": "str?",
|
||||
"POSTGRES_PASSWORD": "password",
|
||||
"POSTGRES_USER": "str?"
|
||||
},
|
||||
"slug": "postgres",
|
||||
"udev": true,
|
||||
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/postgres",
|
||||
"version": "15.7-47"
|
||||
}
|
||||
35
postgres_15/config.yaml
Normal file
35
postgres_15/config.yaml
Normal file
@@ -0,0 +1,35 @@
|
||||
arch:
|
||||
- aarch64
|
||||
- amd64
|
||||
- armv7
|
||||
backup: cold
|
||||
codenotary: alexandrep.github@gmail.com
|
||||
description: Postgres 15 with VectorChord support
|
||||
environment:
|
||||
CONFIG_LOCATION: /config/postgresql.conf
|
||||
PGDATA: /config/database
|
||||
hassio_api: true
|
||||
hassio_role: manager
|
||||
image: ghcr.io/alexbelgium/postgres-{arch}
|
||||
init: false
|
||||
map:
|
||||
- addon_config:rw
|
||||
- homeassistant_config:rw
|
||||
- media:rw
|
||||
name: Postgres 15
|
||||
options:
|
||||
POSTGRES_PASSWORD: homeassistant
|
||||
ports:
|
||||
5432/tcp: 5432
|
||||
ports_description:
|
||||
5432/tcp: Postgres
|
||||
schema:
|
||||
POSTGRES_DB: str?
|
||||
POSTGRES_HOST_AUTH_METHOD: str?
|
||||
POSTGRES_INITDB_ARGS: str?
|
||||
POSTGRES_PASSWORD: password
|
||||
POSTGRES_USER: str?
|
||||
slug: postgres
|
||||
udev: true
|
||||
url: https://github.com/alexbelgium/hassio-addons/tree/master/postgres
|
||||
version: 15.7-47
|
||||
Reference in New Issue
Block a user