Giter Site home page Giter Site logo

codebuddy049 / peppermint Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dennislwm/peppermint

0.0 0.0 0.0 99.1 MB

A ticket management system which aims to have a nice UI with easy to use features, lightweight infrastructure & the ability to run on any hardware you want ๐Ÿต

Home Page: https://peppermint.sh

License: GNU General Public License v3.0

JavaScript 97.26% Dockerfile 0.32% Shell 0.80% HTML 1.11% CSS 0.52%

peppermint's Introduction

Welcome to Peppermint Ticket Management ๐Ÿต

Logo

Version Github Stars:

This project is supported by:

Ticket Management System in order to help helpdesks & service desks manage internal staff & customer requests

Installation

Currently only linux has been verified as working but we are open to the idea of supporting windows eventually as well.

Keep in mind, this is an alpha so the risk of data loss is real and it may not be stable, we do not recommend anyone runs this in a production enviroment.

Check out the getting started guide if this is the first time you've used Peppermint:

version: "3.1"

services:
  postgres:
    container_name: postgres
    image: postgres:latest
    restart: always
    volumes:
      - ./docker-data/db:/data/db
    environment: 
      POSTGRES_USER: peppermint
      POSTGRES_PASSWORD: 1234
      POSTGRES_DB: peppermint

  client:
    container_name: peppermint
    image: pepperlabs/peppermint:latest
    ports:
      - 5000:5000
    restart: on-failure
    depends_on:
      - postgres
    environment:
      JWT_SECRET: 'ZwfJtS3muY65CaeZ' 
      PORT: 5000
      DB_USERNAME: peppermint
      DB_PASSWORD: 1234
      DB_HOST: 'postgres'


Setting up postgres on Macos in a container for local development

docker run --rm -P -p 127.0.0.1:5432:5432 -e POSTGRES_PASSWORD="1234" --name pg postgres:alpine

One click installers

  • We are now on linode marketplace we can be viewed here here

Supported Environment Variables

You can utilize the following environment variables in Peppermint. None of them are manditory.

Variable Description
PUID Set userid that the container will run as.
PGID Set groupid that the container will run as.
JWT_SECRET Keep your passwords and user logins secure with a JWT SECRET
DB_USERNAME Enter database username here
DB_PASSWORD Enter database password here
PORT Choose a custom port to run the app on rather than the default 5000

๐Ÿ’ป Demo

If you're interested in trying out Peppermint we currently have a demo working here.

The credentials are

email: [email protected]
password: 1234

โœจ Features

  • ๐Ÿ’ก Job Logging
  • ๐Ÿ“œ Client History
  • ๐Ÿ’Ž Notes creation & Todo List
  • ๐Ÿ“ Admin Page: Admin Dashboard for easy webUI changes and analytics
  • ๐Ÿ“ฑ Responsive: Designed for variable screen sizes from mobile up to 4k
  • โš™๏ธ Docker-Ready: Quickly deploy using docker
  • โœ… Usage: No barriers to use with complete documentation on how to complete tasks

Roadmap for new features

There is currently a trello roadmap available which is updated daily - https://trello.com/b/tOMsptar/peppermint

Documentation

We have started working on creating documentation for peppermint which covers development to general usage. Click here to be taken directly there.

Installing locally for development

If you're interested in developing for Peppermint, wether that be a bug fix or locally we have a guide on our wiki

Notes for ARM devices

We currently have an image for arm devices but are seeing issues with mongoDB so we do not offically support 32 bit or 64 bit as of this time.

Author

๐Ÿ‘ค Jack Andrews

๐Ÿค Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a โญ๏ธ if this project helped you!

peppermint's People

Contributors

potts99 avatar pabrodez avatar sahmed007 avatar dependabot[bot] 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.