add hotmixes.net

This commit is contained in:
2026-06-02 15:56:50 +02:00
parent 6e33ad712e
commit 4bfba762b4
2 changed files with 11 additions and 2 deletions
+9
View File
@@ -35,6 +35,15 @@ elseif string.find(ngx.var.host, "hotmixxx.com") then
header = "videohotmix.net-logo.png", header = "videohotmix.net-logo.png",
feed = "hotmixxx" feed = "hotmixxx"
} }
elseif string.find(ngx.var.host, "hotmixes.net") then
page_titles = {
name = "Hotmix Video Archive",
url = "videohotmix.net",
css = "videohotmix.css",
header = "videohotmix.net-logo.png",
feed = "hotmixes"
}
else else
page_titles = { page_titles = {
name = "Local Test Archive", name = "Local Test Archive",
+2 -2
View File
@@ -8,12 +8,12 @@ services:
- /data:/mnt/data:ro - /data:/mnt/data:ro
labels: labels:
- traefik.enable=true - traefik.enable=true
- traefik.http.routers.hotmixes.rule=Host(`videohotmix.net`) || Host(`www.videohotmix.net`) || Host(`panamaracing.club`) || Host(`hotmixxx.com`) - traefik.http.routers.hotmixes.rule=Host(`videohotmix.net`) || Host(`www.videohotmix.net`) || Host(`panamaracing.club`) || Host(`hotmixxx.com`) || Host(`hotmixes.net`) || Host(`www.hotmixes.net`)
- traefik.http.routers.hotmixes.entrypoints=web - traefik.http.routers.hotmixes.entrypoints=web
- traefik.http.routers.hotmixes.middlewares=redirect-https-hotmixes - traefik.http.routers.hotmixes.middlewares=redirect-https-hotmixes
- traefik.http.middlewares.redirect-https-hotmixes.redirectscheme.scheme=https - traefik.http.middlewares.redirect-https-hotmixes.redirectscheme.scheme=https
- traefik.http.routers.hotmixes_ssl.rule=Host(`videohotmix.net`) || Host(`www.videohotmix.net`) || Host(`panamaracing.club`) || Host(`hotmixxx.com`) - traefik.http.routers.hotmixes_ssl.rule=Host(`videohotmix.net`) || Host(`www.videohotmix.net`) || Host(`panamaracing.club`) || Host(`hotmixxx.com`) || Host(`hotmixes.net`) || Host(`www.hotmixes.net`)
- traefik.http.routers.hotmixes_ssl.entrypoints=websecure - traefik.http.routers.hotmixes_ssl.entrypoints=websecure
- traefik.http.routers.hotmixes_ssl.tls.certresolver=myresolver - traefik.http.routers.hotmixes_ssl.tls.certresolver=myresolver