Commit Graph

78 Commits

Author SHA1 Message Date
Sergei Solovev
61ad549555
Fixed duplicate repository addition in ubuntu (#57)
Fixed duplicate repository addition in ubuntu
2024-10-01 20:30:49 +03:00
Sergei Solovev
50f23978bf
Added installation of php-bz2 required for the GameQ library (#56)
Added installation of php-bz2 required for the GameQ library
2024-09-24 11:28:02 +03:00
Sergei Solovev
3bfdb49e2b
Fixed the installation of Counter-Strike 1.6 (#54) 2024-09-18 23:59:36 +03:00
Sergei Solovev
decfdee6f0
Added cleaning of the temporary directory after installing the game server (#53)
Added cleaning of the temporary directory after installing the game server
2024-09-16 00:00:30 +03:00
Sergei Solovev
1efc24885b
Added the game server installation menu (#52)
Added the game server installation menu
2024-09-15 23:52:38 +03:00
Sergei Solovev
256f100f0c
Added installation of the MTA server (#51)
Added installation of the MTA server
2024-09-15 23:34:41 +03:00
Sergei Solovev
5d69ec6315
Added installation of the CRMP server (#50)
Added installation of the CRMP server
2024-09-15 22:20:07 +03:00
Sergei Solovev
600ace1e15
Added php-gmp installation (#49)
php-gmp is necessary for the most efficient operation of phpseclib. More detailed:
https://phpseclib.com/docs/speed
2024-09-13 02:17:53 +03:00
Sergei Solovev
cd75da464b
Added Minecraft server installation (#48)
Added PaperSpigot 1.20.4
2024-09-13 01:38:58 +03:00
Sergei Solovev
02de30287d
The panel installation has been updated (#47)
The panel installation has been updated
2024-09-12 23:35:43 +03:00
Sergei Solovev
2d22192440
Added installation of cron jobs (#46)
The tasks of the control service are obviously not added, because it will be removed in future versions.
Two thread allocation tasks have been removed. The panel now monitors the load via systemd.
2024-09-09 02:08:41 +03:00
Sergei Solovev
64cfc80009
Updated the installation of the CSS server (#45)
Installation via steamcmd is now used
Added installation of the 32-bit libtinfo5:i386 package
2024-09-08 20:28:40 +03:00
Sergei Solovev
42c6df8957
The ProFTPD setting has been fixed (#44)
The ProFTPD setting has been fixed
2024-09-07 20:36:22 +03:00
Sergei Solovev
652d729fbf
Minor edits (#43)
Added installation of the jq package for working with json
Changed the ProFTPD setting to work with the GitHub API
Changed the default php version from 7.4 to 8.2
And other cosmetic edits
2024-09-07 19:29:26 +03:00
Sergei Solovev
02f4c6f819
Syntax correction and correction of potential errors, with unpredictable results (#39)
Syntax correction and correction of potential errors, with unpredictable results
2024-08-18 00:37:21 +03:00
Sergei Solovev
d1e51bda57
Minor update (#38)
Minor update
2024-08-17 21:15:10 +03:00
Sergei Solovev
f925f7c44d
Beta (#37)
* Added RUST server download (#32)

* Fixed CS 1.6 installation (#33)

Fixed CS 1.6 installation

* The numerical assignment of the group has been corrected to a text one (#34)

The numerical assignment of the group has been corrected to a text one

* MySQL has been replaced by MariaDB (#35)

MySQL has been replaced by MariaDB

* Minor fix (#36)

Minor fix
2024-08-15 15:15:03 +03:00
Sergei Solovev
cc2b0baac0
Updating NGINX and PHP repositories (#31) 2024-07-06 07:02:09 +03:00
Sergei Solovev
0ac025ac9e
Transferring from the beta branch (#29)
* Canceling the transfer of responses to a new line and hiding the entered password

* Added FastDL installation (#26)

* The installation of apache2 has been removed (#27)

* Minor fix (#28)
2024-07-02 02:19:31 +03:00
Sergei Solovev
beede7e7dd Added checking for php, apache, nginx repositories for ubuntu 2024-05-21 15:18:58 +03:00
Sergei Solovev
9593d4af15 Update mysql packages 2024-05-21 14:52:05 +03:00
Sergei Solovev
de96d10b56 Added support for Ubuntu 24.04 2024-05-21 13:55:52 +03:00
Sergei Solovev
c59d43c8dc Fixed phpMyAdmin installation 2024-05-13 00:54:58 +03:00
Sergei Solovev
4e2f30fcde Removed the creation of the directory: /var/log/enginegp 2024-04-18 23:28:11 +03:00
Sergei Solovev
670016a6c5 Changing the php version to the required one, postponed after installing phpMyAdmin
phpMyAdmin installs the latest version from the repository
2024-04-18 23:23:09 +03:00
Sergei Solovev
8510e6b4d4 Standard php packages have been removed 2024-04-18 23:07:41 +03:00
Sergei Solovev
f4f4ffda9b The duplicate php-xml package has been removed 2024-04-18 22:51:25 +03:00
Sergei Solovev
f9e8f40f01 Added screen installation when installing EngineGP 2024-04-14 04:23:30 +03:00
Sergei Solovev
6a1065d06e Added location setting to the server with EngineGP 2024-04-14 03:27:24 +03:00
Sergei Solovev
0c4f477f7e Added table deletion after export 2024-04-13 03:37:18 +03:00
Sergei Solovev
0f52ad7ce4 Fixed a situation where the password hash might not be written to the table before exporting 2024-04-13 03:22:04 +03:00
Sergei Solovev
3cc714af90 Location data is displayed after setting up 2024-04-13 02:14:14 +03:00
Sergei Solovev
dc85488d93 Messages are removed if no actions were performed 2024-04-13 01:50:20 +03:00
Sergei Solovev
d50645c122 Added installation of the required default php version 2024-04-13 01:38:11 +03:00
Sergei Solovev
a94a1a4574 The phpmyadmin call type has been changed
Before: http://IP-Address:9090/phpmyadmin
Now: http://IP-Address/phpmyadmin
2024-04-13 01:33:27 +03:00
Sergei Solovev
816980955b The call to port 81 from the outside is closed 2024-04-12 22:15:37 +03:00
Sergei Solovev
104a0949fa Updating the web server settings 2024-04-12 21:15:17 +03:00
Sergei Solovev
ed9ae281ac Password encryption has been updated before writing to the database 2024-04-12 03:14:56 +03:00
Sergei Solovev
b63785c8ea Update copyright 2024-04-12 02:22:19 +03:00
Sergei Solovev
c57a0fd4a9 Update for several changes
Removed the version check of the panel on the server
Removed the choice between MySQL and MariaDB
Added a flag indicating the branch to install
2024-04-10 22:16:36 +03:00
Sergei Solovev
efe580e612 The editing points have been updated 2024-03-18 00:00:30 +03:00
Sergei Solovev
8b17b08b3a Fix dir 2024-03-10 21:34:01 +03:00
Sergei Solovev
ef048a98ae Fixed the display of data after setting up the location 2024-03-10 19:26:24 +03:00
Sergei Solovev
d5a3fea756 Added package updates 2024-03-10 19:23:42 +03:00
Sergei Solovev
1ef661c491 Added remote ip setting
So that NGINX gives the correct IP address to Apache
2024-03-10 18:55:27 +03:00
Sergei Solovev
af130d55c1 E: Package 'php-ctype' has no installation candidate 2024-03-10 18:25:42 +03:00
Sergei Solovev
9fe8241e1f Updating packages after adding the sury repositories 2024-03-10 18:11:47 +03:00
Sergei Solovev
e647aab434 Package installation has been removed
Package installation has been removed:
php. php-fpm is used
2024-03-10 18:04:47 +03:00
Sergei Solovev
ebddb2110f Update License and Copyright in file 2024-03-10 11:55:31 +03:00
Sergei Solovev
64770fdfdc The panel installation procedure has been changed and the git package check has been added 2024-03-10 00:55:16 +03:00