Skip to content

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

License

Notifications You must be signed in to change notification settings

francismiko/vocker

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published