Git Product home page Git Product logo

arma-horus's Introduction

Arma Horus

Arma Horus is a tool that controls Arma 3 Server instances. It allows you to start, stop, restart, update, and monitor your server with ease.

Features

[ ] Supports multiple server instances with different configurations and mods
[ ] Automatically updates the server and mods when needed
[ ] Provides a web interface for managing and monitoring the server
[ ] Sends notifications via email or Discord when the server status changes
[ ] Logs server events and performance metrics
[ ] Supports custom commands and scripts

Installation

To install Arma Horus, you need to have Go installed on your system. You can download it from here.

Then, you can clone this repository and build the executable:

git clone https://github.com/omar2205/arma-horus.git
cd arma-horus
make build/api

Usage

To use Arma Horus, you need to create a configuration file for each server instance you want to control. The configuration file is a JSON file that specifies the server settings, mods, and other options.

{
  "server_folder": "change_me",
  "server_script": "change_me",
  "server_pid_file": "change_me",
  "db_file": "./db.sqlite",
  "admins_email": ["change_me"]
}

Arma Horus also support these command line args:

  -cors-trusted-origins value
        Trust CORS origins (space seperated)
  -env string
        Environment (dev|staging|prod) (default "dev")
  -limiter-burst int
        Rate limiter maximum burst (default 4)
  -limiter-enabled
        Enable rate limiter (default true)
  -limiter-rps float
        Rate limiter maximum requests per second (default 2)
  -port int
        API server port (default 3000)
  -version
        Display version and exit

License

Arma Horus is licensed under the MIT License. See LICENSE for details.

arma-horus's People

Contributors

omar2205 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.