ConvoyPanel / panel

A modern platform tailored for hosting providers and enthusiasts to effortlessly interact with their servers. Seamlessly wrapping around Proxmox, Convoy is easily deployable, affordable at just $6 per node per month for commercial use, and completely free for personal and non-profit endeavors.
https://convoypanel.com
Other
336 stars 55 forks source link

A couple of fixes #35

Closed ItzExotical closed 1 year ago

ItzExotical commented 1 year ago

With the first commit, I meant "Fix incorrect disk overallocation string when adding node".

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

ericwang401 commented 1 year ago

Does Cloudinit only allow up to 16 characters and does only the root user password allow @ characters?

ItzExotical commented 1 year ago

Does Cloudinit only allow up to 16 characters and does only the root user password allow @ characters?

No, cloud-init does not have any hard-coded limit as far as I know, but knowing how sensitive it is, putting a max limit of 16 characters is pretty good. It's more than enough anyways. If they want longer passwords or want @, they can update the password on the VM. As per my testing, cloud-init won't allow @ in any cases. It does not matter if it is for the root account or a normal Linux user account.