Commit Graph

145 Commits

Author SHA1 Message Date
Mafoo 3744d31bb3 Enhance - add reset_admin_password.sh (#102)
will look for all instances of system_username from config.sh in the database and update it's password
2017-07-29 13:59:40 -06:00
FusionPBX b27c409758 Update finish.sh 2017-07-26 09:09:40 -06:00
Dean Montgomery 6be3e5d3c9 Add Grandstream and Vtech rewrites (#100) 2017-06-10 11:52:15 -06:00
Mafoo 6ced551218 add 'at' as a requirred package (#101) 2017-06-10 11:50:59 -06:00
FusionPBX 42ef371737 Removed because it broke Advanced -> Upgrade on CentOS 2017-06-08 22:08:11 -06:00
FusionPBX 33c94652ba Create sngrep.sh 2017-06-08 21:59:51 -06:00
FusionPBX b095b69c73 Update jail.local 2017-06-06 23:19:06 -06:00
Mafoo 0ce35270e3 BugFix core/upgrade/install.php timeout (#98)
update configuration to allow the core/upgrade/install.php to have the
same read_timeout in nginx as it has in php execution time.
This should prevent the nginx timeout error when a upgrade takes longer
than 60 seconds (the deafult in nginx)
2017-05-23 09:30:15 -06:00
FusionPBX 2c95300ae3 Update finish.sh 2017-05-20 01:36:48 -06:00
FusionPBX e8fd2040e4 Update fusionpbx.sh 2017-05-10 13:57:23 -06:00
FusionPBX 620ee7809c Update finish.sh 2017-04-23 04:42:54 -06:00
FusionPBX 4a2bc7a7e8 Update php.sh 2017-04-23 04:42:44 -06:00
FusionPBX ce6b54035a Update selinux.sh 2017-04-23 04:29:48 -06:00
root 05a6714ed3 Update permissions 2017-04-23 10:20:28 +00:00
FusionPBX 923a7e7c29 Update selinux.sh 2017-04-23 03:23:14 -06:00
FusionPBX e5943517d1 Create selinux.sh 2017-04-23 03:22:49 -06:00
FusionPBX 9d984eb99d Update switch.sh 2017-04-23 03:15:13 -06:00
FusionPBX 03f3861c43 Create switch.sh 2017-04-23 02:52:42 -06:00
FusionPBX e40caf1d49 Update environment.sh 2017-04-23 02:48:49 -06:00
FusionPBX b04457b228 Update package-systemd.sh 2017-04-23 02:13:43 -06:00
FusionPBX b359181258 Update package-release.sh 2017-04-23 02:13:07 -06:00
FusionPBX c996dfd4bf Update conf-copy.sh 2017-04-23 02:12:13 -06:00
FusionPBX bb0d8ae3bb Update package-permissions.sh 2017-04-23 02:11:32 -06:00
FusionPBX f42f9c8570 Update package-release.sh 2017-04-23 02:10:09 -06:00
FusionPBX d10321700e Update config.sh 2017-04-23 01:59:55 -06:00
FusionPBX 166e093371 Update postgres.sh 2017-04-23 01:54:20 -06:00
FusionPBX f69b769a3a Update fusionpbx.sh 2017-04-23 01:43:41 -06:00
FusionPBX 972c95984a Update php.sh 2017-04-23 01:42:03 -06:00
FusionPBX c4729342e6 Update nginx.sh 2017-04-23 01:35:17 -06:00
FusionPBX 0aa5df601a Update fusionpbx.sh 2017-04-23 01:29:42 -06:00
FusionPBX b9c79e8ca4 Update finish.sh 2017-04-23 01:15:36 -06:00
FusionPBX 2b69de5f12 Update fail2ban.sh 2017-04-23 01:09:56 -06:00
FusionPBX 8d7ee0fd50 Update firewalld.sh 2017-04-23 01:07:22 -06:00
FusionPBX 487bde2e92 Update fail2ban.sh 2017-04-23 01:03:34 -06:00
FusionPBX 29f55141b6 Update finish.sh 2017-04-23 00:56:42 -06:00
FusionPBX f234d1484b Create environment.sh 2017-04-23 00:39:51 -06:00
FusionPBX 63b7ee71c0 Update config.sh 2017-04-23 00:27:24 -06:00
FusionPBX d8450d43e3 Update finish.sh 2017-04-16 12:02:40 -06:00
FusionPBX 0259756941 Create config.sh 2017-04-03 19:46:20 -06:00
FusionPBX 4a7e3f5d72 Create sngrep.sh 2017-04-03 19:20:26 -06:00
FusionPBX aae94bf317 Update fusionpbx.sh 2017-04-03 19:18:00 -06:00
erxspin 5a2f3521cb Bug fix exec permissions CentOS - part 1 (#89)
* added CentOS, Fedora, RHEL choices with minimal version check (recommited)

* fixed small typos

* added special option --use-php5-package

* parse options and export new environment variable USE_PHP5_PACKAGE

* added choice between php5* or php7.0* packages (recommited)

* fixed php*-fpm service name and php.ini file path (recommited)

* prepare socket name for nginx to work with php5-fpm or php7.0-fpm (recommited)

* added ppa:ondrej/php5-compat repo

* added dependency ppa:ondrej/php repo and package software-properties-common

* added execute permissions to ./centos/*.sh files
2017-03-17 17:44:14 -06:00
erxspin 26d050685a Bug fix empty value check CentOS (#85)
* added CentOS, Fedora, RHEL choices with minimal version check (recommited)

* fixed small typos

* added special option --use-php5-package

* parse options and export new environment variable USE_PHP5_PACKAGE

* added choice between php5* or php7.0* packages (recommited)

* fixed php*-fpm service name and php.ini file path (recommited)

* prepare socket name for nginx to work with php5-fpm or php7.0-fpm (recommited)

* added ppa:ondrej/php5-compat repo

* added dependency ppa:ondrej/php repo and package software-properties-common

* POSIX sh empty value check compatibility
2017-03-10 16:07:16 -07:00
erxspin f2265865f9 Bug fix multiple records in db CentOS (#86)
* added CentOS, Fedora, RHEL choices with minimal version check (recommited)

* fixed small typos

* added special option --use-php5-package

* parse options and export new environment variable USE_PHP5_PACKAGE

* added choice between php5* or php7.0* packages (recommited)

* fixed php*-fpm service name and php.ini file path (recommited)

* prepare socket name for nginx to work with php5-fpm or php7.0-fpm (recommited)

* added ppa:ondrej/php5-compat repo

* added dependency ppa:ondrej/php repo and package software-properties-common

* drop and create again postgresql public schema with cascade option to prevent multiple domains creation in db
2017-03-10 16:06:43 -07:00
Adam Niedzwiedzki e1e6e06162 CentOS 7 Installer (#71) 2017-02-23 09:53:37 -07:00