Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • lateralus lateralus
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • go
  • lateraluslateralus
  • Merge requests
  • !15

Merged
Created Jun 24, 2026 by Hans@gormed⌨Owner

feat(scripts): add bob dietpi setup templater

  • Overview 0
  • Commits 3
  • Changes 9

Summary

Adds a new bob dietpi setup workflow to generate per-device DietPi automation files with validated inputs, plus docs and a repeatable local smoke-test target.

What’s in this PR

  • New command wiring in bob
  • New generator in dietpi.sh
  • Docs for usage/validation/errors in README.md
  • Make helpers in Makefile:
    • bob-dietpi-setup-example
    • bob-dietpi-setup-example-clean
  • Changelog entry under 3.1.0 in CHANGELOG.md

Behavior

  • Generates:
    • deploy/dietpi.<device-name>.txt
    • deploy/dietpi-wifi.<device-name>.txt
  • Validates required/allowed values (SSH pubkey path, locale/timezone/layout, index sets, WiFi config)
  • Supports flag-based and interactive WiFi input
  • Keeps one active WiFi slot
  • Auto-generates 32-char alnum global password when omitted
  • Refuses overwrite unless --force is passed
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: gormed/chore/dietpi-setup