Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 1.77 KB

README.md

File metadata and controls

53 lines (35 loc) · 1.77 KB

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