Skip to content

v0.1 – Initial public release (setup + test suite)

Choose a tag to compare

@deadhedd deadhedd released this 23 Jun 20:25
· 359 commits to master since this release

This is the initial public release of the OpenBSD server setup and test suite for hosting Git-backed Obsidian vaults.

Included Scripts

  • openbsd_server_rebuild_public_v0.1.sh
    A setup script that configures a fresh OpenBSD system with:

    • Static networking and DNS
    • Hardened SSH
    • User creation and shell setup
    • Git install and push-ready bare repo
    • Safe directory flags and doas configuration
  • test_openbsd_setup_public_v0.1.sh
    A TAP-compatible test script validating the configuration, covering:

    • User and shell setup
    • File permissions and doas policy
    • Static network config and DNS
    • SSH hardening
    • Git install and push access
    • Repo structure and safe Git flags

Highlights

  • Self-contained, repeatable tests
  • Non-destructive, read-only validation
  • Fully functional vault hosting setup

Looking to contribute or suggest changes? Open an issue or submit a PR.