From 292a56a8925bd57f1afeb02c03e88d59c0eb5dd4 Mon Sep 17 00:00:00 2001 From: Thorsten Date: Fri, 17 Jan 2025 19:56:56 +0100 Subject: [PATCH] Create post-pmg-install.json --- json/post-pmg-install.json | 47 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 json/post-pmg-install.json diff --git a/json/post-pmg-install.json b/json/post-pmg-install.json new file mode 100644 index 00000000..57dc4abb --- /dev/null +++ b/json/post-pmg-install.json @@ -0,0 +1,47 @@ +{ +"name": "Proxmox Mail Gateway Post Install", +"slug": "post-pmg-install", +"categories": [ +1 +], +"date_created": "2025-01-17", +"type": "misc", +"updateable": false, +"privileged": false, +"interface_port": null, +"documentation": null, +"website": null, +"logo": "https://raw.githubusercontent.com/home-assistant/brands/master/core_integrations/proxmoxve/icon.png", +"description": "The script will give options to Disable the Enterprise Repo, Add/Correct PMG Sources, Enable the No-Subscription Repo, Add Test Repo, Disable Subscription Nag, Update Proxmox Mail Gateway and Reboot PMG.", +"install_methods": [ +{ +"type": "default", +"script": "misc/post-pmg-install.sh", +"resources": { +"cpu": null, +"ram": null, +"hdd": null, +"os": null, +"version": null +} +} +], +"default_credentials": { +"username": null, +"password": null +}, +"notes": [ +{ +"text": "Proxmox Mail Gateway ONLY", +"type": "info" +}, +{ +"text": "Execute within the Proxmox Mail Gateway Shell", +"type": "info" +}, +{ +"text": "It is recommended to answer “yes” (y) to all options presented during the process.", +"type": "info" +} +] +}