From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate001.proxmox.com (gate001.proxmox.com [IPv6:2a0f:8001:1:32::40]) by lore.proxmox.com (Postfix) with ESMTPS id F3B061FF0F1 for ; Mon, 13 Jul 2026 08:30:55 +0200 (CEST) Received: from gate001.proxmox.com (localhost.localdomain [127.0.0.1]) by gate001.proxmox.com (Proxmox) with ESMTP id 203282134F; Mon, 13 Jul 2026 08:30:55 +0200 (CEST) Message-ID: <5a21861b-6818-41d1-95a4-f054bdce027d@proxmox.com> Date: Mon, 13 Jul 2026 08:30:41 +0200 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Beta Subject: Re: [RFC storage, manager] schema-driven web UI dialog for custom storage plugins To: Ciro Iriarte , pve-devel@lists.proxmox.com References: <6a511d0e.201ddd8e.107a97.f791@mx.google.com> Content-Language: en-US From: Dominik Csapak In-Reply-To: <6a511d0e.201ddd8e.107a97.f791@mx.google.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Bm-Milter-Handled: 55990f41-d878-4baa-be0a-ee34c49e34d2 X-Bm-Transport-Timestamp: 1783924233910 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.001 Adjusted score from AWL reputation of From: address DMARC_MISSING 0.1 Missing DMARC policy KAM_ASCII_DIVIDERS 0.8 Email that uses ascii formatting dividers and possible spam tricks KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment (newer systems) RCVD_IN_DNSWL_LOW -0.7 Sender listed at https://www.dnswl.org/, low trust SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Message-ID-Hash: VOFVSLCBSMZVBR3I7YNPU4ETWC6JVN4C X-Message-ID-Hash: VOFVSLCBSMZVBR3I7YNPU4ETWC6JVN4C X-MailFrom: d.csapak@proxmox.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; loop; banned-address; emergency; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.10 Precedence: list List-Id: Proxmox VE development discussion List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On 7/10/26 6:26 PM, Ciro Iriarte wrote: > Hello, > Hi, > I'd like feedback on a supported way for a custom storage plugin to > contribute its create/edit dialog to the web UI, so third-party plugins > no longer have to inject JavaScript into pve-manager's index.html.tpl. > > Decision I am asking about > -------------------------- > Should pve-storage let a plugin declare a GUI form schema that > pve-manager renders into the storage add/edit dialog, instead of the > plugin shipping ExtJS and patching index.html.tpl? If yes, I propose the > minimal contract below. > > Background > ---------- > A custom storage plugin (PVE::Storage::Custom) registers its config > properties server-side via properties()/options(), but there is no > supported way to contribute the create/edit dialog. The only working > method today is to ship an ExtJS panel and inject a