-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpinokio.js
36 lines (36 loc) · 913 Bytes
/
pinokio.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
module.exports = {
title: "Comfy Environment Manager",
description: "Manage your ComfyUI environments",
icon: "assets/icon.png",
version: "2.0",
pre: [
{
icon: "assets/icon-docker-square.svg",
title: "Docker Desktop",
description: "Get up and running with Docker Desktop.",
href: "https://www.docker.com/products/docker-desktop/"
}
],
menu: [
{
text: "Help",
href: "https://cyber-damselfly-b6c.notion.site/ComfyUI-Environment-Manager-14ffd5b1ca3b804abafbdb4bd6b8068e",
icon: "fa-solid fa-circle-info"
},
{
text: "Install & Update",
href: "install-and-update.json",
icon: "fa-solid fa-screwdriver-wrench"
},
{
text: "Start",
href: "start.json",
icon: "fa-solid fa-play"
},
{
text: "Show Environments",
href: "http://localhost:8000",
icon: "fa-solid fa-eye"
}
]
}