Giter VIP home page Giter VIP logo

devboot's Introduction

DevBoot

DevBoot enable users eaily setup dev enviornments during Sprint

Pre-Installation

Generate Portianer password

sudo apt install apache2-utils

htpasswd -nbB admin {Your password} | cut -d ":" -f 2 | sed 's/\$/\$\$/g'

Installation

Based on Ubuntu 22.04 LTS

# Install docker
curl -fsSL https://get.docker.com -o get-docker.sh

sudo sh get-docker.sh

# Set-up Docker daemon in rootless mode
sudo apt-get install -y uidmap

dockerd-rootless-setuptool.sh install

# Clone repository
git clone https://github.com/soulee-dev/DevBoot.git

cd DevBoot
docker compose up --build  -d

Ports

coder:7080
backend:8080
frontend:3000
portainer:9443
grafana:4000

.env

# Coder
CODER_PG_CONNECTION_URL=postgresql://{username}:{password}@database/{database}?sslmode=disable
CODER_HTTP_ADDRESS=0.0.0.0:7080
CODER_PROMETHEUS_ENABLE=true
CODER_ACCESS_URL=http://54.180.1.105:7080

# database
POSTGRES_USER={username}
POSTGRES_PASSWORD={password}
POSTGRES_DB={database}

# Backend
SECRET_KEY=
SQLALCHEMY_DATABASE_URL=postgresql://{username}:{password}@database/{database}
ALLOWED_HOSTS=
CODER_TOKEN=
CODER_API_URL=
DISCORD_WEBHOOK_URL=

# Frontend
NEXT_PUBLIC_API_URL=

# Grafana
GF_SECURITY_ADMIN_USER=
GF_SECURITY_ADMIN_PASSWORD=

# Portainer
PORTAINER_CREDENTAIL=

devboot's People

Contributors

soulee-dev avatar roy0424 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.