Paul Posted September 18, 2017 Report Posted September 18, 2017 A new early release ISPConfig module is available. To install, download the attached ispconfig.zipFetching info... and unzip the file. Upload the ispconfig directory to ~/components/modules/ and go to Settings > Company > Modules to install it. Please give it a spin and give us your feedback! Here's a sample welcome email you can use for your Package: Quote Domain: {service.ispconfig_domain} Username : {service.ispconfig_username} Password: {service.ispconfig_password} Control Panel: https://{module.host_name}:8080 Name Servers {% for name_server in module.name_servers %} Name server: {name_server}{% endfor %} Expand activa, Blesta Addons, bunny and 3 others 6
Amit Kumar Mishra Posted September 19, 2017 Report Posted September 19, 2017 wonderful another giant leap.... Paul and Michael 1 1
Laflecha Posted September 20, 2017 Report Posted September 20, 2017 to save the configuration I get HTTP ERROR 500
Kronz Posted September 20, 2017 Report Posted September 20, 2017 My ISPConfig runs on port 8083, not 8080, though. Should I change something in the code of the module to accommodate for this ?
Abdy Posted September 20, 2017 Report Posted September 20, 2017 On 9/20/2017 at 3:34 PM, Kronz said: My ISPConfig runs on port 8083, not 8080, though. Should I change something in the code of the module to accommodate for this ? Expand In /ispconfig/apis/ispconfig_api.php will find the function "apiRequest", in the function you will see two variables, $soap_location and $soap_uri, replace "8080" with "8083"in these variables. Michael and Blesta Addons 2
Jono Posted December 8, 2017 Report Posted December 8, 2017 This module has been added to github at https://github.com/blesta/module-ispconfig. This has been updated since the original post on this thread, but the original code is available under the 1.0.0 tag if you run into problems in the updated version. activa and Michael 2
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now