Skip to content

kevinldg/server-dashboard

Repository files navigation

server-dashboard

A web app to manage docker on my server 🐳

Setup the app


Environment variables

ℹ️ Please note that you must have set up the Docker Engine API on your Docker daemon!

API_URL=https://YOUR_SERVER:YOUR_PORT
  1. Clone the repository from GitHub
git clone https://github.com/kevinldg/server-dashboard.git
  1. Go into the repository
cd server-dashboard
  1. Install required packages
npm i
  1. Run the development server
npm run dev

Used technologies

Next JS React TailwindCSS

  • Axios (HTTP requests)
  • Font Awesome (Icons)
  • Docker Engine API

About

A web app to manage docker on my server 🐳

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published