Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 982 Bytes

README.md

File metadata and controls

43 lines (34 loc) · 982 Bytes

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