1
0
mirror of https://github.com/tommytran732/Pterodactyl-Script synced 2024-09-19 07:34:43 -04:00
Commit Graph

166 Commits

Author SHA1 Message Date
Sagnik Sasmal
8bf988cff9
Fix MySQL binding and detection improvement
Fixed MySQL binding on debian style and upstream configs 10.4 onwards and improved config file detection
2020-09-11 15:19:25 +05:30
Wqrld
bc74bd1d3e
Fix mariadb binding on ubuntu servers.
with the newer ubuntu versions the bind address is in 5-server.cnf instead of my.cnf while my.cnf still exists. This if-else branch never accesses the code to fix 50-server.cnf if my.cnf still exists so moving the 50-server.cnf to the top fixes the issue.

tested on multiple 16.04 and 18.04 vpsses.
2020-09-11 08:38:23 +02:00
TommyTran732
ffd2a9ebc9
MariaDB repo fixes
Removed useless repo for Debian and update CentOS 7's repo to 10.5
2020-09-11 01:34:46 -04:00
TommyTran732
86134f20ae
Update install.sh
Just making the code a tiny bit more consistent
2020-09-02 11:28:14 -04:00
Mark David
6470ab8dd4
Install dig command
I've noticed on a couple of machines that dig is not installed by default anymore causing the FQDN check to fail.
2020-08-18 13:07:12 -04:00
TommyTran732
4fe890f6ae
Update Mobile Module to 1.0.7 2020-08-09 23:14:18 -04:00
TommyTran732
57a57b3d73
Update to pterodactyl 0.7.18 2020-07-27 07:47:05 -04:00
TommyTran732
aba4d023a6
Update install.sh
Removed version number since it is unnecessary
2020-07-15 18:26:34 -04:00
TommyTran732
87422c9fbf
Minor Fix
FIxed PHP session being owned by Apache while the webserver is supposed to be NGINX
2020-07-12 07:53:34 -04:00
TommyTran732
70f6f04f08
Update Standalone SFTP server
Update the standalone SFTP server from 1.0.4 to 1.0.5
2020-07-10 18:10:42 -04:00
TommyTran732
9c54483d91
Remove useless code
Removed left over Debian 8 code
2020-07-07 11:09:01 -04:00
TommyTran732
0621af1cab
Fixed Issues with MariaDB on Ubuntu 18.04
Added /etc/mysql/mariadb.conf.d/50-server.cnf as another config file to check.
2020-06-25 16:39:44 -04:00
Nate
41494ed689
Typo & consistency fixes 2020-06-25 10:33:12 -04:00
TommyTran732
e9963a75d6
Typo Fix
Fixing a minor typo here...
2020-06-25 06:27:15 -04:00
Josh Miles
75f32840d8
please don't call me a grammar nazi
just making your script look amazin <3
2020-06-25 11:17:28 +01:00
TommyTran732
efe44d0f8a
Create install.sh 2020-06-25 05:31:54 -04:00