R r.jochum Renowned Member Mar 26, 2018 290 49 68 39 Austria rene.jochum.dev Aug 30, 2020 #1 2 Years ago I wrote pmxc - A python shell client for Proxmox VE. I updated its README as nobody was able to use it neither had the knowledge howto use it so it got no attention. Please let me know here if you find it usefull.
2 Years ago I wrote pmxc - A python shell client for Proxmox VE. I updated its README as nobody was able to use it neither had the knowledge howto use it so it got no attention. Please let me know here if you find it usefull.
Dominic Proxmox Retired Staff Retired Staff Mar 18, 2019 1,388 196 68 Aug 31, 2020 #2 If you want, we could add it to the list of API clients in the wiki.
R r.jochum Renowned Member Mar 26, 2018 290 49 68 39 Austria rene.jochum.dev Sep 1, 2020 #3 Ja, bitte Reactions: Dominic
R r.jochum Renowned Member Mar 26, 2018 290 49 68 39 Austria rene.jochum.dev Sep 3, 2020 #4 Can you please add "A console client for Proxmox VE" ? Reactions: Dominic
Dominic Proxmox Retired Staff Retired Staff Mar 18, 2019 1,388 196 68 Sep 3, 2020 #5 Added a (very) short description to all Python clients. I am not even sure if the other clients are still working. They have last commits from about 8 years ago.
Added a (very) short description to all Python clients. I am not even sure if the other clients are still working. They have last commits from about 8 years ago.
R r.jochum Renowned Member Mar 26, 2018 290 49 68 39 Austria rene.jochum.dev Sep 10, 2020 #6 @Dominic do you know it it's possible to enter a qemu machine like lxc containers? https://github.com/pcdummy/pmxc/issues/1
@Dominic do you know it it's possible to enter a qemu machine like lxc containers? https://github.com/pcdummy/pmxc/issues/1
R r.jochum Renowned Member Mar 26, 2018 290 49 68 39 Austria rene.jochum.dev Sep 10, 2020 #7 Got it to work! Added a serial port to a linux vm and followed [0]. 0: https://www.rogerirwin.co.nz/open-source/enabling-a-serial-port-console/ Reactions: Dominic
Got it to work! Added a serial port to a linux vm and followed [0]. 0: https://www.rogerirwin.co.nz/open-source/enabling-a-serial-port-console/
R r.jochum Renowned Member Mar 26, 2018 290 49 68 39 Austria rene.jochum.dev Sep 20, 2020 #8 I unified qemu/lxc, now both work with the same command (as suggested by @dietmar a while ago). Reactions: Dominic
R r.jochum Renowned Member Mar 26, 2018 290 49 68 39 Austria rene.jochum.dev Sep 20, 2020 #9 pmxc now uses click