diff --git a/frontend/public/json/plane.json b/frontend/public/json/plane.json index d6e51b7b..360fe1bc 100644 --- a/frontend/public/json/plane.json +++ b/frontend/public/json/plane.json @@ -1,52 +1,52 @@ { - "name": "Plane", - "slug": "plane", - "categories": [ - 25 - ], - "date_created": "2026-02-25", - "type": "ct", - "updateable": true, - "privileged": false, - "interface_port": 80, - "documentation": "https://developers.plane.so/self-hosting/overview", - "website": "https://plane.so", - "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/plane.webp", - "config_path": "/opt/plane/apps/api/.env", - "description": "Open-source project tracking tool that helps teams plan, track, and manage their software projects with issues, cycles, and modules.", - "install_methods": [ - { - "type": "default", - "script": "ct/plane.sh", - "resources": { - "cpu": 4, - "ram": 8192, - "hdd": 30, - "os": "Debian", - "version": "13" - } - } - ], - "default_credentials": { - "username": null, - "password": null + "name": "Plane", + "slug": "plane", + "categories": [ + 25 + ], + "date_created": "2026-02-25", + "type": "ct", + "updateable": true, + "privileged": false, + "interface_port": 80, + "documentation": "https://developers.plane.so/self-hosting/overview", + "website": "https://plane.so", + "logo": "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/plane.webp", + "config_path": "/opt/plane/apps/api/.env", + "description": "Open-source project tracking tool that helps teams plan, track, and manage their software projects with issues, cycles, and modules.", + "install_methods": [ + { + "type": "default", + "script": "ct/plane.sh", + "resources": { + "cpu": 2, + "ram": 4096, + "hdd": 30, + "os": "Debian", + "version": "13" + } + } + ], + "default_credentials": { + "username": null, + "password": null + }, + "notes": [ + { + "text": "First user to sign up becomes the instance admin. Initial build takes 10-15 minutes.", + "type": "info" }, - "notes": [ - { - "text": "First user to sign up becomes the instance admin. Initial build takes 10-15 minutes.", - "type": "info" - }, - { - "text": "Admin panel (God Mode) is available at `/god-mode/` for instance configuration.", - "type": "info" - }, - { - "text": "Credentials are saved to `~/plane.creds`.", - "type": "info" - }, - { - "text": "If the container IP changes, rebuild the frontend apps or run the update script to apply the new URL.", - "type": "warning" - } - ] + { + "text": "Admin panel (God Mode) is available at `/god-mode/` for instance configuration.", + "type": "info" + }, + { + "text": "Credentials are saved to `~/plane.creds`.", + "type": "info" + }, + { + "text": "If the container IP changes, rebuild the frontend apps or run the update script to apply the new URL.", + "type": "warning" + } + ] }