Skip to content

BigKu/DockerFarm-backend

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

170 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DockerFarm-backend

Build Status

image

DockerFarm is a system that can easily manage a Docker.

✨ Feature

  • DashBoard
  • EndPoint Management
  • Registry Management
  • Container Management
  • Image Management
  • Volumne Management
  • Network Management
  • Swarm Management
  • Event Log

Built With

  • koa
  • passport
  • socket.io
  • axios
  • joi
  • mongoose

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Development Setup

  1. First, Install yarn global

  2. Second, Clone this Project & Install node module via yarn

//clone project
git clone https://github.com/DockerFarm/DockerFarm-backend.git

//move project folder
cd DockerFarm-backend 

//install node module
yarn 
  1. Finally, write env file and input your config information

development - dev.env

production - production.env

JWT_SECRET=
SHA256_SECRET=
MONGO_URL=
FRONT_URL=
PORT=

GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=
GOOGLE_CALLBACK_URL=

GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
GITHUB_CALLBACK_URL=

License

This project is licensed under the MIT License

About

Docker Farm backend project

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 99.8%
  • Dockerfile 0.2%