Skip to content

To host the Docker Compose files for the blog on homelab.casaursus.net

License

Notifications You must be signed in to change notification settings

nallej/MyJourney

Repository files navigation

MyJourney

To host the Docker Compose files for the blog on homelab.casaursus.net

Newest scripts

My newest scripts will be found in the SCRIPTS section

Other scripts

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

Other

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

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 to enable: 0

Proxmox® is a registered trademark of Proxmox Server Solutions GmbH.

About

To host the Docker Compose files for the blog on homelab.casaursus.net

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages