Create Inventory Repository

This repository is used to keep track of available inventory and tamper proofing evidence

Repository Structure

computers/
    <num>/
        description.txt
        tamper_evidence_front.jpeg
        tamper_evidence_back.jpeg
bundles/
    <num>/
        description.txt
        tamper_evidence_front.jpeg
        tamper_evidence_back.jpeg
sd_cards/
    <num>
        ...

Procedure: Setting up Repository

  1. Create a git repository using a git system such as Forgejo, GitLab, GitHub etc.

  2. Set appropriate permissions to limit who can write to the repository.

    • Require that all commits are signed using well known PGP keys
  3. Optionally set up a cron job that periodically pulls the data from the repository as a backup.