add 000-configs/, dashboard, templates, .obsidian/, bin/, model-identity

This commit is contained in:
stateofshit
2026-07-29 13:29:47 +00:00
parent c22bd80fe1
commit 36eca4ca89
31 changed files with 1127 additions and 17 deletions
+23
View File
@@ -0,0 +1,23 @@
---
title: "bin"
status: "active"
folder: "bin"
tags: [scripts, index]
created: "2026-07-29"
updated: "2026-07-29"
version: "1.0.0"
---
# bin
Helper shell scripts.
## Current
- [[daily.sh]] — auto-create today's daily note from `tpl/daily.md`. Run from cron on the main server, not from openwebui.
## Adding a script
- Filename: `snake_case.sh`
- Must be executable (`chmod +x`)
- Add to this README