[pve-devel] [PATCH pve-storage 1/2] storage: enable upload for snippets

2024-07-27 Thread LightDiscord via pve-devel
--- Begin Message --- From: Arnaud Pascal Currently allowing only `.yml` and `.yaml` files. Signed-off-by: Arnaud Pascal --- src/PVE/API2/Storage/Status.pm | 14 -- src/PVE/Storage.pm | 11 +++ 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/src/

[pve-devel] [PATCH proxmox 0/2] Enable upload button for snippets

2024-07-27 Thread LightDiscord via pve-devel
--- Begin Message --- Hi everyone, I wanted to use cloud-init by only interacting with the Web UI on Proxmox. In all the steps required to do this, we need to reference snippets when using the `cicustom` option. However, it's not possible to upload them through the UI. It's currently only possibl

[pve-devel] [PATCH pve-manager 2/2] www: storage: enable upload for snippets

2024-07-27 Thread LightDiscord via pve-devel
--- Begin Message --- From: Arnaud Pascal Signed-off-by: Arnaud Pascal --- www/manager6/storage/Browser.js| 3 +++ www/manager6/window/UploadToStorage.js | 1 + 2 files changed, 4 insertions(+) diff --git a/www/manager6/storage/Browser.js b/www/manager6/storage/Browser.js index 2123141