2026-05-07 23:13:25 +00:00
|
|
|
baseURL = "https://kms.viktorbarzin.me/"
|
|
|
|
|
languageCode = "en-us"
|
|
|
|
|
title = "kms.viktorbarzin.me"
|
|
|
|
|
disableKinds = ["taxonomy", "term", "RSS", "sitemap", "404"]
|
|
|
|
|
|
|
|
|
|
[params]
|
2026-05-09 17:54:38 +00:00
|
|
|
description = "Public KMS host for activating Microsoft Volume License Windows, Office, Project, and Visio. Free, no signup, no tracking."
|
2026-06-01 08:05:31 +00:00
|
|
|
# siteHost serves this website + the /scripts/*.ps1 downloads (Traefik).
|
|
|
|
|
# kmsHost is the raw KMS endpoint on :1688 (vlmcsd) — a SEPARATE A-only host
|
|
|
|
|
# so it resolves to the KMS server both on the LAN and over the internet.
|
|
|
|
|
# They must stay distinct: kms.viktorbarzin.me:1688 hits Traefik (no KMS).
|
|
|
|
|
siteHost = "kms.viktorbarzin.me"
|
|
|
|
|
kmsHost = "vlmcs.viktorbarzin.me"
|
2026-05-07 23:13:25 +00:00
|
|
|
kmsPort = 1688
|
2026-05-09 17:54:38 +00:00
|
|
|
bootstrapURL = "/scripts/kms-bootstrap.ps1"
|
|
|
|
|
setupURL = "/scripts/setup-kms.ps1"
|
2026-05-07 23:13:25 +00:00
|
|
|
|
|
|
|
|
[markup]
|
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
|
unsafe = true
|