Web Monitor for Half-Life Servers
Find a file
2024-01-13 04:23:55 +02:00
bin init symfony framework 2024-01-06 14:06:07 +02:00
config implement header links 2024-01-13 02:00:09 +02:00
migrations cache latest server HostName in database 2024-01-13 03:58:36 +02:00
public implement header links 2024-01-13 02:00:09 +02:00
src fix crc32server value 2024-01-13 04:23:55 +02:00
templates/default fix title tag condition 2024-01-13 04:07:34 +02:00
tests init symfony framework 2024-01-06 14:06:07 +02:00
translations init symfony framework 2024-01-06 14:06:07 +02:00
.env implement header links 2024-01-13 02:00:09 +02:00
.env.test init symfony framework 2024-01-06 14:06:07 +02:00
.gitignore ignore composer.lock 2024-01-07 01:59:41 +02:00
compose.override.yaml init symfony framework 2024-01-06 14:06:07 +02:00
compose.yaml init symfony framework 2024-01-06 14:06:07 +02:00
composer.json implement separated server pages, replace hlservers to masters tracking 2024-01-12 22:45:15 +02:00
LICENSE Initial commit 2024-01-05 22:44:12 +02:00
phpunit.xml.dist init symfony framework 2024-01-06 14:06:07 +02:00
README.md update readme 2024-01-12 20:35:45 +02:00
symfony.lock implement basic features 2024-01-06 18:24:57 +02:00

HLState

Web Monitor for Half-Life based on Xash3D FWGS masters crawler

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