mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-25 11:11:02 +00:00
New Script: LubeLogger (#574)
* 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>
This commit is contained in:
34
json/lubelogger.json
Normal file
34
json/lubelogger.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"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": []
|
||||
}
|
Reference in New Issue
Block a user