Commit Graph

893 Commits

Author SHA1 Message Date
Janio Sarmento
f053b4c58b #162: Script to manage Site Admin privileges 2022-02-13 12:24:31 -03:00
Janio Sarmento
b07968a5c1 CF IP blocks validation 2022-02-13 12:23:27 -03:00
Janio Sarmento
b346d0a30d #420 No error treatment to /opt/cf-update.sh 2022-02-13 12:14:53 -03:00
VirtuBox
7f50d675d2 Fix stack status 2022-01-26 17:07:01 +01:00
VirtuBox
9523ce05aa Update wp-cli to v2.6.0 and adminer to v4.8.1 2022-01-26 13:05:34 +01:00
VirtuBox
83b84678ac Fix for php stack install 2022-01-25 17:15:15 +01:00
VirtuBox
c2f0542afa Fix php8.1 package install 2022-01-25 16:43:55 +01:00
VirtuBox
9743a60742 Set php8.0 as default 2022-01-25 16:29:13 +01:00
VirtuBox
c68d173f42 Fix missing nginx configurations 2022-01-25 16:16:46 +01:00
VirtuBox
bb4daf002a Add php repository for php8.0 2022-01-25 15:54:08 +01:00
VirtuBox
4d18b78274 Update wo version 2022-01-25 15:49:11 +01:00
VirtuBox
089ff2c98f Auto stash before merge of "updating-configuration" and "origin/updating-configuration" 2022-01-24 12:21:12 +01:00
Janio Sarmento
555269decf #348: PHP8 2022-01-23 15:14:24 -03:00
VirtuBox
d6e50bcd72 Merge pull request #369 from techieshark/patch-1
Fix typo in help text
2021-09-15 19:03:18 +02:00
VirtuBox
578396e491 Merge pull request #371 from bob-swinkels/master
Escaping of metacharacters in regex strings in wo/cli/templates/map-wp.mustache
2021-09-15 19:02:43 +02:00
VirtuBox
b03549cfd6 Merge pull request #390 from yogeshbeniwal/fix/pwa-serviceworker-caching
Cache exception for PWA Service Worker
2021-09-14 21:04:27 +02:00
Argus Duong
5bf3d06f30 Update new Cloudflare IPs range
WordOps already have cron to update these range but it only run weekly. So I've updated it to the latest.
2021-07-26 11:49:32 +07:00
Yogesh Beniwal
0030856d72 Cache exception for PWA Service Worker 2021-07-16 23:24:06 +08:00
VirtuBox
c698e20697 Merge pull request #381 from WordOps/updating-configuration
Updating configuration
2021-05-20 17:11:54 +02:00
Bob Swinkels
cbe42ab2bb Fix wildcard character in regex strings.
The map directive contains regexes (strings starting with a tilde) that
contain 'asterisk' characters. In a regex, the asterisk character is a
metacharacter, and in this context, it is meant as a wildcard character.
To achieve the desired result, we should place a dot in front of the
asterisk character.
2021-04-19 15:36:38 +02:00
Bob Swinkels
8403af51f5 Fix escaping of regex metacharacters.
The map directive contains regexes (strings starting with a tilde) that
contain 'dot' characters. In a regex, the dot character is a
metacharacter and should be escaped by putting a backslash before it.
2021-04-19 15:25:28 +02:00
Peter W
8d33b8225f Fix typo in help text
Fixes #368
2021-04-10 20:19:40 +10:00
Narender Chopra
f501e654cc Update brotli.mustache
'brotli_comp_level 6' tends to be the most optimal and commonly used level.
'brotli_buffers' has been deprecated: https://github.com/google/ngx_brotli#brotli_buffers
2021-01-10 15:09:15 +05:30
VirtuBox
2dc3ed560f Fix zstd compression on Debian 2021-01-08 14:49:09 +01:00
VirtuBox
b225b6e339 Bump version for testing 2020-11-10 16:28:04 +01:00
VirtuBox
7062596236 Fix MariaDB connections issues
* allow new unix_socket auth system
* add socket path in /etc/mysql/conf.d/my.cnf
2020-11-10 12:54:53 +01:00
VirtuBox
78cd626d75 Set php 7.4 as default php version
* `wo stack install` will check php version to install in  /etc/wo/wo.conf
2020-11-07 21:06:26 +01:00
VirtuBox
c8a70deb8d Use tcp_bbr congestion algorithm on Ubuntu focal 2020-11-07 10:15:58 +01:00
VirtuBox
0abd5b60c4 Fix mariadb stack status 2020-11-01 22:34:38 +01:00
VirtuBox
7d0b0cd50c Fix MariaDB upgrade on Github actions 2020-10-28 12:25:09 +01:00
VirtuBox
164f817d25 Fix github actions 2020-10-28 11:45:30 +01:00
VirtuBox
4bca86580e Run dist-upgrade after MariaDB upgrade 2020-10-28 11:11:01 +01:00
VirtuBox
363dffa10d Update Redis-cache plugin configuration 2020-10-27 14:30:17 +01:00
VirtuBox
3624548251 Enable MariaDB service after upgrade 2020-10-27 11:25:14 +01:00
VirtuBox
295b8420cf Fix virtualenv configuration 2020-10-26 14:21:04 +01:00
VirtuBox
009b5e1af6 Delete acme conf when domain is deleted 2020-10-25 23:11:24 +01:00
VirtuBox
3d32e02c65 Improved query strings caching 2020-10-25 14:19:08 +01:00
VirtuBox
665453dcbc Fix formatting 2020-10-23 18:45:03 +02:00
VirtuBox
51b078e86d Improve MariaDB upgrade 2020-10-23 16:33:35 +02:00
VirtuBox
51f34e4286 Fix double import 2020-10-23 13:49:14 +02:00
VirtuBox
0c01ebb9ef Remove previous MariaDB repository 2020-10-23 13:32:39 +02:00
VirtuBox
bed285abc4 Use wo stack migrate for MariaDB major upgrade 2020-10-23 12:50:31 +02:00
VirtuBox
cbd29a968c Perform a full dump before upgrading MariaDB 2020-10-22 20:39:25 +02:00
VirtuBox
e2bfcd326e Move old my.cnf after MariaDB upgrade 2020-10-22 16:46:42 +02:00
VirtuBox
f3129f0774 Remove innodb_buffer_pool_instances 2020-10-22 14:54:54 +02:00
VirtuBox
c3224d39e5 Add MariaDB upgrade from 10.3 to 10.5 2020-10-22 14:34:03 +02:00
VirtuBox
55f50f583c Fix MariaDB upgrade 2020-10-22 12:05:01 +02:00
VirtuBox
c72ce642b4 Fix Mariadb 10.5 setup 2020-10-22 11:15:20 +02:00
VirtuBox
dff13eb345 Testing MariaDB 10.5 2020-10-22 11:04:23 +02:00
VirtuBox
fd66b5475f Fix Redis upgrade on Ubuntu 20.04 LTS
* Fix typo in bash completion
2020-10-17 01:48:50 +02:00