Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aventer-ug/ispconfig-jsonrpc
https://github.com/aventer-ug/ispconfig-jsonrpc
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/aventer-ug/ispconfig-jsonrpc
- Owner: AVENTER-UG
- License: gpl-3.0
- Created: 2022-08-07T18:51:43.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-07T18:52:33.000Z (over 2 years ago)
- Last Synced: 2024-05-01T10:52:59.881Z (9 months ago)
- Language: PHP
- Size: 115 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```bash
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
```