mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-11 03:15:09 +00:00
b328eedc75
* Added "thelounge.sh" * Added "thelounge-install.sh" * Added "thelounge.json" * Added empty line to end of thelounge.sh * Added empty line to end of thelounge.json * Update thelounge-install.sh * replace apt install with dpkg -i * cleanup * cleanup 2 * header_info try * header_info fix1? * Fix header * Test 1 * Update thelounge.sh * Update thelounge.sh * Update thelounge.sh * Update thelounge.sh * Update thelounge-install.sh * Update thelounge.json * initial commit * Updated lubelogger.sh * Add update function, fix lubelogger-install.sh * fix "}" * more fixes * more fixes! * typos * more fixes * fixes fixes fixes * update script fixes * deleted not needed files * added json file * deleted more files * end lines * fix source * Update Logo in json * some little fixes --------- Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com>
35 lines
837 B
JSON
35 lines
837 B
JSON
{
|
|
"name": "LubeLogger",
|
|
"slug": "lubelogger",
|
|
"categories": [
|
|
0
|
|
],
|
|
"date_created": "2024-11-29",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": 5000,
|
|
"documentation": "https://docs.lubelogger.com/",
|
|
"website": "https://lubelogger.com/",
|
|
"logo": "https://docs.lubelogger.com/Misc/Branding/a/image-1731645976107.png",
|
|
"description": "Web-Based Vehicle Maintenance and Fuel Mileage Tracker",
|
|
"install_methods": [
|
|
{
|
|
"type": "default",
|
|
"script": "/ct/lubelogger.sh",
|
|
"resources": {
|
|
"cpu": 1,
|
|
"ram": 512,
|
|
"hdd": 2,
|
|
"os": "Debian",
|
|
"version": "12"
|
|
}
|
|
}
|
|
],
|
|
"default_credentials": {
|
|
"username": null,
|
|
"password": null
|
|
},
|
|
"notes": []
|
|
}
|