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-06-01 19:15:10 +00:00
|
|
|
winURL = "/scripts/activate-windows.ps1"
|
|
|
|
|
officeURL = "/scripts/activate-office.ps1"
|
2026-06-01 10:12:03 +00:00
|
|
|
keysURL = "/keys.json"
|
|
|
|
|
|
|
|
|
|
# Publish data/products.yaml as machine-readable JSON at /keys.json so the
|
|
|
|
|
# activation scripts can fetch the GVLKs (single source of truth, no hardcoding).
|
|
|
|
|
# /keys.json is carved out of Anubis alongside /scripts (see stacks/kms).
|
|
|
|
|
[outputs]
|
|
|
|
|
home = ["HTML", "KEYS"]
|
|
|
|
|
|
|
|
|
|
[outputFormats.KEYS]
|
|
|
|
|
mediaType = "application/json"
|
|
|
|
|
baseName = "keys"
|
|
|
|
|
isPlainText = true
|
2026-05-07 23:13:25 +00:00
|
|
|
|
|
|
|
|
[markup]
|
|
|
|
|
[markup.goldmark.renderer]
|
|
|
|
|
unsafe = true
|