- static/scripts/{setup-kms.ps1,kms-bootstrap.ps1}: public, internet-friendly
- Drop \\nas.viktorbarzin.lan\\Emo shared\\ refs (internal SMB share, leaks personal name)
- Reframe LAN section as optional auto-discovery for self-hosters
- Add privacy + legality FAQs
- Quick Start uses one-liner: iwr | iex against /scripts/kms-bootstrap.ps1
- bootstrapURL now points at site-relative /scripts/
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
16 lines
565 B
TOML
16 lines
565 B
TOML
baseURL = "https://kms.viktorbarzin.me/"
|
|
languageCode = "en-us"
|
|
title = "kms.viktorbarzin.me"
|
|
disableKinds = ["taxonomy", "term", "RSS", "sitemap", "404"]
|
|
|
|
[params]
|
|
description = "Public KMS host for activating Microsoft Volume License Windows, Office, Project, and Visio. Free, no signup, no tracking."
|
|
kmsHost = "kms.viktorbarzin.me"
|
|
kmsHostLan = "kms.viktorbarzin.lan"
|
|
kmsPort = 1688
|
|
bootstrapURL = "/scripts/kms-bootstrap.ps1"
|
|
setupURL = "/scripts/setup-kms.ps1"
|
|
|
|
[markup]
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|