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",
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
page_titles = {
name = "Local Test Archive",
+2 -2
View File
@@ -8,12 +8,12 @@ services:
- /data:/mnt/data:ro
labels:
- 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.middlewares=redirect-https-hotmixes
- 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.tls.certresolver=myresolver