Peppermint

一个票务管理系统,其目标是拥有一个漂亮的 UI,易于使用的特性,轻量级的基础设施,并能够在任何你想要的硬件上运行。「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 🍵」

Github星跟蹤圖

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
    ports:
      - 5000:5000
    restart: on-failure
    depends_on:
      - postgres
    environment:
      PORT: 5000
      DB_USERNAME: "peppermint"
      DB_PASSWORD: "1234"
      DB_HOST: "postgres"
      BASE_URL: "http://localhost"

🤝 Contributing

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

Show your support

Give a ⭐️ if this project helped you!

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.
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

✨ 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

Author

👤 Jack Andrews

主要指標

概覽
名稱與所有者Peppermint-Lab/peppermint
主編程語言TypeScript
編程語言JavaScript (語言數: 4)
平台Docker, Linux, Mac, Windows
許可證Other
所有者活动
創建於2020-11-05 21:56:53
推送於2025-04-18 18:32:08
最后一次提交
發布數35
最新版本名稱0.5.5 (發布於 )
第一版名稱0.1 (發布於 )
用户参与
星數2.5k
關注者數33
派生數272
提交數1.7k
已啟用問題?
問題數251
打開的問題數66
拉請求數151
打開的拉請求數5
關閉的拉請求數24
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?