SuperFola / elranet

A Docker control (web) panel to manage containers easily

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elranet

A simple docker webpanel, based on express and dockerode.

Installing

You will need

  • docker and its daemon
  • screen (to run the daemon in background and keep it running)
  • nodejs >= 12

Then run the usual npm i.

You will need to create a .env base on the provided .env.example. Nota bene: the PASS field is the sha256 of the password.

Run the interface using node main.js, it will start on localhost:3000.

Contributing

  • First, fork the repository
  • Then, clone your fork: git clone git@github.com:username/elranet.git
  • Create a branch for your feature: git checkout -b feat-my-awesome-idea
  • When you're done, push it to your fork and submit a pull request!

Don't know what to work on? Check the issues!

Screenshots

connection interface

dashboard

process list

docker state

About

A Docker control (web) panel to manage containers easily

License:GNU General Public License v3.0


Languages

Language:JavaScript 53.4%Language:HTML 43.6%Language:CSS 2.9%