Code Monkey home page Code Monkey logo

<<<<<<< HEAD pegaz.dev ======= docker-web.com >>>>>>> 78c5808 (pegaz -> docker-web)

hackable self-hosting

Features

  • 🔒 ssl certification
  • 🎉 sub-domain & multi-domain directly in docker-compose file
  • 📝 pre & post install script
  • 📦 backup / restore volumes
  • 🤖 pre-configure apps user account

Install

curl get.docker-web.com | bash

Deploy service

docker-web up nextcloud

Backup & Restore service

docker-web backup nextcloud docker-web restore nextcloud

Create service

docker-web create $NAME

Dev

git clone https://github.com/docker-web/docker-web.git source get.docker-web.com now you can use the special command 'docker-webdev' docker-webdev ...

Introduction

In extending docker-compose functionnality, docker-web let you control multiple docker-compose.yml configurations.

docker-web add also a proxy, a port manager and a backup system.

The goal is to facilitate the deployment of web-services by :

  1. Centralize docker-compose usage

An easiest way to deploy and manage apps, is containerization and docker-compose is a popular way to do it. Docker-compose allow you to

  • launch multiple services at once
  • put all settings of your app in one file (infrastrucure as code)
  • set ports forwarding

The drawback of docker-compose is to launch services set in only one file. Gathered all your apps settings in the same file make it difficult to maintain and manage one service at a time.

docker-web provide a command line interface to split services configurations but also to manage all of them with one command line interface.

  1. Proxy & SSL certificates

    • automatic
    • sub domain
    • redirection
  2. Create a service default configuration dockerhub functionnality quick way to test services try: docker-web create ghost or docker-web create grav or docker-web create wordpress or docker-web create drupal

  3. Configure a service Custom Nginx Configuration port forwarding pre and post install script

Why infrastructure as code ?

  • easy to collaborate as all the settings are in the code repo
  • easy to install & remove
  • easy to backup
  • easy for software upgrade
  • easy for hardware upgrade

Configuration

DNS

A domain.com serverIP A *.domain.com serverIP

Router Config

Redirect port 7700 to 8112 from all ip address to the serverIP address

TODO

docker-web's Projects

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.