Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Proxmox 4 (lxc-container) #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

erdoking
Copy link

@erdoking erdoking commented Nov 6, 2015

Since Proxmox 4 this fantastic app stopped to work.
After some debugging i found out that the used api-url changed from /openvz to /lxc.

https://:8006/api2/json/nodes//openvz
https://:8006/api2/json/nodes//lxc

after fixing this the app start working again. (I just changed the url, description text and pictures, nothing else!)
At the moment i used an self compiled version which worked perfect with proxmox 4.

I have successfully tested

  • list state of all containers/kvm
  • start/stop lxc/kvm
  • get cpu/memory/uptime datas
  • connect per vpn

ATTENTION!
My change removed support for openVZ (i think it will stopped support for proxmox 3!)

@Elbandi
Copy link
Owner

Elbandi commented Nov 9, 2015

Thx the report. I'm still using 3.x proxmox, thats why I didnt find this.

But this really break the v3 support. :(

We query the version in NodeListActivity.java, so if we pass this data to other activity, and query the openvz/lxc based on this value.

@erdoking
Copy link
Author

Is there a way to discover OpenVZ AND LXC?
Then both versions would be supported.

The API seems not changed, just the URL.

@Stormrage74
Copy link

Hi, im using proxmox too and i really wants to know if their will be a answer for this merge, using again proxmox 4. This application is very interesting , are you going to follow work on it ? it seems it dont really change since 2013.

@erdoking
Copy link
Author

erdoking commented Jun 2, 2016

I commit my self-compiled version to my forked repository...
https://github.com/erdoking/quadprox-mobile

This version worked ONLY with Proxmox 4... I used this version for month without trouble ...

I hope that the author does not bother...

@Stormrage74
Copy link

I also discover that i was totally blind because there is a native proxmox mobile web site included. Now i use it for a couple of time and it work great. Since I don't explore more about last fix for quadprox. Maybe if this app offer more options i will go with it but it seems that mobile proxmox do the same job ( and is up to date so)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants