We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32701f9 commit 8ed92f3Copy full SHA for 8ed92f3
1 file changed
CLAUDE.md
@@ -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