Auto Merge of PR #4 - gg-secret-fixes

Merged by Trez.One
This commit is contained in:
2025-01-16 11:55:28 -05:00
2 changed files with 4 additions and 4 deletions
@@ -124,7 +124,7 @@ jobs:
run: |
cat domain_compare.txt | egrep '^-[a-z]' | sed -e 's|-||g' | while read -r subdomain; do
echo "Creating $subdomain.trez.wtf..."
flarectl dns create --zone "trez.wtf" --name "${subdomain}" --type=CNAME --content "trez.wtf"
flarectl dns create --zone "trez.wtf" --name "${subdomain}" --type=CNAME --content "trez.wtf" --proxy true
done
regenerate-readme:
+3 -3
View File
@@ -1834,7 +1834,7 @@ services:
db:
dbname: invidious
user: kemal
password: kemal
password: ${INVID_PG_DB_PASSWORD}
host: invidious-db
port: 5432
check_tables: true
@@ -1873,7 +1873,7 @@ services:
container_name: invidious-db
environment:
POSTGRES_DB: invidious
POSTGRES_PASSWORD: kemal
POSTGRES_PASSWORD: ${INVID_PG_DB_PASSWORD}
POSTGRES_USER: kemal
healthcheck:
test:
@@ -2998,7 +2998,7 @@ services:
PGID: 1000
PUID: 1000
TZ: America/New_York
MYSQL_PASSWORD: VQU23wHKRNmfpAPt5E9BxMaSGJdWjLuz
MYSQL_PASSWORD: ${NEXTCLOUD_MARIADB_PASSWORD}
hostname: Rinoa
image: linuxserver/mariadb
networks: