Bumps version everywhere user-facing that had drifted from the tag:
- pyproject.toml 26.0 → 26.4
- website/hugo.toml 26.0 → 26.4 (driving furtka.org landing + footer)
- website/content/_index{.md,.de.md} status string
- webinstaller/templates/base.html footer (was hardcoded — noted as
follow-up to read dynamically from pyproject.toml)
Promotes the Unreleased section to 26.4-alpha and folds in today's
additions:
- Local HTTPS via Caddy tls internal + opt-in redirect toggle
- Two self-update UX fixes (Installed-field refresh + 45s reload
fallback)
- Impressum + Datenschutzerklärung on furtka.org
- deploy-site.yml auto-deploy of the Hugo site on push-to-main
- Smoke VM pipeline on .165 Proxmox (build-iso inline smoke step +
workflow_dispatch Smoke latest ISO for cheap re-tests)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
36 lines
844 B
TOML
36 lines
844 B
TOML
baseURL = "https://furtka.org/"
|
|
title = "Furtka"
|
|
defaultContentLanguage = "en"
|
|
defaultContentLanguageInSubdir = false
|
|
enableRobotsTXT = true
|
|
|
|
[params]
|
|
description = "Open-source home server OS — simple enough for everyone."
|
|
version = "26.4-alpha"
|
|
contactEmail = "hallo@furtka.org"
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|
|
|
|
[languages]
|
|
[languages.en]
|
|
languageCode = "en-us"
|
|
languageName = "English"
|
|
title = "Furtka"
|
|
weight = 1
|
|
[languages.en.params]
|
|
description = "Open-source home server OS — simple enough for everyone."
|
|
|
|
[languages.de]
|
|
languageCode = "de-de"
|
|
languageName = "Deutsch"
|
|
title = "Furtka"
|
|
weight = 2
|
|
[languages.de.params]
|
|
description = "Offenes Heimserver-Betriebssystem — einfach genug für alle."
|
|
|
|
[build]
|
|
writeStats = true
|
|
|
|
[minify]
|
|
minifyOutput = true
|