Commit Graph

229 Commits

Author SHA1 Message Date
VirtuBox
e01ecaa782 Fix deprecated log 2019-12-04 03:42:35 +01:00
VirtuBox
acdc85ec2d Fix wo maintenance 2019-12-04 03:26:40 +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
85e863bdd6 Bump version to v3.10.2 2019-11-06 00:29:31 +01:00
VirtuBox
e0165a7312 Fix wp-cli path 2019-11-05 17:51:44 +01:00
VirtuBox
914f049852 Fix acme certificate on domain 2019-11-05 16:11:43 +01:00
VirtuBox
0c59efd90f Fix nanorc 2019-11-02 19:37:52 +01:00
VirtuBox
77bcba6484 Adding nanorc 2019-11-02 15:53:39 +01:00
VirtuBox
23be601c11 //WIP 2019-10-31 15:42:42 +01:00
VirtuBox
cbd587d82b HotFix install/update 2019-10-30 17:25:52 +01:00
VirtuBox
0b6e627306 update travis 2019-10-30 16:14:14 +01:00
VirtuBox
eb9888d1ce Fix wo update 2019-10-30 15:18:19 +01:00
VirtuBox
37c937f006 Improve return function 2019-10-30 13:05:08 +01:00
VirtuBox
f2d4bcb353 Fix wo info and add tweaks to wo stack upgrade 2019-10-30 04:23:20 +01:00
VirtuBox
aa5f2eeb49 Refactor -le=renew 2019-10-29 18:47:52 +01:00
VirtuBox
97103704eb Add function name into log_debug 2019-10-29 15:35:08 +01:00
VirtuBox
2d21ba82e6 Fix wo clean issue
* add `wo update --mainline`
* move mariadb tweaks into wo
2019-10-28 14:53:15 +01:00
VirtuBox
1e5e07e277 Simplify acme 2019-10-28 11:15:53 +01:00
VirtuBox
72d6f33b7b Move removeconf into acme 2019-10-28 10:35:26 +01:00
VirtuBox
c2d27f1480 Fix small issues detected by codacy 2019-10-28 09:22:04 +01:00
VirtuBox
45252fdd1b Change MySQL backup path 2019-10-28 09:09:28 +01:00
VirtuBox
2c2b9c28fb Refactor wo update 2019-10-28 06:52:23 +01:00
VirtuBox
d7cd99f1e8 Add custom motd 2019-10-27 21:08:50 +01:00
VirtuBox
179ea7d9cf Improve acme process and error log 2019-10-26 19:28:56 +02:00
VirtuBox
f3f0573954 Fix WOFileUtils 2019-10-26 01:30:52 +02:00
VirtuBox
7765b2ce84 Several improvements
* Run `mysql_upgrade` during MySQL upgrade with `wo stack upgrade` to perform migration if needed
* WordOps now check if a repository already exist before trying to adding it again.
* install script refactored
2019-10-25 23:58:08 +02:00
VirtuBox
cadad5b733 Refactor wo_download 2019-10-23 14:08:54 +02:00
VirtuBox
5584d90a25 Refactor install
* remove all tweaking sections
* integrate them directly in wo
* add pip install from github repo
2019-10-23 12:24:30 +02:00
VirtuBox
5ad068dc7c Several fixes
* don't deploy ssl certificate if acme.sh failed
* install script issues
* GPG keys error with old EasyEngine Nginx repository
2019-10-18 10:49:06 +02:00
VirtuBox
dc7ec443ed Few improvements 2019-10-12 11:16:25 +02:00
VirtuBox
3c0498c4ad Fix subdomains detection for acme 2019-10-12 11:07:25 +02:00
VirtuBox
947efe1e21 More improvement in aptget.py 2019-10-11 13:01:00 +02:00
VirtuBox
e42eb52bba Improve apt-get update process 2019-10-11 12:39:00 +02:00
VirtuBox
cf4f9c17b1 Switch MariaDB APT mirrors to OVH 2019-10-09 17:38:00 +02:00
VirtuBox
a9a8b3348c Fix install on xenial 2019-10-09 11:43:09 +02:00
VirtuBox
c90ac2620e Fix issues with APT repositories 2019-10-08 17:14:22 +02:00
VirtuBox
4181b49e5d Fix wo secure --sshport 2019-10-08 11:17:07 +02:00
VirtuBox
07755b13ff Fix secure 2019-10-08 10:04:40 +02:00
VirtuBox
4131ca2c16 Fix wo_service 2019-10-03 16:57:19 +02:00
VirtuBox
204469ae4c Fix vhostonly, improve git rollback
* prevent issues with wildcard certs
2019-10-02 17:23:07 +02:00
VirtuBox
fa4c7c04f6 Fix WOSite 2019-10-02 16:14:43 +02:00
VirtuBox
c731d806d6 Refactor acme.sh and WOVariables 2019-10-02 13:13:32 +02:00
VirtuBox
7dba29da06 Fix WOAcme 2019-10-01 17:29:29 +02:00
VirtuBox
40b1f48fc3 another test with WOAcme 2019-10-01 17:28:10 +02:00
VirtuBox
893a4d3421 Fix acme 2019-10-01 17:26:15 +02:00
VirtuBox
15b3b5d55c Improve acme 2019-10-01 15:22:03 +02:00
VirtuBox
715497d3b1 Simplify several functions 2019-10-01 04:08:54 +02:00
VirtuBox
555760164b Fix keylength 2019-09-30 15:05:07 +02:00
VirtuBox
905ef0660a Fix some errors with pylint 2019-09-30 12:38:28 +02:00