John Hollowell
John Hollowell
I don't have time to get everything working with the symlink workspace right now, but I believe the current code will not hurt anything, just give a partial solution which...
Any update on this @kristianheljas?
Please try having the OTP be a ~~strong~~string rather than an integer. I don't know if that is the issue, but I think it might be
Can you look at the network traffic in your browser and see what data the `api2/json/access/ticket` request has?
I'm not sure. You might try asking in the proxmox forums how to pass OTP values to the `api2/json/access/ticket` API endpoint. proxmoxer does not do the two-step OTP process and...
@addelovein sorry for the slow response, this fell off my radar. Thanks @jpattWPC for the PR! I've started a thread in the PVE forums to see if the single request...
Basically, non-existent node names and incorrectly capitalized node names are treated differently and have errors that are not handled. We need to add error handling for these and possibly communicate...
if you run the pvesh command on the PVE node, what exit code does it return? e.g. `pvesh set nodes/pve/network ; echo $?`
Parameter verification failed: 'sshkeys' VM config option HTTP query argument is improperly escaped.
If you would be willing, could you add this to the [documentation](https://github.com/proxmoxer/docs/tree/main/docs/examples)?
The code looks good but is failing the CI's linting/formatting. Please resolve those issues and then we can get this merged!