librelad c1863b3e00 feat(site): data-driven Eleventy marketing site
A nebula-themed marketing/get site under site/, matching the dashboard
(aurora background, glass cards, system fonts — no Google/third-party
calls). The app grid + category filters are generated from the repo:
scripts/gen-data.mjs reads each containers/<app>/<app>.config and emits the
data Eleventy renders. `npm run build` -> static site in dist/.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Signed-off-by: librelad <librelad@digitalangels.vip>
2026-05-22 00:45:01 +01:00

13 lines
656 B
JSON

{
"name": "LibrePortal",
"tagline": "your own private corner of the universe",
"version": "v0.1.0",
"installUrl": "https://get.libreportal.org",
"installCmd": "bash <(curl -fsSL https://get.libreportal.org) init",
"repo": "https://gitea.scottwebstar.co.uk/Webstar/LibrePortal",
"promiseUrl": "https://gitea.scottwebstar.co.uk/Webstar/LibrePortal/raw/branch/main/PROMISE.md",
"contributingUrl": "https://gitea.scottwebstar.co.uk/Webstar/LibrePortal/raw/branch/main/CONTRIBUTING.md",
"initUrl": "https://gitea.scottwebstar.co.uk/Webstar/LibrePortal/raw/branch/main/init.sh",
"inspiration": "https://gitlab.com/bmcgonag/docker_installs"
}