Commit Graph

11 Commits

Author SHA1 Message Date
Larry Gadallah 39beae7c13
Fixes to allow deployment on FreeBSD 14 (#415)
* Changing default domain name to hostname, setting default PostgreSQL version to 15

* Adding support for PostgreSQL 14 and 15

* Correcting user and group options for freeswitch runtime

* Copying missing resources/fail2ban/freeswitch-dos.conf from debian dir, adding missing copy of sip-auth-challenge-ip.conf and sip-auth-challenge.conf, setting default setting for allowipv6 directive

* Remove freeswitch database and user

Reason for this change is if FreeSWITCH uses the PostgreSQL then its a good idea for it to use its own instance. This is to prevent blocking FreeSWITCH from accessing the database if there is a long running Query on the FusionPBX database

* Changing default domain name to hostname, setting default PostgreSQL version to 15

* Adding support for PostgreSQL 14 and 15

* Correcting user and group options for freeswitch runtime

* Copying missing resources/fail2ban/freeswitch-dos.conf from debian dir, adding missing copy of sip-auth-challenge-ip.conf and sip-auth-challenge.conf, setting default setting for allowipv6 directive

---------
Co-authored-by: Charlie Root <root@sjcacs-test.gadallah.net>
2024-01-03 14:06:57 -07:00
Richard Allen e3d22325bf
changed default postgresql version to 13 to match the defalt version used by the freeswitch package. (#381)
changed py37-fail2ban to py38-fail2ban because the py37-fail2ban package is no longer available.
2022-02-21 13:07:22 -07:00
Maksym Sobolyev f6ce7e9ae5
Few small freebsd fixes (#319)
* Use python 3.7 which is the default.

* Fix typo (missing space before closing ]):

00:04:22.942  + [ -f /usr/ports/UPDATING]
00:04:22.942  [: missing ]

* GC unneded "cd resource". php.sh is included into resources/ngnix.sh, which does
cd resources as the first step by itself.
2020-06-11 10:41:50 -06:00
FusionPBX 78f34d2bbc Update fail2ban.sh 2017-06-24 13:32:35 -06:00
FusionPBX 79eb85668a Update fail2ban.sh 2017-04-02 22:23:26 -06:00
FusionPBX 083d180e8e Update fail2ban.sh 2017-04-02 22:16:11 -06:00
FusionPBX ea93448364 Update fail2ban.sh 2017-04-02 22:12:28 -06:00
FusionPBX e1089f8034 Update fail2ban.sh 2017-03-31 18:53:44 -06:00
Mark J Crane a0a4c0df73 Get nginx working with php-fpm 2017-03-27 02:28:40 -06:00
FusionPBX e9e3073332 Update fail2ban.sh 2017-03-25 12:20:27 -06:00
Mark J Crane 83f064cae0 Start the FreeBSD install script (not ready) 2017-03-25 11:41:47 -06:00