Skip to content

AVENTER-UG/ispconfig-jsonrpc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

json gateway ISPConfig

This is a json gateway to ISPConfigs Soap API. It is not and I think it will never be a one 2 one implementation. We just add all the functions like we need. :-) Sorry for that.

You can scale up the container so often you like. Every Reseller should be a company and have his own container.

How to start

docker run \
    -e username=$username \
    -e password=$password \
    -e location=$location \
    -e billing=$billing \
    -e uri=$uri \
    -e id=$id \
    -e vat=$vat \
    -e default_invoice_template=$default_invoice_template \
    -e default_invoice_email_template=$default_invoice_email_template \
    -e payment_terms=$payment_terms \
    -e allow_self_signed=$allow_self_signed \
    -e reseller_id=$reseller_id \
    -p 8777:8888 \
    avhost/ispconfig-jsonrpc 

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages