Skip to content

OpsiMate/opsimate-website

Repository files navigation

OpsiMate - website repo!

The official website of OpsiMate - https://www.opsimate.com/

One console for servers, Docker, and Kubernetes—discover, monitor, and act.

Built for DevOps/NOC/IT teams that need a single place to see service health, jump to dashboards, and perform safe start/stop/restart operations.

Commit activity Latest release License GitHub stars Join Slack

Get Started · Docs · Website · Report Bug

Contributing & running

#install documentation dependencies
npm install

#build the documentation
npm run build

#run the documentation
npm run dev

Docker Setup


1. Prerequisites


2. Development Setup (Hot Reload)

Use Docker Compose for development with hot reload enabled.

  1. Build the Docker image And Run the Image:
docker-compose up --build

The app will be available at http://localhost:3000

Hot reload is enabled — any changes you make to the code locally will reflect inside the container.

  1. Stop the Services
docker-compose down

Shuts down the services and cleans up associated containers and networks