Commit graph

622 commits

Author SHA1 Message Date
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
7e4dcc3297 kernel
Kernel optimization revised, updated and improved.
2021-12-11 16:59:30 -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
dab0b67d75 cache headers
Nginx cache ignoring all headers.
2021-12-03 08:43:24 -07:00
Cristhian Martínez Ochoa
572bf4b62b static files
Fixed issue with HSTS in static files.
Fixed EDD location not updated when s subfolder is created.
2021-12-02 18:28:32 -07:00
Cristhian Martínez Ochoa
e13a1060c5 minor conf
+ update new dynvar for mysql when missing.
+ remove http header for transparency in dedicated reverse proxy sites.
+ php pm static now is set when greater than 8GB, instead of 6.
+ Minor nginx conf improvs.
2021-12-02 11:34:08 -07:00
Cristhian Martínez Ochoa
b026843c8a intl
php-intl package added.
2021-12-01 09:04:16 -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
75a850c192 import
Import stack now includes more conf files.
MySQL passwords should not be displayed when importing server conf.
Check DB users when importing WP sites to prevent errors.
Fixed error when overwriting sites using the import site function.
Fixed issue showing duplicate subfolders.
AWS credentials now are removed when purging server.
2021-11-09 13:24:06 -07:00
Cristhian Martínez Ochoa
0710c6e8ec headers
- Permissions Policy typo and floc support when value is asked.
- Better messages.
2021-11-08 11:39:22 -07:00
Cristhian Martínez Ochoa
5f96846f67 minor improvs
- site info about nginx custom when used.
- Domain mapping error message for id 1.
- Remove support for "times" and "debug dynvar"
2021-11-07 14:40:54 -07:00
Cristhian Martínez Ochoa
2477b9893f delete
Delete functions improved.
Fixed issue detecting subfolders inside subfolders.
2021-11-07 12:12:24 -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
5f4fbf6717 tmp
Temporal change because we need to push everything to origin.
2021-10-12 06:28:55 -06: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
d740fb2464 eol
EOL fixed for new files.
2021-10-02 12:00:52 -06:00
Cristhian Martínez Ochoa
8cea4535fc libs
Library files splitted for better organization.
2021-10-01 13:49:57 -06:00
Cristhian Martínez Ochoa
0294912778 yoast removed
Removed support for Yoast sitemap.
2021-10-01 12:27:23 -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
15380f2da4 some fixes
Fixes after testing.
2021-08-29 21:30:30 -06:00
Cristhian Martínez Ochoa
c36f52a4e0 export headers
Export http header when exporting the whole server.
2021-08-28 12:20:26 -06:00
Cristhian Martínez Ochoa
c8889ad4bf custom headers
Added support for custom HTTP Headers.
2021-08-28 11:24:16 -06:00
Cristhian Martínez Ochoa
2a3fa34ae6 x-headers
Addes support to customize X-Headers: X-Frame-Options, X-Content-Type-Options, X-XSS-Protection
2021-08-28 10:09:53 -06:00
Cristhian Martínez Ochoa
70ab5ae1e2 x-robots-tag
Added support for X-Robots-Tag HTTP Header.
2021-08-27 16:00:02 -06:00
Cristhian Martínez Ochoa
90051d5c5f cache control
Added support to cutomize Cache-Control HTTP Header.
2021-08-27 15:35:00 -06:00
Cristhian Martínez Ochoa
b692b3aed2 permissions policy
Added full support for Permissions-Policy header.
2021-08-27 13:43:12 -06:00
Cristhian Martínez Ochoa
3c5b7a6e71 csp improved
CSP header improved. Reload removed and now we have the reset option.
2021-08-27 11:39:42 -06:00
Cristhian Martínez Ochoa
b4fdf91f7c subfolders backup
Added support for export/import subfolders.
Fixed issue when importing site with custom cache.
Added better support for custom certs in backups.
2021-08-26 16:55:45 -06:00
Cristhian Martínez Ochoa
baef548049 subfolder backup
Local WP database backup added support for subfolder WP installations.
2021-08-26 09:43:21 -06:00
Cristhian Martínez Ochoa
3d2630135d export import
Support added for multiple sites.
2021-08-25 15:54:26 -06:00
Cristhian Martínez Ochoa
c559cdc007 backup all
ALL databases backup support.
2021-08-24 16:02:07 -06:00
Cristhian Martínez Ochoa
05b1aeb919 multiple backups
Support for multiple databases in local db backup.
2021-08-24 13:33:07 -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
50d24dced2 verify fixed
Fixed: OS updates failing in verify process.
2021-07-22 16:05:39 -06:00
Cristhian Martínez Ochoa
8f2e881676 cache size
Now we have a dynvar for cache-size.
2021-07-22 15:29:30 -06:00
Cristhian Martínez Ochoa
3f615fe454 mysql-ver
Now we have a command to change/upgrade Mariadb version.
2021-07-21 15:43:12 -06:00
Cristhian Martínez Ochoa
22b20eab6d mysql improvements
- Purgin folders improved.
- Better message when keep-data.
- Reserved words updated.
- mysql_upgrade script included.
- MySQL custom conf file now included when export server.
2021-07-20 12:09:28 -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
9db35d138c minor issues
Fixed some minor issues after testing.
README updated.
2021-06-02 11:25:26 -06:00