- Added novevidas.com.br and novevidas.ong.br
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
2026-07-31 01:00:39 -03:00
parent 817d88b85f
commit ad10735950
2 changed files with 15 additions and 1 deletions
+14
View File
@@ -65,6 +65,20 @@ services:
- "traefik.http.routers.mta-sts-blackice-vix-br.tls.certresolver=letsencrypt" - "traefik.http.routers.mta-sts-blackice-vix-br.tls.certresolver=letsencrypt"
- "traefik.http.routers.mta-sts-blackice-vix-br.service=mta-sts" - "traefik.http.routers.mta-sts-blackice-vix-br.service=mta-sts"
# novevidas
# .com.br
- "traefik.http.routers.mta-sts-novevidas-com-br.rule=Host(`mta-sts.novevidas.com.br`)"
- "traefik.http.routers.mta-sts-novevidas-com-br.entrypoints=websecure"
- "traefik.http.routers.mta-sts-novevidas-com-br.tls=true"
- "traefik.http.routers.mta-sts-novevidas-com-br.tls.certresolver=letsencrypt"
- "traefik.http.routers.mta-sts-novevidas-com-br.service=mta-sts"
# .ong.br
- "traefik.http.routers.mta-sts-novevidas-ong-br.rule=Host(`mta-sts.novevidas.ong.br`)"
- "traefik.http.routers.mta-sts-novevidas-ong-br.entrypoints=websecure"
- "traefik.http.routers.mta-sts-novevidas-ong-br.tls=true"
- "traefik.http.routers.mta-sts-novevidas-ong-br.tls.certresolver=letsencrypt"
- "traefik.http.routers.mta-sts-novevidas-ong-br.service=mta-sts"
# fitz.guru # fitz.guru
- "traefik.http.routers.mta-sts-fitz-guru.rule=Host(`mta-sts.fitz.guru`)" - "traefik.http.routers.mta-sts-fitz-guru.rule=Host(`mta-sts.fitz.guru`)"
- "traefik.http.routers.mta-sts-fitz-guru.entrypoints=websecure" - "traefik.http.routers.mta-sts-fitz-guru.entrypoints=websecure"
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "mta-sts", "name": "mta-sts",
"version": "1.0.1", "version": "1.0.2",
"description": "MTA-STS static site with nginx", "description": "MTA-STS static site with nginx",
"packageManager": "pnpm@10.28.2", "packageManager": "pnpm@10.28.2",
"engines": { "engines": {