Commit Graph

1279 Commits

Author SHA1 Message Date
VirtuBox
5c39f01670 Refactor php installation 2023-08-05 10:48:56 +02:00
VirtuBox
7df16a935c Merge pull request #548 from nylen/patch-1
Do not cache requests with Authorization header set
2023-08-04 18:01:50 +02:00
VirtuBox
c9e0c0d1b1 Small fix for mariadb migrate 2023-08-04 16:46:00 +02:00
VirtuBox
49d26e5656 Do not add mariadb repo on debian 12 2023-08-01 18:35:48 +02:00
VirtuBox
1d527e84ff Update gpg keys for debian 12 2023-08-01 18:25:59 +02:00
James Nylen
74d48c10c1 Do not cache requests with Authorization header set 2023-07-23 02:26:40 +00:00
VirtuBox
efaa4de032 Merge pull request #547 from WordOps/updating-configuration
Improve MariaDB migrate
2023-07-19 09:34:51 +02:00
VirtuBox
b3a47f4938 Merge pull request #540 from Alfusainey/bug
bug fix: close file after reading
2023-07-17 10:26:16 +02:00
VirtuBox
794d4b540a Merge pull request #537 from vitovt/Debian-12
Add support for Debian 12
2023-07-16 23:49:21 +02:00
VirtuBox
6346a4fd07 Merge pull request #376 from yogeshbeniwal/master
Set cache expiry of css and js files to 1 year
2023-07-16 23:33:12 +02:00
VirtuBox
83b33ac09e Improve MariaDB migrate 2023-07-16 23:29:52 +02:00
Alfusainey Jallow
e3bb428c26 bug fix: close file after reading
Signed-off-by: Alfusainey Jallow <alf.jallow@gmail.com>
2023-06-27 12:40:26 +02:00
Vitovt
51e2c41059 Add support for Debian 12 2023-06-24 23:49:10 +03:00
VirtuBox
a3233d0908 Merge pull request #511 from yogeshbeniwal/update/mariadb-version
Update MariaDB to latest LTS version
2023-04-30 20:32:11 +02:00
Yogesh Beniwal
afd5d8ec8b Update WP_MEMORY_LIMIT and WP_MAX_MEMORY_LIMIT 2023-04-03 16:57:45 +08:00
Yogesh Beniwal
c922613841 Update MariaDB to latest LTS version 2023-04-03 16:11:04 +08:00
VirtuBox
ea1c7e67e7 Merge pull request #499 from WordOps/updating-configuration
Hotfix SQLAlchemy version locked
2023-01-29 14:49:34 +01:00
VirtuBox
92ec949e51 Bump WordOps release 2023-01-29 14:19:39 +01:00
VirtuBox
d07d66e0d5 Merge pull request #495 from WordOps/updating-configuration
Fix wpce options
2023-01-22 10:49:28 +01:00
VirtuBox
7139310aee Update wpce options 2023-01-21 13:45:13 +01:00
VirtuBox
edbfd53919 Bump version for release 2023-01-20 23:23:25 +01:00
Hamada Habib
755eafc4c0 Merge branch 'WordOps:master' into master 2023-01-18 09:15:47 +02:00
Hamada Habib
7f64e832e4 Allow all Communications Between Jetpack and WordPress.com 2023-01-18 09:15:03 +02:00
VirtuBox
b51041ae2a Bump extplorer release 2023-01-05 22:02:52 +01:00
VirtuBox
878bd96aa0 Change gpg server in case of failure 2023-01-05 22:02:39 +01:00
VirtuBox
3eff3d7ec1 Bump WordOps version 2022-12-26 20:53:13 +01:00
Janio Sarmento
b16e018e8e #486 Bugfix PHP 8.2 support 2022-12-26 11:41:15 -03:00
VirtuBox
67ff78e077 Update version, fix psutil install 2022-12-23 08:11:44 +01:00
VirtuBox
7e1a1bbf9c Fix missing and 2022-12-22 22:37:59 +01:00
VirtuBox
55572c003f Fix php82 2022-12-22 22:22:40 +01:00
VirtuBox
319d1d0afc Fix php8.2 2022-12-11 16:30:40 +01:00
VirtuBox
887cc1d3f0 Fix php8.2 2022-12-11 16:13:33 +01:00
VirtuBox
ec746c87cc Merge pull request #483 from janiosarmento/issue482
#482: Add PHP 8.2 to WO by @janiosarmento
2022-12-11 15:55:32 +01:00
Janio Sarmento
a76d76ce5f #482: Add PHP 8.2 to WO 2022-12-10 10:37:20 -03:00
VirtuBox
346d571f3c Bump wo_version for testing 2022-11-14 15:58:43 +01:00
VirtuBox
5dc6b1ec30 Prompt user before WordOps update 2022-11-14 15:15:04 +01:00
Saša Todorović
6ab40e73c4 Fix wrong else statements in stack_services.py 2022-11-01 17:02:14 +01:00
VirtuBox
bb981dab85 Merge pull request #473 from WordOps/updating-configuration
Prepare for Hotfix v3.15.4
2022-10-25 11:51:54 +02:00
VirtuBox
1b3f66a2b0 Use distro to get linux distribution 2022-10-25 10:35:22 +02:00
VirtuBox
bb5d9d4962 Prepare for Hotfix v3.15.4 2022-10-25 10:21:50 +02:00
Narender Chopra
67a5b18d25 fix prefetch-proxy configuration
Seems there is an issue with these changes. This is what the output of `https://www.example.com/.well-known/traffic-advice` looks like with WO 3.15.3 :
```
[\{
 "user_agent": "prefetch-proxy",
 "google_prefetch_proxy_eap": \{
 "fraction": 1.0
 \}
\}]
```
**Here is the expected output for a valid configuration**:
```
[{
 "user_agent": "prefetch-proxy",
 "google_prefetch_proxy_eap": {
 "fraction": 1.0
 }
}]
```
2022-10-24 22:40:35 +05:30
VirtuBox
1cf377cc99 Merge pull request #471 from WordOps/updating-configuration
maintenance release v3.15.3
2022-10-24 17:36:59 +02:00
VirtuBox
873b70c8d5 Prepare for release 3.15.3 2022-10-24 17:06:13 +02:00
VirtuBox
917f13d708 Fix typo in proftpd config 2022-10-24 17:04:31 +02:00
VirtuBox
ee8f426b6b Include ftp ports in ufw config 2022-10-24 16:25:48 +02:00
VirtuBox
508debb930 Cleanup proftpd configuration and fix modules 2022-10-24 16:00:17 +02:00
VirtuBox
ff05988a97 Fix proftpd install on Ubuntu 22.04 2022-10-24 15:01:51 +02:00
VirtuBox
e7ce064baa Fix missing variable 2022-10-20 12:55:51 +02:00
VirtuBox
0bce503349 Moving to redis official repository 2022-10-20 12:47:23 +02:00
VirtuBox
b7a40234f3 Fix netdata upgrade for old versions 2022-10-20 11:52:57 +02:00