Compare commits

..

7 Commits

Author SHA1 Message Date
Trez.One 8009482432 Removing Dockge in favor of Yacht.
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Check and Create PR (push) Has been cancelled
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Docker Compose Test (push) Has been cancelled
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Cloudflare DNS Setup (push) Has been cancelled
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Update README (push) Has been cancelled
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / PR Merge (push) Has been cancelled
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Deploy via Docker Compose (push) Has been cancelled
2025-01-16 12:22:16 -05:00
Trez.One 7645536481 Re-adding .gitignore until Ansible setup is completed. 2025-01-16 12:08:24 -05:00
gitea-sonarqube-bot b90189ceda Auto Merge of PR #4 - gg-secret-fixes
Merged by Trez.One
2025-01-16 11:55:28 -05:00
Trez.One 24e9302688 Secrets fixes.
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Check and Create PR (push) Has been cancelled
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Docker Compose Test (push) Has been cancelled
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Cloudflare DNS Setup (push) Has been cancelled
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Update README (push) Has been cancelled
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / PR Merge (push) Has been cancelled
Gitea Branch PR, Cloudflare DNS, README generation, & Docker Deployment / Deploy via Docker Compose (push) Has been cancelled
2025-01-16 11:50:48 -05:00
gitea-sonarqube-bot 306e58e521 Auto Merge of PR #3 - dockge-deploy-remove-komodo
Merged by Trez.One
2025-01-16 10:59:37 -05:00
gitea-sonarqube-bot 9c4e43b697 Auto Merge of PR #2 - dockge-deploy-remove-komodo
Merged by Trez.One
2025-01-16 10:41:21 -05:00
gitea-sonarqube-bot cd686b8acd Auto Merge of PR #1 - dockge-deploy-remove-komodo
Merged by Trez.One
2025-01-16 10:16:41 -05:00
3 changed files with 31 additions and 32 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:
+1
View File
@@ -0,0 +1 @@
ansible/**
+29 -31
View File
@@ -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: