https://github.com/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!
https://github.com/wiibleyde/failyv-dispatch
doctor flask gta5 lsms lspd python roleplay sqlite3
Last synced: 2 months ago
JSON representation
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!
- Host: GitHub
- URL: https://github.com/wiibleyde/failyv-dispatch
- Owner: Wiibleyde
- License: mit
- Created: 2023-04-24T21:37:32.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-22T09:22:17.000Z (over 2 years ago)
- Last Synced: 2025-04-07T23:27:24.911Z (about 1 year ago)
- Topics: doctor, flask, gta5, lsms, lspd, python, roleplay, sqlite3
- Language: Python
- Homepage:
- Size: 470 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FailyV-Dispatch
       
**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
- [x] Units
- [x] Service
- [x] Rooms
- [x] Interventions
- [x] Indisponibilities
## Prerequisites
- [Docker](https://www.docker.com/)
- [Docker Compose](https://docs.docker.com/compose/) (Included in Docker)
## Installation
1. Clone the repository
```bash
git clone https://github.com/Wiibleyde/FailyV-Dispatch.git
```
2. Create the container
```bash
docker-compose up -d
```
3. Open the website
```bash
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](LICENSE) file for details