furtka/website/hugo.toml
Daniel Maksymilian Syrnicki cf93ef44cb
Some checks failed
Build ISO / build-iso (push) Successful in 26m56s
Deploy site / deploy (push) Successful in 23s
CI / lint (push) Successful in 34s
CI / test (push) Successful in 1m4s
CI / validate-json (push) Successful in 51s
CI / markdown-links (push) Successful in 28s
Release / release (push) Failing after 7m38s
chore: release 26.8-alpha (power actions, supersedes orphan 26.7 tag)
Adds Reboot + Shut down buttons on /settings, backed by a new
POST /api/furtka/power endpoint that kicks a delayed `systemd-run
--on-active=3s systemctl {reboot|poweroff}` so the HTTP response
flushes before the kernel loses network. Both buttons open a native
confirm dialog; after reboot, the page polls /furtka.json until the
box is back and reloads itself.

26.7-alpha was tagged on 5d8ac63 but release.yml never fired for that
tag (Forgejo race with the concurrent main push; re-push of the deleted
tag didn't wake the workflow either). 26.8 supersedes it and carries
the same open_url + Open-button content plus the power actions.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-20 16:00:19 +02:00

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.8-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