fixed installer

This commit is contained in:
Frank Harris 2026-06-20 21:19:11 -05:00
parent 05b7d2e464
commit 3d93d01cd1
27 changed files with 996 additions and 1665 deletions

View file

@ -1,19 +1,20 @@
%Cfg::Config = (
logfile => '/home/gameserver/OGP/ogp_agent.log',
listen_port => '12679',
listen_ip => '0.0.0.0',
version => 'v1.4',
key => 'Mvemjsu9p',
steam_license => 'Accept',
sudo_password => 'Inc0rrect!',
web_admin_api_key => '{your_admin_ogp_web_api_key_here}',
web_api_url => '{your_url_to_ogp_api.php}',
steam_dl_limit => '0',
# Resource stats database configuration
stats_db_host => 'mysql.iaregamer.com',
stats_db_user => 'remoteuser',
stats_db_pass => 'Pkloyn7yvpht!',
stats_db_name => 'panel',
stats_table_prefix => 'gsp_',
stats_frequency_minutes => '5',
);
logfile => '/home/gameserver/GSP/gsp_agent.log',
listen_port => '12679',
listen_ip => '0.0.0.0',
version => 'v1.4',
key => 'CHANGE_ME_PANEL_AGENT_KEY',
steam_license => 'Accept',
sudo_password => '',
web_admin_api_key => '',
web_api_url => '',
agent_event_url => '',
remote_server_id => '',
steam_dl_limit => '0',
stats_db_host => '',
stats_db_user => '',
stats_db_pass => '',
stats_db_name => '',
stats_table_prefix => 'gsp_',
stats_frequency_minutes => '5',
);

20
Cfg/Config.pm.default Normal file
View file

@ -0,0 +1,20 @@
%Cfg::Config = (
logfile => '/home/gameserver/GSP/gsp_agent.log',
listen_port => '12679',
listen_ip => '0.0.0.0',
version => 'v1.4',
key => 'CHANGE_ME_PANEL_AGENT_KEY',
steam_license => 'Accept',
sudo_password => '',
web_admin_api_key => '',
web_api_url => '',
agent_event_url => '',
remote_server_id => '',
steam_dl_limit => '0',
stats_db_host => '',
stats_db_user => '',
stats_db_pass => '',
stats_db_name => '',
stats_table_prefix => 'gsp_',
stats_frequency_minutes => '5',
);

View file

@ -1,9 +1,14 @@
%Cfg::Preferences = (
screen_log_local => '1',
delete_logs_after => '30',
gsp_manages_ftp => '1',
ogp_manages_ftp => '1',
ftp_method => 'PureFTPd',
gsp_autorestart_server => '1',
ogp_autorestart_server => '1',
protocol_shutdown_waittime => '10',
linux_user_per_game_server => '1',
PortValidationEnabled => '1',
StartupValidationTimeoutSeconds => '180',
PortCheckIntervalSeconds => '5',
);

View file

@ -0,0 +1,14 @@
%Cfg::Preferences = (
screen_log_local => '1',
delete_logs_after => '30',
gsp_manages_ftp => '1',
ogp_manages_ftp => '1',
ftp_method => 'PureFTPd',
gsp_autorestart_server => '1',
ogp_autorestart_server => '1',
protocol_shutdown_waittime => '10',
linux_user_per_game_server => '1',
PortValidationEnabled => '1',
StartupValidationTimeoutSeconds => '180',
PortCheckIntervalSeconds => '5',
);

View file

@ -0,0 +1,8 @@
agent_auto_update=0
agent_update_repo_url=http://forge.runlevelsystems.com/dev/GSP.git
agent_update_branch=Panel-unstable
agent_update_raw_url=http://forge.runlevelsystems.com/dev/GSP/raw/branch/Panel-unstable/Agent-Linux/ogp_agent.pl
run_pureftpd=1
ftp_port=21
ftp_ip=0.0.0.0
ftp_pasv_range=