2024-01-11 03:17:28 +02:00
2024-01-06 14:06:07 +02:00
2024-01-09 22:11:15 +02:00
2024-01-07 18:14:09 +02:00
2024-01-11 01:17:33 +02:00
2024-01-09 00:31:24 +02:00
2024-01-11 03:17:28 +02:00
2024-01-06 14:06:07 +02:00
2024-01-06 14:06:07 +02:00
2024-01-09 22:11:15 +02:00
2024-01-06 14:06:07 +02:00
2024-01-07 01:59:41 +02:00
2024-01-06 14:06:07 +02:00
2024-01-06 14:06:07 +02:00
2024-01-06 18:24:57 +02:00
2024-01-05 22:44:12 +02:00
2024-01-06 14:06:07 +02:00
2024-01-11 01:17:33 +02:00
2024-01-06 18:24:57 +02:00

HLState

Web Monitor for Half-Life based on HLServers

HLState

Install

  • apt install git composer curl php php-xml php-intl php-mbstring php-curl php-sqlite3
  • git clone https://github.com/YGGverse/HLState.git
  • cd HLState
  • composer install
  • php bin/console doctrine:migrations:migrate

Setup

  • chown -R www-data:www-data var
  • cp .env .env.local
  • crontab -e > * * * * * /usr/bin/curl --silent http://localhost/crontab/index &> /dev/null

Update

  • git pull
  • git merge
  • composer update
  • php bin/console doctrine:migrations:migrate
  • APP_ENV=prod APP_DEBUG=0 php bin/console cache:clear

Contribution

Please create new branch from main before make PR

  • git checkout main
  • git checkout -b 'new-commit-branch'

License

Versioning

Semantic Versioning 2.0.0

Components

Support

Blog

See also

Description
Web Stats for Half-Life Server
Readme MIT 488 KiB
Languages
PHP 58.3%
Twig 36.7%
CSS 5%