From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id 0457F1FF17A for ; Tue, 23 Dec 2025 13:05:25 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id EDC0926DCB; Tue, 23 Dec 2025 13:06:23 +0100 (CET) Date: Tue, 23 Dec 2025 13:05:47 +0100 From: Fabian =?iso-8859-1?q?Gr=FCnbichler?= To: Proxmox VE development discussion References: In-Reply-To: MIME-Version: 1.0 User-Agent: astroid/0.17.0 (https://github.com/astroidmail/astroid) Message-Id: <1766491248.mykdhok069.astroid@yuna.none> X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1766491532132 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.047 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record URIBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to URIBL was blocked. See http://wiki.apache.org/spamassassin/DnsBlocklists#dnsbl-block for more information. [proxmox.com] Subject: Re: [pve-devel] PVE Plugin System X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Cc: Dex Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" On December 22, 2025 6:42 pm, Dex via pve-devel wrote: > Hello, > > I'm planning to implement a plugin system for PVE to enable runtime > loading of third-party code into pve-manager. It would allow loading > of Perl code for things like creating custom REST endpoints, and > modifying existing endpoint logic. It would also allow loading of > Javascript code into the web UI to allow for new UI elements/pages to > be created. The goal is to provide an way to run/load third party code > as part of pve-manager instead of needing to modify files in a > deployment to provide this support. Thanks for your interest and reaching out! I don't think such a generic and invasive extension mechanism is acceptable for us upstream, as it would cause a big support load and has a huge potential for breakage. We already have a few extension points/mechanisms which are defined: - vzdump hook scripts - guest (lifecycle) hook scripts - storage plugins - backup provider plugins Those all have a specific scope and defined interface, for storage plugins there are also plans to allow some level of UI integration as well: https://lore.proxmox.com/pve-devel/20251121165858.818307-1-m.carrara@proxmox.com/ > I'm looking to implement this system for one of my projects, and was > curious if you guys would be interested in collaborating on > implementation details as I work through development, and if there > would be interest in having a patch submitted to the upstream for > this. It would make more sense for us to know what features you are missing for your particular use case - then we could discuss whether/how those can be implemented. Regards, Fabian _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel