Commit Graph

144 Commits

Author SHA1 Message Date
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
ef6c1d2a99 Improve opcache clean
* force enabling php imagick extension
2019-12-10 18:42:27 +01:00
VirtuBox
4b45ac0c79 Use WOConf in stack_pref 2019-12-08 01:36:08 +01:00
VirtuBox
0e12bc29db Fix netdata mysql user in case of reinstall 2019-12-06 13:09:45 +01:00
VirtuBox
e45955a513 Fix variables_hash_bucket_size 2019-12-05 20:36:18 +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
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
8be23bba38 Fix small errors, and remove nanorc from travis 2019-11-02 18:15:17 +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
8fd202af3c Fix searchreplace 2019-10-30 06:21:49 +01:00
VirtuBox
f2d4bcb353 Fix wo info and add tweaks to wo stack upgrade 2019-10-30 04:23:20 +01:00
VirtuBox
5b9a17c116 Fix wo stack install --cheat 2019-10-28 20:07:38 +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
09f0e11cea Fix wo-update motd 2019-10-27 22:47:28 +01:00
VirtuBox
d7cd99f1e8 Add custom motd 2019-10-27 21:08:50 +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
e84399540b Fix stack pref 2019-10-23 13:47:04 +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
3f259ca185 Fix missing data in stack_pref 2019-10-23 02:30:23 +02:00
VirtuBox
2ab250f2ba Linux tweak integration in wo 2019-10-23 01:59:10 +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
ab6d44afd4 Fix mariaDB key 2019-10-09 17:35:23 +02:00
VirtuBox
404c5696ff Add conf rollback with Git 2019-10-03 15:44:23 +02:00
VirtuBox
c731d806d6 Refactor acme.sh and WOVariables 2019-10-02 13:13:32 +02:00
VirtuBox
f10acccec3 Add nginx hashbucket fix and config rollback 2019-09-27 11:58:02 +02:00
VirtuBox
b2d62a2218 Add ngxblocker 2019-09-27 01:19:45 +02:00
VirtuBox
4d8edc39ee Always add stack conf into git before making changes 2019-09-25 14:47:48 +02:00
VirtuBox
8a5a096d06 Fix php-fpm template 2019-09-25 14:30:29 +02:00
VirtuBox
0062b8ba99 Render php-fpm pool from template 2019-09-25 13:05:23 +02:00
VirtuBox
71ad9e1666 Allow port with ufw after ssh port change 2019-09-24 12:09:43 +02:00
VirtuBox
f4bfd927e3 Improve logging in stack_pref 2019-09-24 00:11:26 +02:00
VirtuBox
782cb2e440 Rename template function 2019-09-23 16:35:20 +02:00
VirtuBox
1950764dc8 Updating WordOps dashboard 2019-09-22 14:11:12 +02:00
VirtuBox
daad6dbfe7 Fix phpmyadmin 2019-09-21 16:42:49 +02:00
VirtuBox
06a1e919da Add UFW stack 2019-09-20 14:21:42 +02:00
VirtuBox
a70a45a484 Update main.py according to cement docs 2019-09-15 14:47:58 +02:00
VirtuBox
80df8b7e2f Simplify proftpd setup 2019-09-06 16:13:46 +02:00
VirtuBox
bb4e0404ed Fix typo 2019-09-06 15:36:32 +02:00
VirtuBox
13d8a10b29 Fix redis install log 2019-09-06 14:47:50 +02:00
VirtuBox
4c415eeabb Fix nginx keys 2019-09-06 14:43:07 +02:00
VirtuBox
322ba45662 Fix redis install 2019-09-06 14:37:47 +02:00
VirtuBox
ecc938c11f Improve stack_pref 2019-09-06 14:27:45 +02:00
VirtuBox
e2ae44714c Set back for stack pref 2019-09-06 13:20:34 +02:00
VirtuBox
d27d17cd4b Another fix 2019-09-06 13:09:26 +02:00
VirtuBox
ea449e2626 Fix MariaDB setup 2019-09-06 13:00:24 +02:00