From 0f310aa4501bef642fc67d5f8bada737a9611fd5 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 28 Jun 2025 16:04:15 +0900 Subject: static: replace features with package --- static/package.html | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 static/package.html (limited to 'static/package.html') diff --git a/static/package.html b/static/package.html new file mode 100644 index 00000000..b28beb5e --- /dev/null +++ b/static/package.html @@ -0,0 +1,52 @@ + + + + + Package | Hakurei + + + + + + + + + + + + + + + + + + + + [[css|/main.css]] + + + + [[js|/js/redirect.js]] + + + {% with current_page="package" %} + {% include "header.html" %} + {% endwith %} +
+

Package management

+ +

Planterette is an experimental Android-like package manager providing + fully self-contained apps running in Hakurei containers. The planterette + software is not part of Hakurei and configures Hakurei through the public JSON API.

+ +

Planterette is currently in a very early stage of development, and using it for + anything beyond experimentation or development is not recommended.

+ +

If you wish to work on planterette, its source code can be found under + cmd/planterette of Hakurei's source tree. This is subject to change. + The Nix package builder can be accessed via the buildPackage output + of the Nix flake, however this is pending replacement.

+
+ {% include "footer.html" %} + + -- cgit v1.3.1