Commit Graph

225 Commits

Author SHA1 Message Date
David Edwards
4e58a7d4f0 correcting mistaken code 2023-12-10 12:16:39 -07:00
David Edwards
b1876c1935 changing name for clarity 2023-12-10 11:49:49 -07:00
David Edwards
7a35419dd5 loading parent data 2023-12-08 16:11:19 -07:00
David Edwards
20d513f224 stubbed out subsite 2023-12-08 15:06:30 -07:00
VirtuBox
f699012b9b Add php8.3 support 2023-11-23 21:33:09 +01:00
VirtuBox
d393cb0649 Revert "Refactor site detection"
This reverts commit 4b71b4e679.
2023-08-21 16:55:38 +02:00
VirtuBox
26fbedb26f Add nginx requirements for site alias 2023-08-12 17:20:17 +02:00
VirtuBox
ce961e90a8 Refactor php versions management 2023-08-05 15:47:01 +02:00
VirtuBox
c46e5d3b11 Fix argument 2023-08-05 15:09:51 +02:00
VirtuBox
a93ec45ce4 Refactorise package detection 2023-08-05 14:57:04 +02:00
VirtuBox
4b71b4e679 Refactor site detection 2023-08-05 12:07:10 +02:00
Yogesh Beniwal
afd5d8ec8b Update WP_MEMORY_LIMIT and WP_MAX_MEMORY_LIMIT 2023-04-03 16:57:45 +08:00
VirtuBox
7139310aee Update wpce options 2023-01-21 13:45:13 +01:00
VirtuBox
319d1d0afc Fix php8.2 2022-12-11 16:30:40 +01:00
Janio Sarmento
a76d76ce5f #482: Add PHP 8.2 to WO 2022-12-10 10:37:20 -03:00
VirtuBox
1cb4911b42 Fix typo 2022-04-28 15:44:39 +02:00
VirtuBox
07abbcaad5 Fix WP_DEBUG doublon 2022-04-28 13:49:56 +02:00
VirtuBox
9743a60742 Set php8.0 as default 2022-01-25 16:29:13 +01:00
Janio Sarmento
555269decf #348: PHP8 2022-01-23 15:14:24 -03:00
VirtuBox
2dc3ed560f Fix zstd compression on Debian 2021-01-08 14:49:09 +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
363dffa10d Update Redis-cache plugin configuration 2020-10-27 14:30:17 +01:00
VirtuBox
db8ee1261d Use Zstandard compression with mysqldump 2020-10-13 00:29:06 +02:00
VirtuBox
7050bd5894 Fix php8.0-cli issue 2020-10-12 10:20:03 +02:00
Hendy Irawan
1d69c1ecf7 Fix: GRANT works for all MySQL/MariaDB variants
Including AWS RDS MariaDB. See https://github.com/WordOps/WordOps/issues/263
2020-05-20 04:34:45 +07:00
VirtuBox
fd65e3c7e3 Add variable php version into site 2020-05-04 16:36:12 +02:00
VirtuBox
dce09ddadb update php stack check during site creating
* use the php version define in wo.conf
* define php7.3 as default
2020-01-28 13:31:18 +01:00
VirtuBox
4b45ac0c79 Use WOConf in stack_pref 2019-12-08 01:36:08 +01:00
VirtuBox
01ee8c0a13 v3.11.0 (#211)
- PHP 7.4 support
- Improved Webp images support with Cloudflare (Issue [#95](https://github.com/WordOps/WordOps/issues/95)). Nginx will not serve webp images alternative with Cloudflare IP ranges.
- Stack upgrade for adminer
- Check acme.sh installation and setup acme.sh if needed before issuing certificate
- Add `--ufw` to `wo stack status`
- Add Nginx directive `gzip_static on;` to serve precompressed assets with Cache-Enabler or WP-Rocket. (Issue [#207](https://github.com/WordOps/WordOps/issues/207))
- Previous `--php73` & `--php73=off` flags are replaced by `--php72`, `--php73`, `--php74` to switch site's php version
- phpMyAdmin updated to v4.9.2
- Adminer updated to v4.7.5
- Replace dot and dashes by underscores in database names (Issue [#206](https://github.com/WordOps/WordOps/issues/206))
- Increased database name length to 32 characters from domain name + 8 random characters
- typo error in motd-news script (Issue [#204](https://github.com/WordOps/WordOps/issues/204))
- Install Nginx before ngxblocker
- WordOps install/update script text color
- Issue with MySQL stack on Raspbian 9/10
- Typo error  (PR [#205](https://github.com/WordOps/WordOps/pull/205))
- php version in `wo debug` (PR [#209](https://github.com/WordOps/WordOps/pull/209))
- SSL certificates expiration display with shared wildcard certificates
2019-12-03 19:48:18 +01:00
VirtuBox
b771b2578e Updating configuration (#197)
#### Added

- [ACME] Display warning about sudo usage when issuing certificate with DNS API validation (require `sudo -E`)

#### Changed

- [ACME] Resolve domain IP over HTTPS with Cloudflare DNS Resolver
- [CORE] Cement Framework updated to v2.10.2
- [SITE] database name = 0 to 16 characters from the site name + 4 randomly generated character
- [SITE] database user = 0 to 12 characters from the site name + 4 randomy generated character
- [STACK] Improve sysctl tweak deployment

#### Fixed

- [SITE] https redirection missing on subdomains sites
- Issues with digitalocean mariadb repository
- Cement Framework output handler issues
- [CLEAN] check if Nginx is installed before purging fastcgi or opcache
2019-11-11 19:06:11 +01:00
VirtuBox
3388f2d95d Another fix for info 2019-10-30 04:30:14 +01:00
VirtuBox
61a2201e17 fix var_raw 2019-10-29 19:33:57 +01:00
VirtuBox
56a01c3f8d Fix wp_raw 2019-10-29 19:32:26 +01:00
VirtuBox
c859e3d4b7 Fix incorrect import 2019-10-29 19:28:55 +01:00
VirtuBox
b874616343 Refactor wp-config.php setup 2019-10-29 19:26:51 +01:00
VirtuBox
aa5f2eeb49 Refactor -le=renew 2019-10-29 18:47:52 +01:00
VirtuBox
72d6f33b7b Move removeconf into acme 2019-10-28 10:35:26 +01:00
VirtuBox
a0cba85156 Fix Logwatcher 2019-10-12 13:34:45 +02:00
VirtuBox
9d5072c751 Fix WordPress install error 2019-10-12 11:46:11 +02:00
VirtuBox
c1dc18360f Fix www added to subdomain 2019-10-12 11:09:35 +02:00
VirtuBox
404c5696ff Add conf rollback with Git 2019-10-03 15:44:23 +02:00
VirtuBox
1345ab723d Update requirements 2019-10-03 12:58:44 +02:00
VirtuBox
204469ae4c Fix vhostonly, improve git rollback
* prevent issues with wildcard certs
2019-10-02 17:23:07 +02:00
VirtuBox
abff3e14f8 Fix Cache enabler message 2019-10-02 16:33:40 +02:00
VirtuBox
c731d806d6 Refactor acme.sh and WOVariables 2019-10-02 13:13:32 +02:00
VirtuBox
715497d3b1 Simplify several functions 2019-10-01 04:08:54 +02:00
VirtuBox
905ef0660a Fix some errors with pylint 2019-09-30 12:38:28 +02:00
VirtuBox
6c3d645d9e ngxblocker implementation 2019-09-30 03:10:30 +02:00
VirtuBox
5fbb0f58e6 Add support for custom nginx 2019-09-27 14:15:00 +02:00
VirtuBox
b2d62a2218 Add ngxblocker 2019-09-27 01:19:45 +02:00