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

``` 1:M 27 Nov 2018 12:35:57.270 # WARNING: The TCP backlog setting of 511 cannot be enforced because /proc/sys/net/core/somaxconn is set to the lower value of 128. 1:M 27 Nov...

good first issue

How to reproduce, version 4.0.17 1. alter `/opt/easyengine/sites/yoursite.../docker-compose.yml` with user configuration , as the page https://easyengine.io/handbook/global-filesystem-structure/site-filesystem-structure/#docker-compose says 2. run `ee site ssl-renew --force` in site dir 3. `/opt/easyengine/sites/yoursite.../docker-compose.yml` is unexpectedly...

Add option to enable site creation from git repo - [Demo](https://d.pr/free/v/HvyEL9)

When creating a site with SSL wildcard, the wildcard http --> https is returning 503. ``` $ curl -Ik http://bar.example.com HTTP/1.1 301 Moved Permanently Location: https://bar.example.com/ $ curl -Ik https://bar.example.com...

As per our current code, EE takes `le-mail` for Cloudflare API authentication. However, `le-mail` and cloudflare email can be different. Hence, If `cloudflare-email` is set in config, ee should use...

good first issue

When we set an Incorrect cloudflare API key, we get a fatal error. This error should've been caught by EE and displayed a sensible message to user. ``` ee config...

good first issue

Fixes #291 Depends on EasyEngine/easyengine#1373

Currently, for custom SSL, we only ask for two files from the user as input `.crt` and `.pem` file. We should also ask for an optional `.chain.pem` file which is...

We need to add a provision for custom PHP config as we allow the provision of custom nginx configuration. Hence uses can edit their config with peace without worrying about...

We need to support debugging nginx configurations. For both, nginx-proxy and site's NGINX. In order for this to works, we also need to push an image where NGINX is compiled...