mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-15 12:19:17 +00:00
38 lines
1.1 KiB
JSON
38 lines
1.1 KiB
JSON
{
|
|
"name": "evcc",
|
|
"slug": "evcc",
|
|
"categories": [
|
|
"Miscellaneous"
|
|
],
|
|
"date_created": "2024-10-15",
|
|
"type": "ct",
|
|
"updateable": 0,
|
|
"privileged": 0,
|
|
"interface_port": "7070",
|
|
"documentation": "https://evcc.io/#devices",
|
|
"website": "https://evcc.io/en/",
|
|
"logo": "https://docs.evcc.io/en/img/logo.svg",
|
|
"description": "EVCC is an open-source tool that manages EV charging, prioritizing solar energy use to reduce costs and optimize charging times. It supports various EVs and chargers, adjusting power automatically based on real-time data.",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "ct/evcc.sh",
|
|
"resources": {
|
|
"cpu": "1",
|
|
"ram": "1024",
|
|
"hdd": "4",
|
|
"os": "debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": "",
|
|
"password": ""
|
|
},
|
|
"alerts": [
|
|
{
|
|
"alert": "entering `evcc configure` in the LXC terminal will guide you through the creation of a configuration file for evcc."
|
|
}
|
|
]
|
|
} |