diff --git a/README.md b/README.md index a2be70e..a8ab1b3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Repo: https://github.com/The-Network-Crew/Proxmox-VE-for-WHMCS/ # ❤️ RTFM: Read the Manual & Review the Module! -**Please read the entire README.md file before getting started with Proxmox VE for WHMCS (pvewhmcs).** +**Please read the entire README.md file before getting started with Proxmox VE for WHMCS (`pvewhmcs`).** > **Please review the module!** https://marketplace.whmcs.com/product/6935-proxmox-ve-for-whmcs#reviews > @@ -54,7 +54,7 @@ Repo: https://github.com/The-Network-Crew/Proxmox-VE-for-WHMCS/ **You must have a root account to use the Module at all.** Configured via WHMCS > Servers. -This is configured in the pam realm. We may allow overriding in v1.3.x/v1.4.x. +This is configured in the pam realm. We may allow overriding in v1.3.x/v1.4.x. #117 #### Credentials: VNC user for Console Access only @@ -113,6 +113,8 @@ Else, PVE must be WAN-accessible and all other configs/reqs satisfied. > Do NOT set less restrictive permissions. The above is designed for interim security. > > **However, if you wish for proper security: wait for VNC to be further improved.** +> +> Note: Custom WHMCS locations like /clients/ are not yet VNC-supported. #114 ### Important info about Console Access diff --git a/modules/addons/pvewhmcs/db.sql b/modules/addons/pvewhmcs/db.sql index ea7eb39..75cc141 100644 --- a/modules/addons/pvewhmcs/db.sql +++ b/modules/addons/pvewhmcs/db.sql @@ -91,6 +91,7 @@ CREATE TABLE IF NOT EXISTS `mod_pvewhmcs_plans` ( `ipv6` varchar(10) DEFAULT 'auto', `balloon` varchar(10) DEFAULT '0', `ssh-keys` varchar(100) DEFAULT '', + `unpriv` tinyint(1) unsigned DEFAULT 0, PRIMARY KEY (`id`) ); CREATE TABLE IF NOT EXISTS `mod_pvewhmcs_ssh_keys` (