site-command icon indicating copy to clipboard operation
site-command copied to clipboard

Performs basic site functions in easyengine

Results 35 site-command issues
Sort by recently updated
recently updated
newest added

Currently, EE proceeds with SSL validation even if adding record through CloudFlare fails. It should not proceed for verification, but instead should instruct users to add the DNS records and...

The following error message should be improved: ``` ee site create example.com --mu=subdom Error: Parameter errors: unknown --mu parameter ``` A good error message would be: ``` ee site create...

- [ ] Create site with self sign certificate. - [ ] Test site redirection with WWW and without WWW

I created a site with following command: ``` ee site create example.com --type=wp --mu=subdir --php=5.6 --cache ``` and in fresh site, i can see following working in `ee shell`. ```...

bug

EE4 has files which can be regenerated. Example include: - [ ] nginx-proxy's `default.conf` - [x] Site nginx's `main.conf` - [x] `php.ini` Each of such files should have a warning...

bug

I planned to install mailu as a mail solution on my server. By default, it listens on every IP address on port 80 and 443 which conflicts with the nginx-proxy...

Turns out bin log can quickly fill up your disk space. Also, the [primary uses of binary log](https://dev.mysql.com/doc/refman/8.0/en/binary-log.html) are: ``` * For replication, the binary log on a master replication...

`ee site ssl` command is causing confusion among new v4 users. They either assume it will add SSL to a non-SSL site or they think it will be required to...

Currently, we can add custom Nginx configuration within the `server` block, but we can't add custom configuration in `http` context. We have no reliable way to add config there. This...

It would be very helpful while debugging site creation issues. Other than core developers, It would be helpful to contributors and package developers who would like to add custom site...