To host the Docker Compose files for the blog on homelab.casaursus.net
My newest scripts will be found in the SCRIPTS section
- My new Template builder script can be or pulled by git or downloaded from
https://github.com/nallej/MyJourney/raw/main/scripts/myTemplateBuilder.sh?ref=homelab.casaursus.net - It automate template creation for VMs and K0s, K3s and K8s clusters
- New version 5.2 https://github.com/nallej/MyJourney/raw/main/scripts/TemplateBuilder.sh
New setup script myVMsetup is recommended over the 3 part scripts.
Get it to your VM pull: wget https://github.com/nallej/MyJourney/raw/main/myVMsetup.sh
Make the script executable : chmod +x myVMsetup.sh
Obsolete version
Initial pull: wget https://raw.githubusercontent.com/nallej/MyJourney/main/1-install.sh
Make the script executable : chmod +x 1-install.sh
Clear an old key : ssh-keygen -f "/etc/ssh/ssh_known_hosts" -R "10.10.10.10"
Generate a new key : ssh-keygen -t ed25519 -C "user@example.com"
save as filneme -f filename
Add your public key : ssh-copy-id -i ~/.ssh/id_ed25519.pub user@10.10.10.10
Fix node ssh key issue: ssh -o "HostKeyAlias=node103" root@10.10.10.103
Updat Proxmox bash with my preferenses:wget https://github.com/nallej/MyJourney/raw/main/BashAddon.sh
Add to or change the bash commands:wget https://github.com/nallej/MyJourney/raw/main/.bash_aliases
And also the personal bash prompt:wget https://github.com/nallej/MyJourney/raw/main/.bash_prompt
Firewall errors can be really bad.
To fix do pve-firewall stop
If you like to disable it permanently
nano /etc/pve/firewall/cluster.fw
- set
enable: 1
toenable: 0