T
tteckster
Member
- Apr 1, 2022
- 36
- 15
- 13
- Jul 17, 2022
- #1
If you're using Proxmox, you should be using Proxmox Helper Scripts
50+ scripts to help with your Homelab / Home Automation.
Many new/updated scripts
Always remember to use due diligence when sourcing scripts and automation tasks from third-party sites.
Last edited:
Reactions:
HnsMldr, matrix1999, rixiu and 6 othersB
bgv2020
Active Member
- Mar 10, 2019
- 15
- 1
- 43
- Jul 18, 2022
- #2
tteckster said:
If you're using Proxmox, you should be using Proxmox Helper Scripts™
50+ scripts to help with your Homelab / Home Automation.
Many new/updated scriptsAlways remember to use due diligence when sourcing scripts and automation tasks from third-party sites.
Awesome! Thanjs
t.lamprecht
Proxmox Staff Member
Staff member
- Jul 28, 2015
- 6,232
- 2,828
- 303
- South Tyrol/Italy
- shop.proxmox.com
- Jul 18, 2022
- #3
tteckster said:
Proxmox Helper Scripts™
I'd assume that this isn't meant as serious trademark but rather in jest, but note that Proxmox Server Solutions is holding the registered trademark for Proxmox and all derived brands, and don't get me wrong, I find it great that you share resources on how to make usage of Proxmox VE even nicer for some cases, but we're obliged to defend that trademark if we see possible violations, even if they're small/jokingly made, so it'd be great if you could please drop that ™ from the title (edit thread, top right) and the post, thanks!
If one wants to use the Proxmox name or logo I'd recommend checking out our brand guideline in how to do so legally and safely, it can be downloaded/opened as PDF here: https://www.proxmox.com/en/news/media-kit
And that really is key:
tteckster said:
Always remember to use due diligence when sourcing scripts and automation tasks from third-party sites.
FWIW (as I didn't check all), but at least the kernel cleaner really isn't required anymore, as we have a apt hook taking care of that in a sensible way since a while, just use apt autoremove
once in a while.
Reactions:
veterpee, Dunuin, tteckster and 1 other personJ
jsabater
Member
- Oct 25, 2021
- 103
- 10
- 23
- 48
- Palma, Mallorca, Spain
- Jul 18, 2022
- #4
I would absolutely terrific if people could share similar scripts to get LXC up and running, and maintenance tasks, but in the form of Ansible Roles/Playbooks.
Nonetheless, good work and thanks for sharing!
T
twl
New Member
- Oct 30, 2021
- 14
- 11
- 3
- Oct 10, 2022
- #5
I also just recently learned about this project. I like it very much but as I'm not well versed in understanding bash scripts, I'm not 100% comfortable to run them.
Are there some tips/tools to check those scripts. What should I look out for?
3
33_viper_33
New Member
- Feb 11, 2023
- 8
- 0
- 1
- Mar 18, 2023
- #6
This is an amazing project! Thank you all for your work.
Just an idea to take it to the next level, it would be awesome to make this a "community store" within the Proxmox admin webpage. Think HACS for Home Assistant. It could be something a bit more simple, say moving the existing webpage into a tab in the host management page with links that bring up a console and run the script with a simple click... Now there would only be one script to copy/past to install the add-on PVECS....
V
valsergi
New Member
- Feb 5, 2024
- 2
- 0
- 1
- Feb 5, 2024
- #7
Hello, I am very new to the world of proxmox and this has helped me a lot to be able to create my machines and use the services, but I have a question, I created an lxc for unifi network, and now an available update appears from the control panel and when I click on it, it downloads a file, how can I install it or how can I update the server application? THANK YOU!!!
J
jsabater
Member
- Oct 25, 2021
- 103
- 10
- 23
- 48
- Palma, Mallorca, Spain
- Feb 5, 2024
- #8
valsergi said:
Hello, I am very new to the world of proxmox and this has helped me a lot to be able to create my machines and use the services, but I have a question, I created an lxc for unifi network, and now an available update appears from the control panel and when I click on it, it downloads a file, how can I install it or how can I update the server application? THANK YOU!!!
You either use the classic apt-get update && apt-get dist-upgrade
console commands or you use the WebGUI, by selecting each node of the cluster and going to the Updates
menu option.
V
valsergi
New Member
- Feb 5, 2024
- 2
- 0
- 1
- Feb 5, 2024
- #9
jsabater said:
You either use the classic
apt-get update && apt-get dist-upgrade
console commands or you use the WebGUI, by selecting each node of the cluster and going to theUpdates
menu op
Ok, thank you for the answer
I entered the LXC and ran the update command and it worked, it was updated
I already have the latest version, thank you!!!
J
jsabater
Member
- Oct 25, 2021
- 103
- 10
- 23
- 48
- Palma, Mallorca, Spain
- Feb 5, 2024
- #10
valsergi said:
Ok, thank you for the answer
I entered the LXC and ran the update command and it worked, it was updated
I already have the latest version, thank you!!!
Oh, you meant the LXC. I thought you meant the node. In that case, yes, you connect to the LXC via the WebGUI terminal or SSH and you run the commands.
Reactions:
valsergiI
ilium007
Active Member
- Feb 25, 2020
- 50
- 3
- 28
- 45
- May 14, 2024
- #11
Timers aren’t working in the change detection.io LXC. Container installs fine and everything seems to work but the scheduled checks never fire after the first one upon saving.
B
buschef
New Member
- May 21, 2024
- 1
- 0
- 1
- May 21, 2024
- #12
I set up my first Proxmox server today (version 8.2.2). None of the tested scripts work! Does something else have to be set in Proxmox?
I proceeded according to these instructions:
https://community.home-assistant.io/t/installing-home-assistant-os-using-proxmox-8/201835
I tested these two, for example:
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/post-pve-install.sh)"
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/vm/haos-vm.sh)"
You must log in or register to reply here.