Removes subscription dialogs, replaces enterprise repository with non-subscription repository, replaces branding, Update and upgrade system, Add Benenell IT SSh Key and Configure Postfix to use Office365 SMTP Relay. Tested on PVE 6.0 to 6.3-3
Go to file
mshillam 360146a4c9 Comment out image stuff 2022-02-19 22:46:03 +00:00
images Images update 2019-11-05 08:31:13 +11:00
mail Update main.cf 2020-12-20 10:49:52 +11:00
scripts Comment out image stuff 2022-02-19 22:46:03 +00:00
.gitignore First upload 2019-11-05 08:20:45 +11:00
LICENSE First upload 2019-11-05 08:20:45 +11:00
Notes Create Notes 2021-03-28 08:29:03 +11:00
README.md Change URL 2022-02-19 22:10:50 +00:00
notes for me Create notes for me 2020-05-29 21:52:30 +10:00
patch.sh Add SSH Key 2022-02-19 22:05:08 +00:00

README.md

SetupProxmox

Removes subscription dialogs, replaces enterprise repository with non-subscription repository, apt Update and apt upgrade system, Add Benenell IT SSh Key and Configure Postfix to use Office365 SMTP Relay. Tested on PVE 5.0 to 7.0-11

Use at your own risk! Read the script before you run it.

Install

  1. Connect to node via SSH
  2. Run
# if root
wget -qO - https://gitea.shillam.me.uk/mshillam/SetupProxmox/raw/branch/master/patch.sh -c -O patch.sh && bash patch.sh  && rm patch.sh 

# if non-root
wget -qO - https://gitea.shillam.me.uk/mshillam/SetupProxmox/raw/branch/master/patch.sh -c -O patch.sh && sudo bash patch.sh  && rm patch.sh 

Restore Enterprise repository

mv /etc/apt/sources.list.d/pve-enterprise.list~ /etc/apt/sources.list.d/pve-enterprise.list