mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-05-30 15:40:25 +00:00
* Update jsons * push * more * Switch to CDN * push new Icons into Branch * Update dotnetaspwebapi.json * add proxmox logo * Update wger.json * switch to webp * Update apt-cacher-ng.json * Update homarr.json * finalize * Update sqlserver2022.json * fixes * merge --------- Co-authored-by: tremor021 <arezina.slavisa@gmail.com> Co-authored-by: Michel Roegl-Brunner <73236783+michelroegl-brunner@users.noreply.github.com>
41 lines
1.2 KiB
JSON
41 lines
1.2 KiB
JSON
{
|
|
"name": "evcc",
|
|
"slug": "evcc",
|
|
"categories": [
|
|
16
|
|
],
|
|
"date_created": "2024-10-15",
|
|
"type": "ct",
|
|
"updateable": false,
|
|
"privileged": false,
|
|
"interface_port": 7070,
|
|
"documentation": "https://evcc.io/#devices",
|
|
"website": "https://evcc.io/en/",
|
|
"logo": "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/evcc.webp",
|
|
"config_path": "",
|
|
"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": null,
|
|
"password": null
|
|
},
|
|
"notes": [
|
|
{
|
|
"text": "To configure evcc, type `cd /etc` followed by `evcc configure` in the evcc LXC shell",
|
|
"type": "info"
|
|
}
|
|
]
|
|
}
|