Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 24e9302688 | |||
| 306e58e521 | |||
| 9c4e43b697 | |||
| cd686b8acd |
@@ -124,7 +124,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
cat domain_compare.txt | egrep '^-[a-z]' | sed -e 's|-||g' | while read -r subdomain; do
|
cat domain_compare.txt | egrep '^-[a-z]' | sed -e 's|-||g' | while read -r subdomain; do
|
||||||
echo "Creating $subdomain.trez.wtf..."
|
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
|
done
|
||||||
|
|
||||||
regenerate-readme:
|
regenerate-readme:
|
||||||
|
|||||||
+3
-3
@@ -1834,7 +1834,7 @@ services:
|
|||||||
db:
|
db:
|
||||||
dbname: invidious
|
dbname: invidious
|
||||||
user: kemal
|
user: kemal
|
||||||
password: kemal
|
password: ${INVID_PG_DB_PASSWORD}
|
||||||
host: invidious-db
|
host: invidious-db
|
||||||
port: 5432
|
port: 5432
|
||||||
check_tables: true
|
check_tables: true
|
||||||
@@ -1873,7 +1873,7 @@ services:
|
|||||||
container_name: invidious-db
|
container_name: invidious-db
|
||||||
environment:
|
environment:
|
||||||
POSTGRES_DB: invidious
|
POSTGRES_DB: invidious
|
||||||
POSTGRES_PASSWORD: kemal
|
POSTGRES_PASSWORD: ${INVID_PG_DB_PASSWORD}
|
||||||
POSTGRES_USER: kemal
|
POSTGRES_USER: kemal
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test:
|
test:
|
||||||
@@ -2998,7 +2998,7 @@ services:
|
|||||||
PGID: 1000
|
PGID: 1000
|
||||||
PUID: 1000
|
PUID: 1000
|
||||||
TZ: America/New_York
|
TZ: America/New_York
|
||||||
MYSQL_PASSWORD: VQU23wHKRNmfpAPt5E9BxMaSGJdWjLuz
|
MYSQL_PASSWORD: ${NEXTCLOUD_MARIADB_PASSWORD}
|
||||||
hostname: Rinoa
|
hostname: Rinoa
|
||||||
image: linuxserver/mariadb
|
image: linuxserver/mariadb
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
Reference in New Issue
Block a user