Commit Graph

203 Commits

Author SHA1 Message Date
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
VirtuBox
6b5cfbacd6 Update stack_upgrade 2019-09-24 19:10:13 +02:00
VirtuBox
b9c0850c9a Set proper output 2019-09-23 18:32:38 +02:00
VirtuBox
5249479c89 Display domain type to acme process 2019-09-23 01:40:26 +02:00
VirtuBox
e817a4086c Refactor acme.sh integration 2019-09-22 19:30:39 +02:00
VirtuBox
e444886c52 Move setuphsts into sslutils 2019-09-06 22:21:16 +02:00
VirtuBox
d16f7efb3b update changelog 2019-09-06 16:25:56 +02:00
VirtuBox
0e356edba9 Several improvements
* logging improvements
* gpg keys import improvements
2019-09-06 02:23:40 +02:00
VirtuBox
edc1091ae1 Fox log failed 2019-09-05 12:49:04 +02:00
VirtuBox
0453c0701d Improve logging 2019-09-05 12:47:12 +02:00
VirtuBox
77c0bdfeb8 Fix logging 2019-09-05 12:45:27 +02:00
VirtuBox
877e09e086 Updating logging 2019-09-05 12:44:33 +02:00
VirtuBox
335ceec966 Few fixes in logging 2019-09-05 12:41:02 +02:00
VirtuBox
5565938819 Updating logging for sites 2019-09-05 12:38:02 +02:00
VirtuBox
4dfdf92d2d Updating logging 2019-09-05 12:31:34 +02:00
VirtuBox
50cc8a4d09 Sort import, create class DMN 2019-09-04 20:36:15 +02:00
VirtuBox
e5d685e054 Make stack install cleaner 2019-09-04 17:04:25 +02:00
VirtuBox
d3df2b6412 Fix mariadb-backup install 2019-09-04 16:55:58 +02:00
VirtuBox
ce2c63bd64 Improve letsencrypt 2019-09-04 03:07:24 +02:00
VirtuBox
6a347628b9 Fix wo_db_name & wo_db_username variable 2019-09-03 04:57:20 +02:00
VirtuBox
e1db5099b5 Remove unused import 2019-09-02 23:23:47 +02:00
VirtuBox
84ce672a5b Fix small issues 2019-09-02 22:24:46 +02:00
VirtuBox
3f1f08998c Rollback 2019-09-02 18:56:34 +02:00