@hanscees YunoHost is THE BEST!!! super easy to install, upgrade and maintain
Am Wochenende den Umzug meines #Homelab von #Kubernetes zurück zu "normalen" Dockern vollzogen. Allerdings nicht eine große VM auf meinem #Proxmox Host, sondern thematisch sortiert.
Dazu haben manche Anwendungen wie #Immich oder #Paperless ihre eigenen VMs bekommen. Einfach zur sauberen Abgrenzung.
Are you in #tech and running your own #Fediverse instance? You might want to join an Activity Pub relay instance!
My relay at https://fedi-relay.gyptazy.com has currently 139 instances connected, mostly tech related sharing the same mindset and interests like #Linux, #BSD, #Ansible, #Proxmox, #Coding, and many more! You can easily join from your instance when using #Pleroma, #snac ( #snac2), #Mastodon and its forks 🙂
#fedi #fediworld #fedicommunity #community #FreeBSD #OpenBSD #NetBSD #homelab #Python #Debian #RockyLinux #Feditips
Are you in #tech and running your own #Fediverse instance? You might want to join an Activity Pub relay instance!
My relay at https://fedi-relay.gyptazy.com has currently 139 instances connected, mostly tech related sharing the same mindset and interests like #Linux, #BSD, #Ansible, #Proxmox, #Coding, and many more! You can easily join from your instance when using #Pleroma, #snac ( #snac2), #Mastodon and its forks 🙂
#fedi #fediworld #fedicommunity #community #FreeBSD #OpenBSD #NetBSD #homelab #Python #Debian #RockyLinux #Feditips
🚀 Live from the Dutch #Proxmox Day in Ede: #ProxLB takes the stage!
Today, you can get some more insights about the ProxLB project at the Dutch Proxmox Day 2025, hosted by our friends Tuxis (tuxis.nl)! Even I cannot make it, I'm really happy to know that my mate @formorer@rollenspiel.social (from @credativde@mastodon.social) is stepping in for me to provide you more information and details about ProxLB and its functions!
Together, we can improve and create a fully open source based virtualization environment, fitting all needs - and Proxmox is a perfect base! And we will also see some more talks from Tuxis (tuxis.nl), Proxmox Server Solutions, ESA and Veeam Software.
#opensource #proxmox #pve #foss #virtualization #conference #talk #dutchproxmoxday #dutchproxmoxday2025
🚀 Live from the Dutch #Proxmox Day in Ede: #ProxLB takes the stage!
Today, you can get some more insights about the ProxLB project at the Dutch Proxmox Day 2025, hosted by our friends Tuxis (tuxis.nl)! Even I cannot make it, I'm really happy to know that my mate @formorer@rollenspiel.social (from @credativde@mastodon.social) is stepping in for me to provide you more information and details about ProxLB and its functions!
Together, we can improve and create a fully open source based virtualization environment, fitting all needs - and Proxmox is a perfect base! And we will also see some more talks from Tuxis (tuxis.nl), Proxmox Server Solutions, ESA and Veeam Software.
#opensource #proxmox #pve #foss #virtualization #conference #talk #dutchproxmoxday #dutchproxmoxday2025
I just released ProxLB 1.1.7 for Proxmox - bringing in DRS alike VM resource based balancing to your Proxmox cluster!
What is ProxLB?
The Prox Load Balancer (ProxLB) helps you to rebalance your Container and VM workloads across your nodes in your Proxmox cluster based on the resource usage of nodes (e.g., CPU, memory, local disk).
Changelog:
* Add conntrack state aware migrations of VMs. (Closes: 305)
* Add graceful shutdown for SIGINT command. (Closes: 304)
* Fix crash when validating absent migration job ids. (Closes: 308)
* Fix guest object names are not being evaluated in debug log. (Closes: 310)
* Note: Have a great Dutch Proxmox Day 2025!
ProxLB is fully #opensource and under #GPL (#GPLv3).
Changelog: https://github.com/gyptazy/ProxLB/releases/tag/v1.1.7
Project: https://proxlb.de
#ProxLB #Proxmox #Virtualization #Loadbalancer #OpenSource #Python #Coding #DutchProxmoxDay #DutchProxmoxDay2025 #PVE #Proxcon #Proxday #KVM
I just released ProxLB 1.1.7 for Proxmox - bringing in DRS alike VM resource based balancing to your Proxmox cluster!
What is ProxLB?
The Prox Load Balancer (ProxLB) helps you to rebalance your Container and VM workloads across your nodes in your Proxmox cluster based on the resource usage of nodes (e.g., CPU, memory, local disk).
Changelog:
* Add conntrack state aware migrations of VMs. (Closes: 305)
* Add graceful shutdown for SIGINT command. (Closes: 304)
* Fix crash when validating absent migration job ids. (Closes: 308)
* Fix guest object names are not being evaluated in debug log. (Closes: 310)
* Note: Have a great Dutch Proxmox Day 2025!
ProxLB is fully #opensource and under #GPL (#GPLv3).
Changelog: https://github.com/gyptazy/ProxLB/releases/tag/v1.1.7
Project: https://proxlb.de
#ProxLB #Proxmox #Virtualization #Loadbalancer #OpenSource #Python #Coding #DutchProxmoxDay #DutchProxmoxDay2025 #PVE #Proxcon #Proxday #KVM
Hey #Proxmox community! I would like to hear your thoughts on how you usually update your Proxmox nodes and clusters. How do you handle minor Proxmox and #Debian package upgrades with #APT?
What would you think about a new API endpoint that lets you run unattended upgrades with a simple call like:
/nodes/{node_name}/apt/upgrade
At the moment you need to use the node’s HTML5 console to perform upgrades. Other methods exist such as running unattended Debian upgrade scripts, using patch management tools like #Spacewalk or #QualvoSec, or automating the process with #Ansible over SSH. My idea is to have an API based solution that relies on Proxmox authentication and authorization. This would also allow third party tools such as #ProxLB to provide automated patch management and even handle guest rebalancing in a way that is similar to DRS without requiring direct SSH access.I have already been running this approach on several internal clusters since the release of PVE 8 without issues. Now I am interested to hear if you would use unattended upgrades in general or if you are already running them today.
#Linux #OpenSource #PatchManagement #Security #DevOps #Automation #Ansible #PVE #PVE8 #PVE9
Hey #Proxmox community! I would like to hear your thoughts on how you usually update your Proxmox nodes and clusters. How do you handle minor Proxmox and #Debian package upgrades with #APT?
What would you think about a new API endpoint that lets you run unattended upgrades with a simple call like:
/nodes/{node_name}/apt/upgrade
At the moment you need to use the node’s HTML5 console to perform upgrades. Other methods exist such as running unattended Debian upgrade scripts, using patch management tools like #Spacewalk or #QualvoSec, or automating the process with #Ansible over SSH. My idea is to have an API based solution that relies on Proxmox authentication and authorization. This would also allow third party tools such as #ProxLB to provide automated patch management and even handle guest rebalancing in a way that is similar to DRS without requiring direct SSH access.I have already been running this approach on several internal clusters since the release of PVE 8 without issues. Now I am interested to hear if you would use unattended upgrades in general or if you are already running them today.
#Linux #OpenSource #PatchManagement #Security #DevOps #Automation #Ansible #PVE #PVE8 #PVE9
Featuring:
* EVPN configuration for SDNs between clusters
* Search functionality got improved (see screenshot)
* Metrics are gathered in a more efficient way
* Privilege Management for users from the UI
#Proxmox #PVE #OpenSource #Virtualization #vcenter
Featuring:
* EVPN configuration for SDNs between clusters
* Search functionality got improved (see screenshot)
* Metrics are gathered in a more efficient way
* Privilege Management for users from the UI
#Proxmox #PVE #OpenSource #Virtualization #vcenter
🤦♂️ Why didn't I know about Masto-FE (🦥 flavour) before?
I've been searching for weeks for a good web client for my #GoToSocial instance – and then I finally actually read the text on the login page. 🙄
Classic case of missing the obvious! 🌳
So I quickly set up a new container with #MastoFE in #Proxmox and... nice! 🚀
Really like it! It's the familiar Mastodon web client (which is pretty good), but fully optimized for #GTS.
Running #selfhosted from my #homelab as usual - #privacy matters too much to trust anybody else.
🤜🤛 Sichern Sie Ihre IT mit Proxmox & credativ®: Lizenzierung, Support & Expertise aus einer Hand – maßgeschneidert für Unternehmen:
https://www.credativ.de/portfolio/support/proxmox-virtualisierung/
🤜🤛 Sichern Sie Ihre IT mit Proxmox & credativ®: Lizenzierung, Support & Expertise aus einer Hand – maßgeschneidert für Unternehmen:
https://www.credativ.de/portfolio/support/proxmox-virtualisierung/
DRS alike VM balancing in #Proxmox clusters? #ProxLB 1.1.6.1 has been released. ProxLB is free and #opensource.
#devops #virtualization #python #python3 #coding #tools #pve #prox #proxlb #drs #clustering #loadbalancing #features
GitHub: https://github.com/gyptazy/ProxLB
DRS alike VM balancing in #Proxmox clusters? #ProxLB 1.1.6.1 has been released. ProxLB is free and #opensource.
#devops #virtualization #python #python3 #coding #tools #pve #prox #proxlb #drs #clustering #loadbalancing #features
GitHub: https://github.com/gyptazy/ProxLB
Alright - I've followed @Starkimarm recommendation and installed #Proxmox on the server. On new NVMes following @cubeos advice. 😉
I also successfully installed #homeassistant using the Proxmox VE Helper Scripts
Now - what's the recommended way to install #nextcloud #paperlessng #unifi etc? These are only available as LXC or, as for Nextcloud, a super old VM.
Would you install a dedicated VM for each (Debian?) and then only the LXC on that or is there a better way?