Wiibleyde / FailyV-Dispatch

A simple dispatcher developed for the GTA RP FailyV server (Not officially) (can be adapted for other things but this is not planned). Pull requests are welcome!

Home Page:https://dispatch.bonnell.fr

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FailyV-Dispatch

GitHub license GitHub issues GitHub pull requests GitHub last commit GitHub repo size GitHub code size in bytes GitHub language count GitHub top language

NOT AN OFFICIAL FAILYV PROJECT

This is a simple dispatch system for the web designed for FailyV the LSMS, and adapted for the LSPD (and could be adapted for any other service).

Features

  • Units
  • Service
  • Rooms
  • Interventions
  • Indisponibilities

Prerequisites

Installation

  1. Clone the repository
git clone https://github.com/Wiibleyde/FailyV-Dispatch.git
  1. Create the container
docker-compose up -d
  1. Open the website
http://localhost:9123

Flags

Flag Description Alias Usage
-p Port to listen on (default: 9123) --port -p 9123
-d Debug mode (default: false) --debug -d
-ho Host to listen on (default:0.0.0.0) --host -ho x.x.x.x
-h Help message --help -h

License

This project is licensed under the MIT License - see the LICENSE file for details

About

A simple dispatcher developed for the GTA RP FailyV server (Not officially) (can be adapted for other things but this is not planned). Pull requests are welcome!

https://dispatch.bonnell.fr

License:MIT License


Languages

Language:Python 43.3%Language:HTML 40.2%Language:CSS 12.8%Language:JavaScript 3.5%Language:Dockerfile 0.2%