Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8009482432 | |||
| 7645536481 | |||
| b90189ceda | |||
| 24e9302688 | |||
| 306e58e521 | |||
| 9c4e43b697 | |||
| cd686b8acd |
@@ -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:
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
ansible/**
|
||||
+29
-31
@@ -947,34 +947,6 @@ services:
|
||||
source: /var/run/docker.sock
|
||||
target: /var/run/docker.sock
|
||||
type: bind
|
||||
dockge:
|
||||
container_name: dockge
|
||||
depends_on:
|
||||
docker-socket-proxy:
|
||||
condition: service_started
|
||||
required: true
|
||||
environment:
|
||||
DOCKGE_STACKS_DIR: /opt/stacks
|
||||
DOCKER_HOST: tcp://dockerproxy:2375
|
||||
image: louislam/dockge:latest
|
||||
labels:
|
||||
homepage.group: System Administration
|
||||
homepage.name: Dockge
|
||||
homepage.href: https://dockge.${MY_TLD}
|
||||
homepage.icon: dockge.svg
|
||||
homepage.description: Docker Stack/Container Management
|
||||
swag: enable
|
||||
swag_port: 5001
|
||||
swag_proto: http
|
||||
swag_url: dockge.${MY_TLD}
|
||||
swag.uptime-kuma.enabled: true
|
||||
swag.uptime-kuma.monitor.url: https://deluge.${MY_TLD}
|
||||
ports:
|
||||
- 5002:5001
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${DOCKER_VOLUME_CONFIG}/dockge:/app/data
|
||||
- .:/opt/stacks
|
||||
docuseal:
|
||||
container_name: docuseal
|
||||
image: docuseal/docuseal:latest
|
||||
@@ -1834,7 +1806,7 @@ services:
|
||||
db:
|
||||
dbname: invidious
|
||||
user: kemal
|
||||
password: kemal
|
||||
password: ${INVID_PG_DB_PASSWORD}
|
||||
host: invidious-db
|
||||
port: 5432
|
||||
check_tables: true
|
||||
@@ -1873,7 +1845,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 +2970,7 @@ services:
|
||||
PGID: 1000
|
||||
PUID: 1000
|
||||
TZ: America/New_York
|
||||
MYSQL_PASSWORD: VQU23wHKRNmfpAPt5E9BxMaSGJdWjLuz
|
||||
MYSQL_PASSWORD: ${NEXTCLOUD_MARIADB_PASSWORD}
|
||||
hostname: Rinoa
|
||||
image: linuxserver/mariadb
|
||||
networks:
|
||||
@@ -6549,6 +6521,32 @@ services:
|
||||
published: "8900"
|
||||
target: 8080
|
||||
restart: unless-stopped
|
||||
yacht:
|
||||
container_name: yacht
|
||||
depends_on:
|
||||
docker-socket-proxy:
|
||||
condition: service_started
|
||||
required: true
|
||||
environment:
|
||||
DOCKER_HOST: tcp://dockerproxy:2375
|
||||
image: selfhostedpro/yacht
|
||||
labels:
|
||||
homepage.group: System Administration
|
||||
homepage.name: Yacht
|
||||
homepage.href: https://yacht.${MY_TLD}
|
||||
homepage.icon: yacht.svg
|
||||
homepage.description: TV show discovery based on library/tastes
|
||||
swag: enable
|
||||
swag_proto: http
|
||||
swag_port: 8000
|
||||
swag_url: yacht.${MY_TLD}
|
||||
swag.uptime-kuma.enabled: true
|
||||
swag.uptime-kuma.monitor.url: https://yacht.${MY_TLD}
|
||||
ports:
|
||||
- 19733:8000
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${DOCKER_VOLUME_CONFIG}/yacht:/config
|
||||
your_spotify:
|
||||
container_name: your_spotify
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user