Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Releases: Ferks-FK/ControlPanel-Installer

v4.0.0

11 Nov 13:55
Compare
Choose a tag to compare

Fixed

  • Remove DNS verification.

v3.0.0

29 Apr 14:13
Compare
Choose a tag to compare

Fixed

  • Update to the new github URL of CPGG.

v2.2.6

13 Feb 19:45
Compare
Choose a tag to compare

Added

  • Update php 8.1 as minimal dependency.

v2.2.5

03 Nov 16:44
Compare
Choose a tag to compare

Added

  • Support for Ubuntu 22.

Changed

  • Change to the new default names in the initial configuration.

Fixed

  • Remove the inactive redis mirror.

v2.2.4

04 Apr 01:46
Compare
Choose a tag to compare

Fixed

  • The logs directory was not created automatically, this has been fixed in this release.
  • Fixed a small bug where the installation information was being written twice to the logs.
  • Corrected a missing variable.
  • Fixed a variable name in the wrong place.

v2.2.3

30 Mar 22:29
Compare
Choose a tag to compare

Added

  • Added a new check where it checks if the User or Database chosen by the user already exists.

Edited

  • Some MySQL warning messages are now no longer displayed.

v2.2.2

13 Mar 22:37
Compare
Choose a tag to compare

Edited

  • Changed the separator of the sed command that sets the password.
    It was changed from @ to |, to prevent passwords containing @ from causing an error.

v2.2.1

12 Mar 12:56
Compare
Choose a tag to compare

Fixed

  • Removed the domain test function, because it was not fully functional for a domain with multiple aliases.

v2.2.0

11 Mar 19:23
Compare
Choose a tag to compare

Added

  • Added a function to domain verification to check if the domain is already in use by another application.

Edited:

  • Now the SSL generation will not ask the user any questions, and will not show the outputs.
  • Some useless functions removed.

Fixed

  • Fixed a problem with random password generation.
  • Fixed an issue where nginx listened on port 80 before it even started, causing the script to stop the installation with some errors.
  • Fixed a missing dependencies problem on CentOS 8.

v2.1.0

09 Mar 20:45
Compare
Choose a tag to compare

Edited

  • SSL certificates now require an email address to be created.
  • The function to generate SSL certificate has been slightly changed for better functioning.
  • Now your database password can be random.

Fixed

  • Fixed a directory issue in the nginx file with SSL where it caused the panel to not load.