mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-06 23:55:56 +02:00
Github bot : json sorted
This commit is contained in:
@@ -8,8 +8,8 @@
|
|||||||
"codenotary": "alexandrep.github@gmail.com",
|
"codenotary": "alexandrep.github@gmail.com",
|
||||||
"description": "Postgres 15 with pgvecto.rs support",
|
"description": "Postgres 15 with pgvecto.rs support",
|
||||||
"environment": {
|
"environment": {
|
||||||
"PGDATA": "/config/database",
|
"CONFIG_LOCATION": "/config/postgresql.conf",
|
||||||
"CONFIG_LOCATION": "/config/postgresql.conf"
|
"PGDATA": "/config/database"
|
||||||
},
|
},
|
||||||
"image": "ghcr.io/alexbelgium/postgres-{arch}",
|
"image": "ghcr.io/alexbelgium/postgres-{arch}",
|
||||||
"map": [
|
"map": [
|
||||||
|
|||||||
@@ -10,10 +10,10 @@
|
|||||||
"host_network": true,
|
"host_network": true,
|
||||||
"image": "ghcr.io/alexbelgium/sponsorblockcast-{arch}",
|
"image": "ghcr.io/alexbelgium/sponsorblockcast-{arch}",
|
||||||
"init": false,
|
"init": false,
|
||||||
"name": "Castsponsorskip",
|
|
||||||
"map": [
|
"map": [
|
||||||
"addon_config:rw"
|
"addon_config:rw"
|
||||||
],
|
],
|
||||||
|
"name": "Castsponsorskip",
|
||||||
"options": {
|
"options": {
|
||||||
"CSS_CATEGORIES": "sponsor, intro, outro, selfpromo"
|
"CSS_CATEGORIES": "sponsor, intro, outro, selfpromo"
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -68,9 +68,9 @@
|
|||||||
"environment": {
|
"environment": {
|
||||||
"DB_ENGINE": "django.db.backends.sqlite3",
|
"DB_ENGINE": "django.db.backends.sqlite3",
|
||||||
"DISABLE_INGRESS": "true",
|
"DISABLE_INGRESS": "true",
|
||||||
|
"GUNICORN_MEDIA": "1",
|
||||||
"POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db",
|
"POSTGRES_DB": "/config/addons_config/tandoor_recipes/recipes.db",
|
||||||
"TRUSTED_PROXIES": "**",
|
"TRUSTED_PROXIES": "**"
|
||||||
"GUNICORN_MEDIA": "1"
|
|
||||||
},
|
},
|
||||||
"image": "ghcr.io/alexbelgium/tandoor_recipes-{arch}",
|
"image": "ghcr.io/alexbelgium/tandoor_recipes-{arch}",
|
||||||
"map": [
|
"map": [
|
||||||
|
|||||||
Reference in New Issue
Block a user