Paul Posted September 18, 2017 Report Posted September 18, 2017 A new early release ISPConfig module is available. To install, download the attached ispconfig.zip 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 %} activa, bunny, Blesta Addons and 3 others 6 Quote
Amit Kumar Mishra Posted September 19, 2017 Report Posted September 19, 2017 wonderful another giant leap.... Paul and Michael 1 1 Quote
Laflecha Posted September 20, 2017 Report Posted September 20, 2017 to save the configuration I get HTTP ERROR 500 Quote
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 ? Quote
Abdy Posted September 20, 2017 Report Posted September 20, 2017 9 minutes ago, 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 ? 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 Quote
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. Michael and activa 2 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.