Commit Graph

799 Commits

Author SHA1 Message Date
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
65b950e5ac Add php version selection into wo.conf
* set PHP 7.3 as default php version
* update travis script
2020-01-28 12:47:00 +01:00
VirtuBox
47dbb65ed8 Set opcache.preload_user for PHP 7.4 2020-01-24 09:37:47 +01:00
VirtuBox
a40a96c3e3 Fix MySQL purge with remote MySQL server 2020-01-21 12:44:07 +01:00
VirtuBox
87e46d9145 Fix site ssl status not updated 2020-01-18 18:43:58 +01:00
VirtuBox
81fbb72fe1 Fix webroot variable in template 2020-01-17 11:57:15 +01:00
VirtuBox
616555549c Fix variable port in wo secure 2020-01-17 11:48:36 +01:00
VirtuBox
937898bfd6 Fix netdata 2020-01-14 16:26:25 +01:00
VirtuBox
2cdec042b5 Update 22222 port from template 2020-01-13 18:24:18 +01:00
VirtuBox
9a5b3e3368 Fix mysql stack purge with remote db 2020-01-07 16:18:17 +01:00
VirtuBox
ac0a034260 Fix stack pref 2019-12-16 22:37:45 +01:00
VirtuBox
1bc1b8f895 Fix stack pref 2019-12-16 19:08:44 +01:00
VirtuBox
b7adc790ac Get python version for library tasks 2019-12-16 17:43:01 +01:00
VirtuBox
bca4155866 Merge remote-tracking branch 'origin/master' into updating-configuration 2019-12-16 14:10:06 +01:00
Morgan
7bb918b2e3 Protect Easy Digital Download files from being accessed directly.
Easy Digital Download files won't be able to be downloaded directly from the server. 

https://docs.easydigitaldownloads.com/article/682-protected-download-files-on-nginx
2019-12-16 10:44:32 +08:00
VirtuBox
85465c442b Remove unused variables 2019-12-11 14:42:27 +01:00
VirtuBox
13a6000c20 Update dependencies
* display domain type in `wo site info`
2019-12-11 11:45:20 +01:00
VirtuBox
ef6c1d2a99 Improve opcache clean
* force enabling php imagick extension
2019-12-10 18:42:27 +01:00
VirtuBox
7738eb5506 Remove default ngxblocker with Nginx 2019-12-09 14:06:50 +01:00
VirtuBox
c409d44246 Cleanup site imports 2019-12-09 13:56:00 +01:00
VirtuBox
c70571f5a6 Improve netdata remove/purge 2019-12-09 07:28:38 +01:00
VirtuBox
4b45ac0c79 Use WOConf in stack_pref 2019-12-08 01:36:08 +01:00
VirtuBox
01897adce6 Remove netdata user in case of stack purge 2019-12-06 13:12:01 +01:00
VirtuBox
0e12bc29db Fix netdata mysql user in case of reinstall 2019-12-06 13:09:45 +01:00
VirtuBox
d536f57cd9 Fix wo site cd & use proxy_params 2019-12-06 10:15:49 +01:00
VirtuBox
e45955a513 Fix variables_hash_bucket_size 2019-12-05 20:36:18 +01:00
VirtuBox
5282000d4f Fix nginx variables_hash_bucket_size 2019-12-05 15:56:12 +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
Xavier Wang
d608e78beb correct php version 2019-11-26 17:41:09 +08:00
Terje Sørbø
acd3639650 Fix typo 2019-11-18 13:30:43 +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
ce39787564 Print help with wo stack remove/purge 2019-11-05 20:25:44 +01:00
VirtuBox
a96baa05f4 Update Nanorc 2019-11-05 17:37:42 +01:00
VirtuBox
914f049852 Fix acme certificate on domain 2019-11-05 16:11:43 +01:00
VirtuBox
a7d03b6098 Few changes based on Cement boss template 2019-11-03 23:07:24 +01:00
VirtuBox
0c59efd90f Fix nanorc 2019-11-02 19:37:52 +01:00
VirtuBox
8be23bba38 Fix small errors, and remove nanorc from travis 2019-11-02 18:15:17 +01:00
VirtuBox
8df0391cab update motd-script 2019-11-02 17:05:12 +01:00
VirtuBox
ae50f1a12e Add nanorc to travis 2019-11-02 15:59:19 +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
31f14ceaad Fix typo 2019-10-30 22:24:26 +01:00
VirtuBox
188c37fc4f Fix update version check 2019-10-30 22:23:54 +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
9b3891409c Add info about travis update 2019-10-30 15:23:12 +01:00
VirtuBox
37c937f006 Improve return function 2019-10-30 13:05:08 +01:00
VirtuBox
8ce4a206a9 Fix slow-log-db 2019-10-30 12:48:40 +01:00
VirtuBox
250ea66aa4 Fix cmd_exec 2019-10-30 12:44:36 +01:00