Skip to content

Files

Cannot retrieve ahead/behind information for this branch.

Folders and files

NameName
Last commit message
Last commit date
Nov 20, 2024
Nov 5, 2024
Nov 8, 2024
Nov 8, 2024
Nov 5, 2024
Jun 27, 2024
Jun 27, 2024
Jun 27, 2024
Jul 25, 2024
Feb 1, 2025
Dec 12, 2024
Jun 27, 2024
Jun 27, 2024

Blokhouse

This project aims to be a easy and simple to use CMDB, build with a automation first approach. The goal should be to have an easy to setup DB with all your assets, which then can be filled and read with automation tools like ansible, puppet, ect. and custom REST-API scripts, depending on your infrastructure.

Usage

# Docker
docker pull ghcr.io/d4sw4r/blokhouse:latest
docker run -p 8080:8080 ghcr.io/d4sw4r/blokhouse:latest

# Binary
./blokhouse

Build

# local installtion of templ is required
templ generate .
go build -o blokhouse cmd/blokhouse/main.go