Commit graph

233 commits

Author SHA1 Message Date
Cristhian Martínez Ochoa
cc3ec5317c force redirect
Force redirect issue, not updating WP db when installed in subfolder, or is multisite.
2022-09-06 20:38:53 -06:00
Cristhian Martínez Ochoa
c7906ff939 shell check
Bash check failing in 22.04 with some specific cloud providers, like DO.
2022-09-05 16:34:14 -06:00
Cristhian Martínez Ochoa
c0171d1cb1 force-redirect
Force redirect issue when WP database is updated.
2022-08-19 19:49:29 -06:00
Cristhian Martínez Ochoa
9a47201241 jammy
Support for Ubuntu 22.04
2022-08-03 17:07:40 -06:00
Cristhian Martínez Ochoa
d1505bd4c0 dynvars
Improved command for dynvars.
Removed the old command.
2022-06-02 11:58:40 -06:00
Cristhian Martínez Ochoa
1a26eed7c1 sockets
Unix domain sockets support improved for reverse proxy sites.
2022-06-01 20:01:08 -06:00
Cristhian Martínez Ochoa
1e5d3e8d1b mysql client
Removed check because is duplicated when connection is checked.
2022-05-28 16:43:34 -06:00
Cristhian Martínez Ochoa
4c3360e4ed remove
Deprecated config-cache global.
2022-05-28 16:33:32 -06:00
Cristhian Martínez Ochoa
d97f422872 jammy
Ubuntu 22.04 preparation.
2022-05-26 08:31:11 -06:00
Cristhian Martínez Ochoa
5d875971a5 testing
FIX: Reverse proxy site issue with subfolders.
FIX: Redirection manager allowing duplicate regex.
2022-04-29 15:10:56 -06:00
Cristhian Martínez Ochoa
504dd5ef4d sites
- Reverse proxy info message for / at the end.
- Parked delete message improved.
- WP ENV better messages.
- Fix: WP ENV not working with cache parameter.
- Fix: redirection manager not deleting some regex.
2022-04-28 16:13:14 -06:00
Cristhian Martínez Ochoa
4e51912aea wp retrieve
External DB improved.
Fixed issue with site info asking for external db data.
2022-04-23 17:01:24 -06:00
Cristhian Martínez Ochoa
388963a83b mysql
Fixed - mysql failing installation when mysql-client is already installed.
2022-03-22 12:35:42 -07:00
Cristhian Martínez Ochoa
4a7cab0953 external db
Fixes:
- wp replace-content not checking if wp is installed.
- some random errors when mysql not installed.
- parked con domain mapping not working with external db.
- verify mysql warning message when no installed but using external dbs.
- cloning site with external DB and overwrite not working.
- savedDB failing when mysql not installed.
- savedDB now is not encrypted in conf file.
2022-02-28 14:06:18 -07:00
Cristhian Martínez Ochoa
d2c58e71dc external db
Sites with external DB cannot be imported.
Fixed some minor errors.
2022-02-27 13:21:01 -07:00
Cristhian Martínez Ochoa
770287953b external db
- Warning when creating site and dbrole is all or grant.
- Better defaults when mysql is not installed.
- Multisite asking several time for external data is now fixed.
- Delete all sites asking for external db data and taking it for all sites is now fixed.
2022-02-26 15:30:59 -07:00
Cristhian Martínez Ochoa
e10b5105a2 bash check
Bash check improved again!!!!
2022-02-23 15:49:23 -07:00
Cristhian Martínez Ochoa
c5679ac472 Bash check
Bash check improved
2022-02-22 12:45:04 -07:00
Cristhian Martínez Ochoa
f94c60c51f bash check
Bash check improved
2022-02-22 08:28:38 -07:00
Cristhian Martínez Ochoa
02d29d9a83 bash check
Bash shell check - interactive instead of default login.
2022-02-21 14:48:56 -07:00
Cristhian Martínez Ochoa
35f2451476 permissions
Permissions functions is now faster!
PMA version error fixed.
2022-01-24 16:20:04 -07:00
Cristhian Martínez Ochoa
67fd1efa99 emergency
Emergency Release:  FIX max_file_uploads failing in PHP conf due to a single instead of double quotes. Duh!!!!
2022-01-12 09:48:32 -07:00
Cristhian Martínez Ochoa
9021f2b354 new conf
Everything included in the new conf file.
Fixed PHP purge removing tools-site.
2021-12-30 18:21:21 -07:00
Cristhian Martínez Ochoa
8432d49605 conf file
New configuration file template.
PHP conf script improved.
2021-12-28 15:56:06 -07:00
Cristhian Martínez Ochoa
c5dc67ff9e mysql public
MySQL public access like RDS.
Now we can change any password of any user.
2021-12-24 15:42:07 -07:00
Cristhian Martínez Ochoa
d27334bf6f duplicity
Duplicity now uses the new official PPA to always install the newest version.
Duply is now integrated into Webinoly.
2021-12-22 11:41:45 -07:00
Cristhian Martínez Ochoa
1becfe2a60 builder
New smart builder with a lot of improvements.
- Build profiles support.
- multi-php removed.
- tools-site created since nginx instead of php.
- tools packages are now independent.
- internal api updated.
- new official ppa for redis.
2021-12-20 16:16:44 -07:00
Cristhian Martínez Ochoa
9f6770ccb9 php
PHP optimization revised, updated and improved.
2021-12-13 15:51:27 -07:00
Cristhian Martínez Ochoa
7503907c5d tools port
Now tools-port is a global variable.
Parked now has support for its own custom nginx conf.
2021-12-03 13:39:56 -07:00
Cristhian Martínez Ochoa
6a10aa2666 installer
USR folder created instead of plugins name.
Check for BASH shell.
Better instalation codes.
2021-11-30 16:06:44 -07:00
Cristhian Martínez Ochoa
3d14fbf0bb php
PHP 7.3 support removed.
2021-11-29 13:49:42 -07:00
Cristhian Martínez Ochoa
3fa06153b2 minor improvs
Minor final improvements.
2021-11-12 11:03:13 -07:00
Cristhian Martínez Ochoa
3396f76b3d domain mapping
Fixed issue when SSL is enabled in main site.
2021-11-10 12:27:49 -07:00
Cristhian Martínez Ochoa
7162e111a9 wp cache
WP cache functions simplified.
2021-11-06 15:40:43 -07:00
Cristhian Martínez Ochoa
1ff71a1af9 comments
Add some comments.
2021-11-06 10:18:26 -07:00
Cristhian Martínez Ochoa
65852c24c0 wp config
wp config functions improved to prevent errors when manually modify.
2021-10-11 15:20:38 -06:00
Cristhian Martínez Ochoa
9e3ed9c092 wp config priority
We should give priority to our default location.
2021-10-11 12:57:40 -06:00
Cristhian Martínez Ochoa
66cf9aca7d wp check simplified
WP installed and multisite simplified.
2021-10-11 12:42:02 -06:00
Cristhian Martínez Ochoa
fc4220ec13 wp retrieve
Now we check that variables retrieved are not empty to prevent errors.
2021-10-11 12:15:59 -06:00
Cristhian Martínez Ochoa
26bdca5267 php 8.1
Support for PHP 8.1.
Readme updated.
2021-10-01 09:48:36 -06:00
Cristhian Martínez Ochoa
9f4333ceea force redirect
Now we need to update multisite WP db tables when force-redirect is set.
2021-08-24 10:37:51 -06:00
Cristhian Martínez Ochoa
1336374983 parked sites
Automatic WP Domain Mapping.
WP Environment type now has support for parked sites.
WP Debug now has support for parked sites.
2021-08-01 16:44:00 -06:00
Cristhian Martínez Ochoa
894b827276 db roles
Now we have a command to set the default role.
Also, dbrole can be assigned when a site is created.
Fixed, duplicated lines in wp-config.
2021-07-29 16:33:08 -06:00
Cristhian Martínez Ochoa
9e16df11a7 mariadb versions
Now we have support for multiple versions, not only the latest.
2021-07-18 13:18:45 -06:00
Cristhian Martínez Ochoa
6e6fc86392 php default
PHP 8.0 is now default.
2021-07-17 13:39:00 -06:00
Cristhian Martínez Ochoa
ea2d5118e9 external db
Fixed some issues with DB creation when external db credentials are saved.
Fixed infinite loop in WP site creation when db connection fails.
Fixed error when trying to delete a WP site and db conection fails.
2021-06-01 12:03:50 -06:00
Cristhian Martínez Ochoa
38af5053f5 email
Email command now updates the cronjob mailto directive.
2021-05-23 09:36:47 -06:00
Cristhian Martínez Ochoa
3c4f70be4b db privileges
Extra privileges level added.
2021-05-22 11:39:32 -06:00
Cristhian Martínez Ochoa
fe15124c3d minor fixes
Some minor fixes after testing.
2021-05-11 08:44:32 -06:00
Cristhian Martínez Ochoa
c6f2c9135f domain mapping
Better support for WP sites with domain mapping.
2021-05-06 15:50:30 -06:00