Francismiko / vocker

Docker client visual operation panel developed based on Nuxt stacks powered by AI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

License

Vocker

Docker client visual operation panel developed based on Nuxt stacks powered by AI

License

✨Quickstart✨

🤤 You can run the command locally to start the server

# npm
npm i vocker
npx vocker

# pnpm
pnpm i vocker
pnpm dlx vocker

# yarn
yarn add vocker
yarn dlx vocker

# bun
bun add vocker
bunx vocker

🛠️Development🛠️

🔗 Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

🖥️ Start the service running on the local port 3000 and a LAN IP address:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

# bun
bun run dev

🫡 When using the built-in chatbot, be sure to create a new dotenv file and attach your own private keys:

NUXT_OPEN_AI_SECRET_KEY=
NUXT_OPENAI_API_PROXY_URL=

About

Docker client visual operation panel developed based on Nuxt stacks powered by AI

License:MIT License


Languages

Language:Vue 79.6%Language:TypeScript 20.3%Language:Shell 0.2%