Cozy-Nest/cozy-nest-client
Nevysha e2612e54b4 fixes 2023-10-13 11:17:00 +02:00
..
chakra Small various fix 2023-07-04 23:47:24 +02:00
cozy-prompt icon for "paste" button and build cycle 2023-07-16 10:24:38 +02:00
cozy_extra_network bind filter folder checkbox to selected tab 2023-07-05 11:52:48 +02:00
extra-network v2.4.0 (#168) 2023-07-04 23:02:34 +02:00
image-browser v2.4.0 (#168) 2023-07-04 23:02:34 +02:00
main fixes 2023-10-13 11:17:00 +02:00
settings Choose between full or deferred loading for Extra Network (default to full as you need a LOT of items to see a difference) 2023-07-05 10:54:01 +02:00
static fixes 2023-10-13 11:17:00 +02:00
.env v2.4.0 (#168) 2023-07-04 23:02:34 +02:00
.env.production v2.4.0 (#168) 2023-07-04 23:02:34 +02:00
.eslintrc.cjs 2.2.0 (#147) 2023-06-12 07:22:22 +02:00
.gitignore merging source from separated repo for client (#118) 2023-05-23 19:00:59 +02:00
CozyNestEventBus.js Do not preload Extra Network tab but wait for a user click 2023-06-25 17:16:30 +02:00
LICENSE merging source from separated repo for client (#118) 2023-05-23 19:00:59 +02:00
README.md 2.2.0 (#147) 2023-06-12 07:22:22 +02:00
cozy-types.d.ts 2.2.0 (#147) 2023-06-12 07:22:22 +02:00
cozy.build.js icon for "paste" button and build cycle 2023-07-16 10:24:38 +02:00
index.html 2.2.0 (#147) 2023-06-12 07:22:22 +02:00
main.jsx icon for "paste" button and build cycle 2023-07-16 10:24:38 +02:00
package-lock.json icon for "paste" button and build cycle 2023-07-16 10:24:38 +02:00
package.json icon for "paste" button and build cycle 2023-07-16 10:24:38 +02:00
tsconfig.json 2.2.0 (#147) 2023-06-12 07:22:22 +02:00
tsconfig.node.json 2.2.0 (#147) 2023-06-12 07:22:22 +02:00
vite.config.ts icon for "paste" button and build cycle 2023-07-16 10:24:38 +02:00

README.md

Cozy Nest Client

#f03c15 f you are looking for the Automatic1111's webui extension, please look HERE. This folder is for non-built source code of Cozy Nest client.

ko-fi

Installation

git clone https://github.com/Nevysha/Cozy-Nest.git
cd Cozy-Nest/cozy-nest-client
npm install

Usage

You need to have Cozy-Nest extension installed on a1111, and a1111 running.

# start a1111 webui server
cd Cozy-Nest/cozy-nest-client
npm run dev
# access client at http://localhost:<vite_port>

Build

cd Cozy-Nest/cozy-nest-client
# check output folder in vite.config.ts. It is hard coded atm.
npm run build