fix: rename Homelab-Docs → oikos across all active files; add public enrollment route
This commit is contained in:
@@ -17,7 +17,7 @@ if command -v realpath &>/dev/null; then
|
||||
elif command -v grealpath &>/dev/null; then
|
||||
REPO_REAL=$(grealpath "$CONTEXT_DIR")
|
||||
else
|
||||
REPO_REAL=$(perl -e 'print Cwd::abs_path(shift)' "$CONTEXT_DIR" 2>/dev/null || echo "/Users/dtoro/Homelab-Docs")
|
||||
REPO_REAL=$(perl -e 'print Cwd::abs_path(shift)' "$CONTEXT_DIR" 2>/dev/null || echo "/Users/dtoro/oikos")
|
||||
fi
|
||||
REPO_OWNER=$(stat -f "%Su" "$REPO_REAL" 2>/dev/null || echo "dtoro")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user