HoneyComb

HoneyComb is a web interface for managing FreeBSD jails and Bhyve VMs.
Log | Files | Refs | README | LICENSE

commit 271b8128ffaeea84a1ee738b6580fdec11f909aa
parent b33e420039ab781fa4d35fb5995c58de263844cf
Author: Tyler Clark <tyler.clark@foxide.xyz>
Date:   Mon, 15 Sep 2025 18:47:16 -0400

Adding WIP to README

Diffstat:
MREADME.md | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -1,3 +1,3 @@ # HoneyComb Project HoneyComb is a project for creating a web interface for interacting with Bhyve VMs and jails on FreeBSD hosts. -The project utilizes the Go + HTMX stack. +The project utilizes the Go + HTMX stack and is currently a work in progress.