EasyEngine / site-type-wp

Adds 'wp' site type to EasyEngine
12 stars 14 forks source link

[WIP]Add alias flag for alias-name support in wp #149

Closed sagarnasit closed 4 years ago

sagarnasit commented 5 years ago

closes: https://github.com/EasyEngine/feature-requests/issues/23

Depends on: https://github.com/EasyEngine/site-command/pull/296

dtbaker commented 5 years ago

Nice!!

Can we please ensure this works with multiple Letsencrypt wildcards, e.g.

sudo ee site create example.com --type=php --ssl=le --wildcard --with-db --alias=mysite.com,othersite.com

:point_up: this should hopefully register a wildcard letsencrypt cert with all 3 on it: *.example.com,*.mysite.com,*.othersite.com

Cannot wait to try this out!

Thanks!!!

kirtangajjar commented 4 years ago

Closing this PR as alias domain support has already been added in 4.1. However, it only worked on wpsubdom site. https://github.com/EasyEngine/site-command/pull/341 fixes it and in next version, we'll be able to run alias domains in all the site types :)

Further updates will be posted on https://github.com/EasyEngine/feature-requests/issues/23