easyengine
easyengine copied to clipboard
Command-line control panel for Nginx Server to manage WordPress sites running on Nginx, PHP, MySQL, and Let's Encrypt
This issue tracker is only for issues related to EasyEngine. Please use https://github.com/EasyEngine/easyengine/discussions for support questions. If you feel the issue is a EasyEngine specific issue, please attach the output...
Just as wp-cli does it - https://github.com/wp-cli/db-command/#support
#1184 Updated LetsEncrypt config & site command Linked PRs [Site Command](https://github.com/EasyEngine/site-command/pull/371)
System Information - [x] ee cli info - [x] lsb_release -a - [x] docker version - [x] docker-compose version **### ee cli info:** OS Linux 5.4.0-77-generic #86-Ubuntu SMP Thu Jun...
If we want to configure SFTP on EE4, currently [the following](https://easyengine.io/handbook/configure-sftp-on-ee4-server/) needs to be done manually. A command can be created to automate this. The command cover the following: -...
- [ ] Use latest admin-tool packages instead of tagged version.
Currently, in EasyEngine site-specific Nginx configs, we cache static files but we do not provision `webp` files. ``` location ~* \.(ogg|ogv|svg|svgz|eot|otf|woff|woff2|mp4|ttf|rss|atom|jpg|jpeg|gif|png|ico|zip|tgz|gz|rar|bz2|doc|xls|exe|ppt|tar|mid|midi|wav|bmp|rtf|swf)$ {... ``` Since, `webp` is increasingly becoming the de...
Depends on: EasyEngine/site-command#387 EasyEngine/site-type-php#87 EasyEngine/site-type-wp#194 fixes https://github.com/EasyEngine/feature-requests/issues/92
After I setup a site with a self-signed certificate, I want to change it to a LE certificate without removing my site.
The following command is used to create a new site. ``` ee site create example.com --type=wp --title=XX --admin-user=xxx --skip-content --ssl=le ``` Attention to `--skip-content` flag. After the installation is done,...