Commit Graph

179 Commits

Author SHA1 Message Date
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
0b6e627306 update travis 2019-10-30 16:14:14 +01:00
VirtuBox
37c937f006 Improve return function 2019-10-30 13:05:08 +01:00
VirtuBox
fb61a9697f Fix extra argument 2019-10-30 06:20:22 +01:00
VirtuBox
f2d4bcb353 Fix wo info and add tweaks to wo stack upgrade 2019-10-30 04:23:20 +01:00
VirtuBox
5cb8ab6268 Set --force required to renew > 30 days 2019-10-29 22:20:36 +01:00
VirtuBox
aa5f2eeb49 Refactor -le=renew 2019-10-29 18:47:52 +01:00
VirtuBox
8b32910c07 Remove useless variable 2019-10-29 03:25:44 +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
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
2ab250f2ba Linux tweak integration in wo 2019-10-23 01:59:10 +02:00
VirtuBox
98e6e6963f Remove imports 2019-10-16 13:31:30 +02:00
VirtuBox
404c5696ff Add conf rollback with Git 2019-10-03 15:44:23 +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
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
d9980998fa Remove renew section 2019-10-01 18:15:22 +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
VirtuBox
6c3d645d9e ngxblocker implementation 2019-09-30 03:10:30 +02:00
VirtuBox
8f886b5dcd Fix hsts and ngxblocker 2019-09-27 12:40:36 +02:00
VirtuBox
b2d62a2218 Add ngxblocker 2019-09-27 01:19:45 +02:00
VirtuBox
077a4a0621 Fix --force 2019-09-25 23:12:56 +02:00
VirtuBox
1ef1517f65 Add --force to site for -le 2019-09-25 22:41:13 +02:00
VirtuBox
225c30d298 Fix dnsalias 2019-09-24 02:51:36 +02:00
VirtuBox
0170366ce4 Add DNS alias mode 2019-09-24 02:36:46 +02:00
VirtuBox
1d8164e583 Improve acme and check dns before issuing cert 2019-09-24 01:59:49 +02:00
VirtuBox
baada0473e Remove deprecated hook.register 2019-09-24 00:04:32 +02:00
VirtuBox
547b356a76 Remove deprecated handler.register 2019-09-24 00:01:20 +02:00
VirtuBox
5249479c89 Display domain type to acme process 2019-09-23 01:40:26 +02:00
VirtuBox
da23fc88ae Improve acme logging 2019-09-23 01:11:27 +02:00
VirtuBox
cfb7a98c7b Add missing deploy cert 2019-09-23 01:06:44 +02:00
VirtuBox
e817a4086c Refactor acme.sh integration 2019-09-22 19:30:39 +02:00
VirtuBox
757ad73e46 Fix UFW install 2019-09-21 19:08:53 +02:00
VirtuBox
a4f316867b Update changelog, and site.py 2019-09-19 15:59:25 +02:00
VirtuBox
9b1853b25b Update install and refactor site.py 2019-09-19 14:07:34 +02:00
VirtuBox
af2073b3af remove old --experimental flag 2019-09-15 14:50:52 +02:00
VirtuBox
e444886c52 Move setuphsts into sslutils 2019-09-06 22:21:16 +02:00
VirtuBox
44d0514da6 Improve logging 2019-09-05 11:47:04 +02:00
VirtuBox
50cc8a4d09 Sort import, create class DMN 2019-09-04 20:36:15 +02:00
VirtuBox
5323c2864d Improve identation 2019-09-04 04:26:09 +02:00
VirtuBox
99a2206a76 Improve logging and fix typo 2019-09-04 04:21:07 +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
84ce672a5b Fix small issues 2019-09-02 22:24:46 +02:00