Run pre-commit

This commit is contained in:
purple_emily
2024-03-08 14:34:53 +00:00
parent 31e16df720
commit 79409915cf
221 changed files with 525 additions and 526 deletions

View File

@@ -26,7 +26,7 @@ RABBITMQ_MAX_PUBLISH_BATCH_SIZE=500
RABBITMQ_PUBLISH_INTERVAL_IN_SECONDS=10
# Metadata
## Only used if DATA_ONCE is set to false. If true, the schedule is ignored
## Only used if DATA_ONCE is set to false. If true, the schedule is ignored
METADATA_DOWNLOAD_IMDB_DATA_SCHEDULE="0 0 1 * *"
## If true, the metadata will be downloaded once and then the schedule will be ignored
METADATA_DOWNLOAD_IMDB_DATA_ONCE=true

View File

@@ -130,7 +130,7 @@ services:
ports:
- "7000:7000"
networks:
knightcrawler-network:
driver: bridge

View File

@@ -1 +1 @@
TOKEN=cloudflare-tunnel-token-here
TOKEN=cloudflare-tunnel-token-here

View File

@@ -5,4 +5,4 @@ providers:
folder: Dashboards
type: file
options:
path: /var/lib/grafana/dashboards
path: /var/lib/grafana/dashboards

View File

@@ -578,4 +578,4 @@
"uid": "knightcrawler-logs",
"version": 1,
"weekStart": ""
}
}

View File

@@ -9,4 +9,4 @@ datasources:
basicAuth: false
isDefault: false
version: 1
editable: true
editable: true

View File

@@ -32,4 +32,4 @@ schema_config:
schema: v11
index:
prefix: index_
period: 24h
period: 24h

View File

@@ -7,7 +7,7 @@ networks:
volumes:
grafana-data:
loki-data:
services:
prometheus:
command:
@@ -46,7 +46,7 @@ services:
image: prometheuscommunity/postgres-exporter
networks:
- knightcrawler-network
promtail:
image: grafana/promtail:2.9.4
volumes:
@@ -61,7 +61,7 @@ services:
networks:
- knightcrawler-network
loki:
command: '-config.file=/etc/loki/local-config.yml'
depends_on:
@@ -73,4 +73,3 @@ services:
volumes:
- ./config/loki/config.yml:/etc/loki/local-config.yml
- loki-data:/loki

View File

@@ -19,9 +19,9 @@
## NOTE: I have dramatically lowered the above for testing.
## Once you have confirmed that everything works, start increasing the number
## the goal is to have HSTS set to one year with subdomains and preloading :
##
##
# `Strict-Transport-Security: max-age=31536000; includeSubDomains; preload`
##
##
## Warning: You should ensure that you fully understand the implications
## of HSTS preloading before you include the directive in your policy and
## before you submit. It means that your entire domain and all subdomains,
@@ -41,7 +41,7 @@
(cloudflare-tunnel-protection) {
import ./snippets/cloudflare-replace-X-Forwarded-For
trusted_proxies 172.17.0.0/16 # This needs to be your docker subnet
# I beleive this is what is configured by default.
# I believe this is what is configured by default.
# If you can't make it work ask for my help on discord.
}