implement header links

This commit is contained in:
ghost 2024-01-13 02:00:09 +02:00
parent 7caf84a9f9
commit 13292efe29
5 changed files with 26 additions and 22 deletions

5
.env
View file

@ -43,7 +43,7 @@ MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
# HLState
# Application version, used for API and media cache
APP_VERSION="1.2.0"
APP_VERSION="1.3.0"
# Application name
APP_NAME="HLState"
@ -58,3 +58,6 @@ APP_THEME="default"
# Masters list, server:port comma separated
APP_MASTERS=""
# Links, name|url comma separated
APP_LINKS="Game|https://store.steampowered.com/app/70/HalfLife,Xash3D|https://github.com/FWGS/xash3d-fwgs"