root
d49801136a
Fix: Bootstrap script now adds scripts directory to PATH permanently
...
- Automatically adds 'export PATH="$HOME/.homelab-scripts:$PATH"' to ~/.bashrc
- Checks if already present to avoid duplicates
- Also adds to current session PATH immediately
- Eliminates need for manual 'export PATH' commands
- init-project now works in all future shells
2025-11-23 21:45:37 +00:00
root
23aba5df18
Update: Scripts README with init-project documentation
...
- Detailed explanation of init-project purpose
- Complete usage examples
- Show example output
- Clarify project structure (separate repos)
- Include workflow summary
2025-11-23 21:39:29 +00:00
root
bd3cda3f1d
Update: Bootstrap script now installs init-project helper
...
- Automatically installs init-project script to ~/.homelab-scripts
- Adds scripts directory to PATH
- Lists available commands after bootstrap
- Enables easy project initialization without manual git setup
2025-11-23 21:38:51 +00:00
root
72fd78de68
Add init-project script for easy project initialization
...
- Automatically creates project directory
- Initializes git repo with correct config
- Configures Gitea remote automatically
- Prevents asking for remote URL (fixes agent behavior)
- Usage: init-project <project-name>
2025-11-23 21:38:26 +00:00
f2f84b3a24
Update scripts/README.md
2025-11-23 21:04:16 +00:00
root
edc29c353a
Update scripts README with bootstrap-agents.sh documentation
2025-11-23 20:55:19 +00:00
root
4f23243a7a
Add bootstrap script for VPS agent setup - Automatically clones/updates homelab-agents repo
2025-11-23 20:54:42 +00:00
Homelab Automation
49161ed68d
Add complete homelab agents structure, templates, and sysadmin-session-closer agent
2025-11-23 14:39:16 +00:00