Some checks failed
Deploy site / deploy (push) Waiting to run
Build ISO / build-iso (push) Has been cancelled
CI / lint (push) Successful in 1m26s
CI / test (push) Successful in 1m18s
CI / validate-json (push) Successful in 52s
CI / markdown-links (push) Successful in 27s
Release / release (push) Has been cancelled
Ships the open_url manifest field + the Open button in /apps and on
the landing page, replacing the fileshare-only hardcoded deep-link
with a generalised {host}-templated URL. Fileshare seed manifest
bumps to 0.1.2; the furtka-apps catalog release that goes with this
adds matching open_url values for fileshare + uptime-kuma.
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.7-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
|