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).
- Units
- Service
- Rooms
- Interventions
- Indisponibilities
- Docker
- Docker Compose (Included in Docker)
- Clone the repository
git clone https://github.com/Wiibleyde/FailyV-Dispatch.git
- Create the container
docker-compose up -d
- Open the website
http://localhost:9123
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 |
This project is licensed under the MIT License - see the LICENSE file for details