mmdl: add JSON
This commit is contained in:
parent
e8a1ea7e47
commit
10351647c3
35
frontend/public/json/managemydamnlife.json
Normal file
35
frontend/public/json/managemydamnlife.json
Normal file
@ -0,0 +1,35 @@
|
|||||||
|
{
|
||||||
|
"name": "Manage My Damn Life",
|
||||||
|
"slug": "managemydamnlife",
|
||||||
|
"categories": [
|
||||||
|
0
|
||||||
|
],
|
||||||
|
"date_created": "2025-06-10",
|
||||||
|
"type": "ct",
|
||||||
|
"updateable": true,
|
||||||
|
"privileged": false,
|
||||||
|
"interface_port": 3000,
|
||||||
|
"documentation": "https://manage-my-damn-life-nextjs.readthedocs.io/en/latest/",
|
||||||
|
"config_path": "/opt/mmdl/.env",
|
||||||
|
"website": "https://github.com/intri-in/manage-my-damn-life-nextjs",
|
||||||
|
"logo": "https://raw.githubusercontent.com/intri-in/manage-my-damn-life-nextjs/refs/heads/main/public/logo.png",
|
||||||
|
"description": "Manage My Damn Life (MMDL) is a self-hosted front end for managing your CalDAV tasks and calendars.",
|
||||||
|
"install_methods": [
|
||||||
|
{
|
||||||
|
"type": "default",
|
||||||
|
"script": "ct/managemydamnlife.sh",
|
||||||
|
"resources": {
|
||||||
|
"cpu": 2,
|
||||||
|
"ram": 2048,
|
||||||
|
"hdd": 4,
|
||||||
|
"os": "Debian",
|
||||||
|
"version": "12"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"default_credentials": {
|
||||||
|
"username": null,
|
||||||
|
"password": null
|
||||||
|
},
|
||||||
|
"notes": []
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user