Commit Graph

391 Commits

Author SHA1 Message Date
VirtuBox
9a5b3e3368 Fix mysql stack purge with remote db 2020-01-07 16:18:17 +01:00
VirtuBox
b7adc790ac Get python version for library tasks 2019-12-16 17:43:01 +01:00
VirtuBox
671cfbb739 Bump version de v3.11.2 2019-12-07 04:26:18 +01:00
VirtuBox
a1cf706f9f Do not upgrade acme.sh twice 2019-12-06 03:04:14 +01:00
VirtuBox
6f86a5d9c3 Force acme.sh upgrade and force cronjob update 2019-12-06 01:19:57 +01:00
VirtuBox
9f22455770 v3.11.1 (#215)
- `--fail2ban` in wo stack upgrade
- error with `wo maintenance`
- php-igbinary missing for php74 (run `wo stack upgrade` to install it)
- opcache reset with `wo clean`
2019-12-04 23:34:03 +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
e4daf59803 hide apt-key output 2019-11-05 16:17:33 +01:00
VirtuBox
914f049852 Fix acme certificate on domain 2019-11-05 16:11:43 +01:00
VirtuBox
cbd587d82b HotFix install/update 2019-10-30 17:25:52 +01:00
VirtuBox
312cc5d956 Remove cleaning wo 2019-10-30 17:17:15 +01:00
VirtuBox
86fd134b0f Fix sync 2019-10-30 16:56:42 +01:00
VirtuBox
089bb64cdb fix wo info 2019-10-30 04:28:37 +01:00
VirtuBox
5b9a17c116 Fix wo stack install --cheat 2019-10-28 20:07:38 +01:00
VirtuBox
a4c7d615ab Fix small errors in install script 2019-10-28 17:56:19 +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
2c2b9c28fb Refactor wo update 2019-10-28 06:52:23 +01:00
VirtuBox
9bf0a78f3d Fix install variables 2019-10-28 05:14:05 +01:00
VirtuBox
3b46f321c9 Force bash_completion update 2019-10-27 22:50:41 +01:00
VirtuBox
09f0e11cea Fix wo-update motd 2019-10-27 22:47:28 +01:00
VirtuBox
179ea7d9cf Improve acme process and error log 2019-10-26 19:28:56 +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
85e68b1fc6 Fix templates not updated after upgrade 2019-10-24 11:13:46 +02:00
VirtuBox
e84399540b Fix stack pref 2019-10-23 13:47:04 +02:00
VirtuBox
44ee18a705 update changelog and re-order install 2019-10-23 12:33:48 +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
2ab250f2ba Linux tweak integration in wo 2019-10-23 01:59:10 +02:00
VirtuBox
4d3e6353f7 Update install 2019-10-22 19:27:21 +02:00
VirtuBox
5a0e869c50 small color adjustment 2019-10-21 14:50:42 +02:00
VirtuBox
57130341e6 Improve install logging 2019-10-21 12:41:31 +02:00
VirtuBox
6eceb5ed35 Update install for pip 2019-10-21 11:37:19 +02:00
VirtuBox
2af5b1a4d4 Additional fix for previous Nginx repository 2019-10-18 18:57:51 +02:00
VirtuBox
ec43b928f8 Refactor install script 2019-10-18 12:34:19 +02:00
VirtuBox
921fa40268 Fix install 2019-10-18 12:24:24 +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
1cf1d16f58 Add gitattributes 2019-10-14 19:30:22 +02:00
VirtuBox
c1dc18360f Fix www added to subdomain 2019-10-12 11:09:35 +02:00
VirtuBox
8c8a092510 Fix wrong travis install function name 2019-10-11 13:02:02 +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
e32a2a1102 Fix travis 2019-10-11 12:19:32 +02:00
VirtuBox
fe46cd696b fix install 2019-10-10 12:57:31 +02:00
VirtuBox
499caa929c Fix install 2019-10-09 18:50:43 +02:00
VirtuBox
8ac269b197 Fix install 2019-10-09 12:53:00 +02:00
VirtuBox
a9a8b3348c Fix install on xenial 2019-10-09 11:43:09 +02:00
VirtuBox
fb20aa47b2 Fix install 2019-10-08 19:25:23 +02:00
VirtuBox
45607fb2d3 Fix install 2019-10-08 19:19:43 +02:00
VirtuBox
c90ac2620e Fix issues with APT repositories 2019-10-08 17:14:22 +02:00