this post was submitted on 15 Jun 2023
24 points (100.0% liked)

Proxmox

1099 readers
1 users here now

Proxmox VE is a complete, open-source server management platform for enterprise virtualization. It tightly integrates the KVM hypervisor and Linux Containers (LXC), software-defined storage and networking functionality, on a single platform. With the integrated web-based user interface you can manage VMs and containers, high availability for clusters, or the integrated disaster recovery tools with ease.

Proxmox VE Official site

K3S on Proxmox LXC

founded 2 years ago
MODERATORS
 

I didn't see one when doing a search so I made it. I am absolutely not the right person for this job but here I am!

Feel free to share or ask anything related to Proxmox here. We are in the stages of any content is at least content. As more people join then the range of experience will grow and more information will be available to all.

all 12 comments
sorted by: hot top controversial new old
[–] nosut 3 points 2 years ago (2 children)

Just as a bit of additional information about me. I have been using Proxmox as a hypervisor on my home server for about a year. Still new with it. I enjoyed using r/proxmox but dont want to support Reddit in the current environment. I saw that there was no dedicated proxmox community on Lemmy so instead of waiting for something that might come later I decided to just start making communities for the things I enjoyed but were missing.

[–] Blackpaw 2 points 2 years ago (1 children)

Cheers, I hope it works out

[–] nosut 2 points 2 years ago

Same. It would be nice to not be at the mercy of the reddit admins. Hopefully with enough traction we can grow a community outside of there. Time will tell though.

[–] Blackpaw 1 points 2 years ago (1 children)

Partly to test how threading and formatting works on Lemmy...

I run three PX servers at home

  • the big one (64GB RAM) is my storage and media server plus a couple of Dev VM.
  • Desktop one in my office running a Windows 11 with GPU passthrough as my main desktop
  • NUC in the granny flat running a PBS VM for backups
[–] Blackpaw 1 points 2 years ago (1 children)

Markup editor is pretty average, would have preferred like GitHub Markdown.

[–] non_ironicdepression 2 points 2 years ago (1 children)
do code blocks work?

What about in line code?

  • asterik bullets
  • dash bullet
[–] Blackpaw 1 points 2 years ago (1 children)

Looked ok How about a multiline block?

C#

// Hello World! program
namespace HelloWorld
{
    class Hello {         
        static void Main(string[] args)
        {
            System.Console.WriteLine("Hello World!");
        }
    }

Bash

#!/bin/bash
echo "Hello World"

Preserves line breaks, but no syntax highlighting 😞

[–] non_ironicdepression 2 points 2 years ago

google chrome desktop notifications seem to work fwiw

[–] non_burglar 3 points 2 years ago (1 children)

I'm here as well, hope more subscribe.

[–] nosut 2 points 2 years ago

Welcome! Feel free to keep lurking but the more engagement the more likely things will grow so feel free to post any bits of news and like you can find.

[–] [email protected] 1 points 2 years ago

Anyone had any experiences upgrading 7.4 -> 8 ?

Thinking of doing it, but kinda worried. Can't be bothered with reinstalling.