Commit graph

44 commits

Author SHA1 Message Date
Cristhian Martínez Ochoa 5869e4efbe site list improved
Now list include parked and reverse proxy sites.
2018-11-02 15:21:18 -07:00
Cristhian Martínez Ochoa 43e0f82db5 messages improved
SSL Messages improved.
General color improved and fixed.
2018-11-02 12:47:11 -07:00
Cristhian Martínez Ochoa c3365e5bd3 db-delete-all fixed
Infinite loop caused by background process
2018-11-02 11:40:12 -07:00
Cristhian Martínez Ochoa 2f3bde87a5 case insentive removed
Case insensitive for arguments was removed.
Now we use apt instead of apt-get.
2018-11-01 19:36:22 -07:00
Cristhian Martínez Ochoa 6762d7e738 more improvements
- python-software-properties not installed in bionic
- error when site command arguments have values and are inverted.
- version command improved to not show empty values.
- clean-cache command now check if memcached and redis are installed.
- zip package is now removed when webinoly is uninstalled.
2018-10-30 20:21:07 -07:00
Cristhian Martínez Ochoa bc7f02fb75 command improvements
- Arguments are now case insensitive
- server-update now check if source files exist before update.
- some minor improvements to prevent errors.
2018-10-27 18:54:13 -06:00
Cristhian Martínez Ochoa e63a9dc1d9 dbdelete improved
- Errors when MySQL is not installed or not found and try to delete a DB.
- Purge nginx now remove SSL Cronjobs.
2018-10-27 17:19:26 -06:00
Cristhian Martínez Ochoa 14e19177af site command improved
- argument empty error fixed
- cache option install plugins with wrong permissions fixed
2018-10-26 22:03:48 -06:00
Cristhian Martínez Ochoa ce1f8d21a9 improvements and fixes
- php7.3 support
- cache wp plugins permissions fixed
- custom-nginx-rules path for parked sites fixed
- wget timeout improved
- opcache not working when custom tool port is set, fixed.
- external-list-update command renamed to external-sources-update
- readme and some messaged improved.
2018-10-26 21:30:46 -06:00
Cristhian Martínez Ochoa eb28ac2828 ssl improvements
- ssl for wpsubdom removed, wildcard is enough.
- ssl-root-path fixed.
- some minor code improvements.
2018-09-03 19:34:14 -06:00
Cristhian Martínez Ochoa cec4995891 ssl root-path
Let's Encrypt running in manual mode with HTTP Challenge for site with not var/www location, reverse proxy sites for instance.
2018-09-01 18:14:55 -06:00
Cristhian Martínez Ochoa e1902acebe wildcard support
SSL Let's Encrypt Wildcard support.
2018-08-31 20:36:06 -06:00
Cristhian Martínez Ochoa cf38ef4b1c ssl for wp-mu-subdom
fixed, now we can add ssl certs to wordpress multisite with subdomain setup subsites.
2018-08-31 18:16:58 -06:00
Cristhian Martínez Ochoa 1f275f0172 proxy site improved
- now we use standar format [localhost:8080] .
- Now we check host/port connection and show a warning.
- host/port data check improved.
2018-08-25 17:58:48 -06:00
Cristhian Martínez Ochoa 946da7128b small fixes
After testing and before release:
- now we don't need to change cgi.fix_pathinfo in PHP.
- fixed update process.
- better wp-admin security.
- fixed auto-stack installation process
2018-06-27 18:28:50 -06:00
Cristhian Martínez Ochoa c00f4602d2 minor improvements
- wget with referer for better statistics.
- api-events instead myapi
- proxy sites now with includes for better fuile handling and ssl.
2018-06-22 13:30:13 -06:00
Cristhian Martínez Ochoa 844b653e4e Ignore SSL in Force-Redirect
New option to ignore SSL in force-redirect for some cases where WWW was not included in SSL.
2018-05-18 13:28:32 -06:00
Cristhian Martínez Ochoa b26f7ec9b6 force www redirect
Now we have a command to force redirections to www or non-www.
2018-05-02 15:41:31 -06:00
Cristhian Martínez Ochoa 765e9c4b0b fixed error loop
Fixed error loop when data is incorrect for external db in WP unattended.
2018-04-26 18:51:06 -06:00
Cristhian Martínez Ochoa f851e8d76a parked and proxy improved
- fixed - proxy sites now don't create data folder.
- parked now use the createsite function and also respect the subdomain check.
2018-04-26 16:15:44 -06:00
Cristhian Martínez Ochoa 7c90bad146 domain name check
Now we check and have a WARNING messagge for domain names.
2018-04-25 19:59:40 -06:00
Cristhian Martínez Ochoa d52f0fe866 fixed multiple wp redis
Fixed an issue when multiple WP installation have redis enabled causing an unexpected behavior like wrong redirections.
2018-04-25 14:00:22 -06:00
Cristhian Martínez Ochoa b26520b33f parked sites improved
- ssl nginx-error fixed.
- ssl check root before creation.
- parked and proxy sites are now listed in -delete-all.
2018-04-24 20:14:43 -06:00
Cristhian Martínez Ochoa 32d998643a some small fixes
Fixed before release:
- stack lemp not acepting stable/mainline parameter.
- external db unattended not working.
- httpauth delete similar names issues.
- mysql site with external db not should need wp prefix parameter, removed!
- ssl-on failing due to subdomain check.
2018-04-05 12:37:20 -05:00
Cristhian Martínez Ochoa 4e26e73afe delete site unattended
Now delete site command acept "force" option for unattended scripts.
2018-04-04 12:10:32 -05:00
Cristhian Martínez Ochoa 448870d1bc mysql site unattended
MySQL site now can run unattended and also acept default and custom data.
2018-04-03 20:44:59 -05:00
Cristhian Martínez Ochoa 231eb61541 ssl site improved
Check if letsencrypt is installed.
ssl-off now can run unattended
2018-04-03 13:02:39 -05:00
Cristhian Martínez Ochoa ebb06ccc42 site command small fixes
- "-on" option now check if domain exists.
- "-proxy" now check if is subdomain.
- small changes in PMA install.
- some small code improvements.
2018-03-31 16:51:15 -06:00
Cristhian Martínez Ochoa a040e8b9a5 subdomain check overwrite command
Now we can overwrite if site is subdomain or not to skip/ignore webinoly smart check.
2018-03-27 16:41:56 -07:00
Cristhian Martínez Ochoa 42f3736f61 improved subdomain detection
now we compare against public-suffix list (mozilla) to know if a site is sub domain.
2018-03-27 13:32:48 -07:00
Cristhian Martínez Ochoa cef1fed914 redis plugin installed
Now Redis Object Cache Plugin is automatically installed when WP Cache is enabled.
2018-03-19 14:32:37 -07:00
Cristhian Martínez Ochoa 5fecb0cf50 ssl root path validation and parked duplicate fix
Now we validate root path before request a certificate. Parked site fixed error when domain already exist.
2018-02-26 17:53:27 -07:00
Cristhian Martínez Ochoa 34d341341f standard syntax for commands
Commands syntax updated: root, parked, toolsport, configcache with "=" and brackets "[ ]" .
2018-02-18 19:59:21 -07:00
Cristhian Martínez Ochoa cb11a00607 SSL for subdomain
Remove www from LE request when subdomain
2018-02-14 20:32:43 -07:00
Cristhian Martínez Ochoa 023abfb00d Only DB Command
Create a DB without site - command hack
2018-02-13 19:39:54 -07:00
Cristhian Martínez Ochoa b8a768aeef Delete All sites improved
Now we list all sites domains to be deleted and give a warning about DB's to be deleted.
2018-01-25 18:01:58 -07:00
Cristhian Martínez Ochoa dd8442c348 proxy site argument validation
Better validation for arguments entered in proxy site creation.
2018-01-16 13:23:24 -07:00
Cristhian Martínez Ochoa a34e086951 Unattended WP Custom Install
Unattended WP installation with custom data.
2017-12-29 18:13:59 -06:00
Cristhian Martínez Ochoa 4b606e1445 -php-ver command
New command to change PHP version.
2017-12-20 21:43:34 -06:00
Cristhian Martínez Ochoa d97a3da0b5 mysql site option
Option to create MySQL site.
2017-12-18 21:26:05 -06:00
Cristhian Martínez Ochoa ed9b5b2841 Unattended WP installation
Unattended WP installation with default data.
2017-12-01 18:15:06 -07:00
Cristhian Martínez Ochoa 76dc09dd9b Reverse proxy site
Reverse proxy nginx site added
2017-11-28 19:53:21 -07:00
Cristhian Martínez Ochoa e63b236f89 DB Connection improvements
DB timeout fixed, check for duplicate dbname improved, fixed remote db delete.
2017-11-08 14:43:39 -07:00
Cristhian Martínez Ochoa 13d9025391 Initial release
First commit to public release.
2017-09-16 14:37:13 -06:00