24 Commits

Author SHA1 Message Date
fa5bf17eb8 feat: convert WordOps from Nginx to OpenLiteSpeed + LSPHP + LSCache
Some checks failed
CI / test WordOps (ubuntu-22.04) (push) Has been cancelled
CI / test WordOps (ubuntu-24.04) (push) Has been cancelled
Complete conversion of the WordOps stack from Nginx + PHP-FPM to
OpenLiteSpeed + LSPHP + LSCache. This is a full rewrite across all 7
phases of the codebase:

- Foundation: OLS paths, variables, services, removed pynginxconfig dep
- Templates: 11 new OLS mustache templates, removed nginx-specific ones
- Stack: stack_pref, stack, stack_services, stack_upgrade, stack_migrate
- Site: site_functions, site, site_create, site_update
- Plugins: debug, info, log, clean rewritten for OLS
- SSL/ACME: acme.sh deploy uses lswsctrl, OLS vhssl blocks
- Other: secure, backup, clone, install script

Additional features:
- Debian 13 (trixie) support
- PHP 8.5 support
- WP Fort Knox mu-plugin integration (wo secure --lockdown/--unlock)
- --nginx CLI flag preserved for backward compatibility

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 18:55:16 +01:00
VirtuBox
6b5e5ecb47 Fix hsts enable disable 2024-06-03 00:56:23 +02:00
VirtuBox
d1e50d06b5 Fix --hsts 2024-06-03 00:48:14 +02:00
VirtuBox
6177647a6f Fix disabling hsts 2024-06-02 23:28:54 +02:00
VirtuBox
799651e11d Add php8.3-xdebug 2023-11-30 23:30:24 +01:00
VirtuBox
8b04ff008e Add force-ssl.conf as a mustache template 2023-11-30 08:12:24 +01:00
Håvard Grimelid
bfb12445ba Add --allow-root to search-replace. 2020-03-04 12:29:22 +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
e0165a7312 Fix wp-cli path 2019-11-05 17:51:44 +01:00
VirtuBox
204469ae4c Fix vhostonly, improve git rollback
* prevent issues with wildcard certs
2019-10-02 17:23:07 +02:00
VirtuBox
c731d806d6 Refactor acme.sh and WOVariables 2019-10-02 13:13:32 +02:00
VirtuBox
e444886c52 Move setuphsts into sslutils 2019-09-06 22:21:16 +02:00
VirtuBox
80df8b7e2f Simplify proftpd setup 2019-09-06 16:13:46 +02:00
VirtuBox
72f4bf78bc Fix ssl.crt 2019-09-06 16:01:35 +02:00
VirtuBox
8c21e0c3c3 Fix WOFileUtils 2019-09-06 14:50:44 +02:00
VirtuBox
ecc938c11f Improve stack_pref 2019-09-06 14:27:45 +02:00
VirtuBox
4dfdf92d2d Updating logging 2019-09-05 12:31:34 +02:00
VirtuBox
ce2c63bd64 Improve letsencrypt 2019-09-04 03:07:24 +02:00
VirtuBox
6a7d1fc356 Fix sslutils 2019-09-03 19:02:00 +02:00
VirtuBox
b6542bbb34 improve code quality according to codacy 2019-04-30 19:55:55 +02:00
VirtuBox
2bc216d817 fix ssl util 2019-04-08 13:01:13 +02:00
VirtuBox
4d5b8af45d refactor sslutils 2019-04-08 12:38:01 +02:00
VirtuBox
9e0f92b2cf fix acme.sh alias & deb.sury gpg key 2019-03-16 10:30:52 +01:00
jeroenops
b36df4384a Refactored 2018-11-13 21:55:59 +01:00