Skip to content

Commit 8ed92f3

Browse files
committed
docs: add CLAUDE.md
1 parent 32701f9 commit 8ed92f3

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

CLAUDE.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Scripts
2+
3+
General-purpose utility scripts for selfhosted infrastructure.
4+
5+
## Key Scripts
6+
- `nextdns_sync.py` — Syncs NextDNS configuration
7+
- `.bash_aliases` — Shared shell aliases
8+
- `sysrestart` — System restart utility
9+
10+
## Legacy (may be deprecated)
11+
- `syncaliases.sh` — Alias sync (replaced by dockergit)
12+
- `PiHoleInstall.txt` / `PiHoleOS.txt` — Pi-hole setup notes
13+
- `server-xfer.md` — Server transfer documentation
14+
15+
## Conventions
16+
- Bash scripts: POSIX-compatible where possible
17+
- Python scripts: Use system python or project venv

0 commit comments

Comments
 (0)