Spinning Hugo site back up.
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Check and Create PR (push) Successful in 3m13s
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Docker Compose & Ansible Lints (push) Successful in 25m6s
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Cloudflare DNS Setup (push) Successful in 23m57s
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Update README & Generate List of Modified Services (push) Successful in 13m3s
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / PR Merge (push) Successful in 28s
Gitea Branch PR, Cloudflare DNS, README generation, & Ansible/Docker Deployment / Ansible Configs & Docker Compose Deployment (push) Successful in 27m55s

This commit is contained in:
2025-03-11 15:58:38 -04:00
parent 457d275875
commit 9d730370b0
2 changed files with 35 additions and 48 deletions
@@ -42,10 +42,7 @@ layout:
Privacy/Security: Privacy/Security:
style: row style: row
columns: 5 columns: 5
Personal Services: Personal/Professional Services:
style: row
columns: 4
Professional Services:
style: row style: row
columns: 5 columns: 5
Servarr Stack: Servarr Stack:
+34 -44
View File
@@ -115,7 +115,7 @@ services:
SEARCH_BACKEND_ENGINE: ripgrep # tells ArchiveBox to use sonic container below for fast full-text search SEARCH_BACKEND_ENGINE: ripgrep # tells ArchiveBox to use sonic container below for fast full-text search
image: archivebox/archivebox:latest image: archivebox/archivebox:latest
labels: labels:
homepage.group: Personal Services homepage.group: Personal/Professional Services
homepage.name: ArchiveBox homepage.name: ArchiveBox
homepage.href: https://archive.${MY_TLD} homepage.href: https://archive.${MY_TLD}
homepage.icon: archivebox.png homepage.icon: archivebox.png
@@ -924,7 +924,7 @@ services:
timeout: 10s timeout: 10s
image: freikin/dawarich:latest image: freikin/dawarich:latest
labels: labels:
homepage.group: Personal Services homepage.group: Personal/Professional Services
homepage.name: Dawarich homepage.name: Dawarich
homepage.href: https://loc.${MY_TLD} homepage.href: https://loc.${MY_TLD}
homepage.icon: dawarich.svg homepage.icon: dawarich.svg
@@ -1341,7 +1341,7 @@ services:
container_name: docuseal container_name: docuseal
image: docuseal/docuseal:latest image: docuseal/docuseal:latest
labels: labels:
homepage.group: Personal Services homepage.group: Personal/Professional Services
homepage.name: Docuseal homepage.name: Docuseal
homepage.href: https://docs.${MY_TLD} homepage.href: https://docs.${MY_TLD}
homepage.description: OSS Document Signing & Verification homepage.description: OSS Document Signing & Verification
@@ -1813,38 +1813,28 @@ services:
# target: /var/www/html/app/migrations # target: /var/www/html/app/migrations
# type: volume # type: volume
# volume: {} # volume: {}
# hugo: hugo:
# command: hugo server --baseURL "it-services.trez.wtf" --bind 0.0.0.0 --appendPort=false --source=/src/it-services --configDir=/src/it-services/config/ -e production --logLevel debug command: hugo server --baseURL "it-services.trez.wtf" --bind 0.0.0.0 --appendPort=false --source=/src/it-services --configDir=/src/it-services/config/ -e production --logLevel debug
# container_name: hugo container_name: hugo
# image: hugomods/hugo:exts image: hugomods/hugo:exts
# labels: labels:
# swag: enable swag: enable
# swag_proto: http swag_proto: http
# swag_port: 1313 swag_port: 1313
# swag_url: it-services.${MY_TLD} swag_url: it-services.${MY_TLD}
# swag.uptime-kuma.enabled: true swag.uptime-kuma.enabled: true
# swag.uptime-kuma.monitor.url: https://it-services.${MY_TLD} swag.uptime-kuma.monitor.url: https://it-services.${MY_TLD}
# homepage.group: Professional Services homepage.group: Personal/Professional Services
# homepage.name: Hugo homepage.name: Hugo
# homepage.href: https://it-services.${MY_TLD} homepage.href: https://it-services.${MY_TLD}
# homepage.icon: hugo.svg homepage.icon: hugo.svg
# homepage.description: Static site homepage.description: Static site
# networks: ports:
# default: null - 1313:1313
# ports: restart: unless-stopped
# - 1313:1313 volumes:
# restart: unless-stopped - ${DOCKER_VOLUME_CONFIG}/hugo/:/src
# volumes: - ${DOCKER_VOLUME_CONFIG}/hugo/cache:/tmp/hugo_cache
# - source: ${DOCKER_VOLUME_CONFIG}/hugo/
# target: /src
# type: bind
# bind:
# create_host_path: true
# - source: ${DOCKER_VOLUME_CONFIG}/hugo/cache
# target: /tmp/hugo_cache
# type: bind
# bind:
# create_host_path: true
immich-server: immich-server:
container_name: immich-server container_name: immich-server
depends_on: depends_on:
@@ -2855,7 +2845,7 @@ services:
POSTGRES_HOST: joplin-db POSTGRES_HOST: joplin-db
image: joplin/server:latest image: joplin/server:latest
labels: labels:
homepage.group: Personal Services homepage.group: Personal/Professional Services
homepage.name: Joplin homepage.name: Joplin
homepage.href: https://notes.${MY_TLD} homepage.href: https://notes.${MY_TLD}
homepage.icon: joplin.svg homepage.icon: joplin.svg
@@ -2883,7 +2873,7 @@ services:
RAG_API_URL: http://librechat-rag-api:8000 RAG_API_URL: http://librechat-rag-api:8000
image: ghcr.io/danny-avila/librechat-dev:latest image: ghcr.io/danny-avila/librechat-dev:latest
labels: labels:
homepage.group: Personal Services homepage.group: Personal/Professional Services
homepage.name: LibreChat homepage.name: LibreChat
homepage.href: https://ai.${MY_TLD} homepage.href: https://ai.${MY_TLD}
homepage.icon: sh-librechat.svg homepage.icon: sh-librechat.svg
@@ -2939,7 +2929,7 @@ services:
environment: environment:
LT_UPDATE_MODELS: true LT_UPDATE_MODELS: true
labels: labels:
homepage.group: Personal Services homepage.group: Personal/Professional Services
homepage.name: LibreTranslate homepage.name: LibreTranslate
homepage.href: https://translate.${MY_TLD} homepage.href: https://translate.${MY_TLD}
homepage.icon: sh-libretranslate.svg homepage.icon: sh-libretranslate.svg
@@ -3679,7 +3669,7 @@ services:
- 11000 - 11000
image: nextcloud/all-in-one:latest image: nextcloud/all-in-one:latest
labels: labels:
homepage.group: Personal Services homepage.group: Personal/Professional Services
homepage.name: NextCloud homepage.name: NextCloud
homepage.href: https://cloud.${MY_TLD} homepage.href: https://cloud.${MY_TLD}
homepage.icon: nextcloud.svg homepage.icon: nextcloud.svg
@@ -3778,7 +3768,7 @@ services:
swag_url: docs.${MY_TLD} swag_url: docs.${MY_TLD}
swag.uptime-kuma.enabled: true swag.uptime-kuma.enabled: true
swag.uptime-kuma.monitor.url: https://docs.${MY_TLD} swag.uptime-kuma.monitor.url: https://docs.${MY_TLD}
homepage.group: Personal Services homepage.group: Personal/Professional Services
homepage.name: Paperless-ngx homepage.name: Paperless-ngx
homepage.href: https://docs.${MY_TLD} homepage.href: https://docs.${MY_TLD}
homepage.icon: paperless-ngx.svg homepage.icon: paperless-ngx.svg
@@ -4289,7 +4279,7 @@ services:
TZ: ${TZ} TZ: ${TZ}
image: amruthpillai/reactive-resume:latest image: amruthpillai/reactive-resume:latest
labels: labels:
homepage.group: Personal Services homepage.group: Personal/Professional Services
homepage.name: Reactive Resume homepage.name: Reactive Resume
homepage.href: https://resume.${MY_TLD} homepage.href: https://resume.${MY_TLD}
homepage.icon: reactive-resume.svg homepage.icon: reactive-resume.svg
@@ -4542,7 +4532,7 @@ services:
- 3000 - 3000
image: jpyles0524/scraperr:latest image: jpyles0524/scraperr:latest
labels: labels:
homepage.group: Personal Services homepage.group: Personal/Professional Services
homepage.name: Scraperr homepage.name: Scraperr
homepage.href: https://scrape.${MY_TLD} homepage.href: https://scrape.${MY_TLD}
homepage.icon: /icons/scraperr.png homepage.icon: /icons/scraperr.png
@@ -4633,7 +4623,7 @@ services:
SEARXNG_BASE_URL: https://${SEARXNG_BASE_URL:-localhost}/ SEARXNG_BASE_URL: https://${SEARXNG_BASE_URL:-localhost}/
image: searxng/searxng:latest image: searxng/searxng:latest
labels: labels:
homepage.group: Personal Services homepage.group: Personal/Professional Services
homepage.name: SearxNG homepage.name: SearxNG
homepage.href: https://search.${MY_TLD} homepage.href: https://search.${MY_TLD}
homepage.icon: searxng.png homepage.icon: searxng.png
@@ -5007,7 +4997,7 @@ services:
- CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api - CLI_ARGS=--allow-code --medvram --xformers --enable-insecure-extension-access --api
labels: labels:
homepage.name: Stable-Diffusion WebUI homepage.name: Stable-Diffusion WebUI
homepage.group: Personal Services homepage.group: Personal/Professional Services
homepage.description: Deep learning, text-to-image model homepage.description: Deep learning, text-to-image model
homepage.href: https://sd.${MY_TLD} homepage.href: https://sd.${MY_TLD}
homepage.icon: /icons/stable-diffusion.png homepage.icon: /icons/stable-diffusion.png