Initial commit: homelab infrastructure wiki
- Full Obsidian vault content - Host configs (ice, grizzley, ubuntu, proxmox, truenas, panda, hyte) - Media stack documentation - Traefik HA setup - Automation scripts - Bachelor party planning
This commit is contained in:
35
Templates/script-template.md
Normal file
35
Templates/script-template.md
Normal file
@@ -0,0 +1,35 @@
|
||||
---
|
||||
script:
|
||||
name: ""
|
||||
type: shell|python|automation
|
||||
path: ""
|
||||
purpose: ""
|
||||
usage: ""
|
||||
requires: []
|
||||
created: 2026-01-06
|
||||
updated: 2026-01-06
|
||||
---
|
||||
|
||||
# Script:
|
||||
|
||||
## Purpose
|
||||
|
||||
## Usage
|
||||
|
||||
```bash
|
||||
# Basic usage
|
||||
./script.sh
|
||||
|
||||
# With arguments
|
||||
./script.sh --option value
|
||||
```
|
||||
|
||||
## Requirements
|
||||
|
||||
## Examples
|
||||
|
||||
## Configuration
|
||||
|
||||
## Notes
|
||||
|
||||
## Related
|
||||
Reference in New Issue
Block a user