Panel/modules
copilot-swe-agent[bot] f8ae24e87b Refactor deploy/push scripts and enhance game docs generator
- Add comprehensive headers to deploy_gsp.sh and push_to_github.sh
- Make scripts configurable via environment variables
- Update push_to_github.sh to support GITHUB_TOKEN env var
- Enhance generate_game_docs.py with:
  * Command-line argument support (--games, --force, --todo-only)
  * Extraction of detailed startup parameters from XML
  * Prevention of overwriting existing files unless --force is used
  * Comprehensive parameter documentation with options and defaults

Co-authored-by: iaretechnician <2749183+iaretechnician@users.noreply.github.com>
2025-11-22 22:35:31 +00:00
..
addonsmanager From the panel site 2025-09-17 21:14:45 -04:00
administration From the panel site 2025-09-17 21:14:45 -04:00
backup-restore No changes 2025-09-11 13:29:15 -04:00
billing Refactor deploy/push scripts and enhance game docs generator 2025-11-22 22:35:31 +00:00
circular From the panel site 2025-09-17 21:14:45 -04:00
config_games edit xml config again 2025-11-22 09:25:06 -05:00
cron No changes 2025-09-11 13:29:15 -04:00
dashboard updated from actual site files 2025-11-11 08:56:05 -05:00
dsi From the panel site 2025-09-17 21:14:45 -04:00
editconfigfiles No changes 2025-09-11 13:29:15 -04:00
extras No changes 2025-09-11 13:29:15 -04:00
faq From the panel site 2025-09-17 21:14:45 -04:00
fast_download From the panel site 2025-09-17 21:14:45 -04:00
ftp From the panel site 2025-09-17 21:14:45 -04:00
gamemanager updated from actual site files 2025-11-11 08:56:05 -05:00
lgsl_with_img_mod From the panel site 2025-09-17 21:14:45 -04:00
litefm No changes 2025-09-11 13:29:15 -04:00
lostpwd No changes 2025-09-11 13:29:15 -04:00
mods No changes 2025-09-11 13:29:15 -04:00
modulemanager From the panel site 2025-09-17 21:14:45 -04:00
mysql From the panel site 2025-09-17 21:14:45 -04:00
news No changes 2025-09-11 13:29:15 -04:00
rcon No changes 2025-09-11 13:29:15 -04:00
register No changes 2025-09-11 13:29:15 -04:00
server From the panel site 2025-09-17 21:14:45 -04:00
settings From the panel site 2025-09-17 21:14:45 -04:00
status No changes 2025-09-11 13:29:15 -04:00
steam_workshop No changes 2025-09-11 13:29:15 -04:00
subusers No changes 2025-09-11 13:29:15 -04:00
support No changes 2025-09-11 13:29:15 -04:00
teamspeak3 No changes 2025-09-11 13:29:15 -04:00
tickets From the panel site 2025-09-17 21:14:45 -04:00
TS3Admin From the panel site 2025-09-17 21:14:45 -04:00
tshock From the panel site 2025-09-17 21:14:45 -04:00
update From the panel site 2025-09-17 21:14:45 -04:00
user_admin From the panel site 2025-09-17 21:14:45 -04:00
user_games From the panel site 2025-09-17 21:14:45 -04:00
util No changes 2025-09-11 13:29:15 -04:00
README.modules No changes 2025-09-11 13:29:15 -04:00
reseller.tar.gz From the panel site 2025-09-17 21:14:45 -04:00

Module directory consists of following files:

* module.php (REQUIRED):

Contains the information for the module, such as:
- version
- name
- menu entries
- sql installation queries

* navigation.xml (OPTIONAL):

Contains the navigation for the module. This file is optional and if not used,
the default page called <module_name>.php is loaded.

* Additional files:

In addition to the files above module can have as many extra files as you want.