|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +title: "Proxmox Automation with Proxmox Helper Scripts!" |
| 4 | +date: 2024-05-30 08:00:00 -0500 |
| 5 | +categories: homelab hardware |
| 6 | +tags: proxmox homelab lxc docker virtualization |
| 7 | +image: |
| 8 | + path: /assets/img/headers/proxmox-helper-scripts-hero.webp |
| 9 | + lqip: data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wCEAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAf/AABEIAAUACgMBEQACEQEDEQH/xAGiAAABBQEBAQEBAQAAAAAAAAAAAQIDBAUGBwgJCgsQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+gEAAwEBAQEBAQEBAQAAAAAAAAECAwQFBgcICQoLEQACAQIEBAMEBwUEBAABAncAAQIDEQQFITEGEkFRB2FxEyIygQgUQpGhscEJIzNS8BVictEKFiQ04SXxFxgZGiYnKCkqNTY3ODk6Q0RFRkdISUpTVFVWV1hZWmNkZWZnaGlqc3R1dnd4eXqCg4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2dri4+Tl5ufo6ery8/T19vf4+fr/2gAMAwEAAhEDEQA/AOP/AGR/ENlbfstaxdr4O8EXms6Pa6obTX9b8MaV4g1RAZ4ZTHG2sW93ZwxCO4+zKsdoD5Rn8xpXlie2/orPIVP9ZKVL6zi40K86KnRo4qvQh7yt/wAuakJP791G1kmn/P8AlcqcuGJzeHw8qsKdRRq1aFGtNWUnoq1OcLq3u+7aN3o9DwOXxNMksiCw04hJHXLWls7HaxGWd4GdmOMlnZmY8sxJJr61UFJJ89RXSdueWl9e6/JHzFLMKrpUmqWF1pwfvYTDTesVvKVJyk+8pNuT1erP/9k= |
| 10 | +--- |
| 11 | + |
| 12 | +Proxmox helper scripts is a collection of scripts to help you easily make changes to your Proxmox VE server along with installing many LXC Containers. This makes installing, configuring, and maintaining your Proxmox server in your HomeLab along with many applications as simple as running a script. |
| 13 | + |
| 14 | +{% include embed/youtube.html id='kcpu4z5eSEU' %} |
| 15 | +📺 [Watch Video](https://www.youtube.com/watch?v=kcpu4z5eSEU) |
| 16 | + |
| 17 | +Check out Proxmox VE Helper Scripts on Github: <https://github.com/tteck/Proxmox> |
| 18 | + |
| 19 | +## Disclosures |
| 20 | + |
| 21 | +- Nothing in this video was sponsored |
| 22 | + |
| 23 | +## Notes |
| 24 | + |
| 25 | +> *Note: Be sure to always inspect any script before executing it, whether local or from the internet!* |
| 26 | +{: .prompt-warning } |
| 27 | + |
| 28 | +You can find the website here: <https://helper-scripts.com/scripts> |
| 29 | + |
| 30 | +If you want to execute scripts from a commit SHA (somewhat immutable), you can execute the script like so (commit SHA of the date this video was released): |
| 31 | + |
| 32 | +- Visit the link with a commit hash <https://github.com/tteck/Proxmox/tree/e842d2ec3d8f358eed443be2ecbecb2f3b4137d0> |
| 33 | +- Find your script (`homeassistant-core-install.sh`) choose the RAW option |
| 34 | +- This will create a link like <https://raw.githubusercontent.com/tteck/Proxmox/e842d2ec3d8f358eed443be2ecbecb2f3b4137d0/install/homeassistant-core-install.sh> |
| 35 | + |
| 36 | +You can now use this hash to execute this script. This will ensure that you can run this repeatable (and not always latest) |
| 37 | + |
| 38 | +```bash |
| 39 | +bash -c "$(wget -qLO - https://raw.githubusercontent.com/tteck/Proxmox/e842d2ec3d8f358eed443be2ecbecb2f3b4137d0/install/homeassistant-core-install.sh)" |
| 40 | +``` |
| 41 | + |
| 42 | +You can reuse this commit SHA for all other scripts (just replace the path) |
| 43 | + |
| 44 | +## Join the conversation |
| 45 | + |
| 46 | +<blockquote class="twitter-tweet" data-dnt="true" data-theme="dark"><p lang="en" dir="ltr">This past week I got to learn all about Proxmox Helper Scripts, a wonderful collection of scripts to help you automate common tasks with Proxmox along with LXC container installs!<a href="https://t.co/CRuExA8Ik2">https://t.co/CRuExA8Ik2</a> <a href="https://t.co/1u1JRWGEav">pic.twitter.com/1u1JRWGEav</a></p>— Techno Tim (@TechnoTimLive) <a href="https://twitter.com/TechnoTimLive/status/1796217587526778897?ref_src=twsrc%5Etfw">May 30, 2024</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> |
| 47 | + |
| 48 | +## Links |
| 49 | + |
| 50 | +🛍️ Check out the new Merch Shop at <https://l.technotim.live/shop> |
| 51 | + |
| 52 | +⚙️ See all the hardware I recommend at <https://l.technotim.live/gear> |
| 53 | + |
| 54 | +🚀 Don't forget to check out the [🚀Launchpad repo](https://l.technotim.live/quick-start) with all of the quick start source files |
| 55 | + |
| 56 | +🤝 Support me and [help keep this site ad-free!](/sponsor) |
0 commit comments