Giter Club home page Giter Club logo

modmail-compose's Introduction

Modmail Stack

A stack version of kyb3r/modmail with dependencies.

Very WIP

Installation

First, make a bot for the application per the instructions on the Main Modmail Repo

Then clone locally, run git submodule update --init --recursive and create .env with the following contents:

MONGO_INITDB_ROOT_USERNAME=root # Username used to auth

MONGO_INITDB_ROOT_PASSWORD=yourpassword # Password used to auth

TOKEN= #your discord bot token

DATABASE_TYPE=mongodb # Only mongodb avaliable, but we specify it anyway

GUILD_ID= #Your Server ID

OWNERS= #Your User ID

LOG_URL= # The External url of logviewer

CONNECTION_URI=mongodb://Username:MyPassword@mongodb/ # per URI, replace username and mypassword with connection details to the db. Can also replace with an external db

By default logviewer is accessible at 127.0.0.1:8000, you probably want to put this behind a reverse proxy like caddy

Then run docker-compose up -d to bring it up, then continue past step 5.11 of the Main Guide

Updating

# Pull the repo w/ the latest version of submodules
$ git pull --recurse-submodules
# Update the stack
$ docker-compose up -d --build

modmail-compose's People

Contributors

lorwp avatar

Watchers

James Cloos avatar  avatar  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.