Commit graph

202 commits

Author SHA1 Message Date
Cristhian Martínez Ochoa
059456ee19 fixes
Small fixes after testing.
2023-05-30 16:15:21 -07:00
Cristhian Martínez Ochoa
1042833c3d stack
- Fixed - PHP install asking for Nginx when PHP is already installed.
- Fixed - When mysql-client alone an error is displayed when check connection for external db.
2023-05-28 11:49:31 -07:00
Cristhian Martínez Ochoa
84a1c29c87 internal api
Internal API and events, codes updated.
2023-05-23 15:18:06 -07:00
Cristhian Martínez Ochoa
f79d9ef856 root
FIX - MariaDB not setting root password required for secure installation.
2023-03-19 13:33:02 -07:00
Cristhian Martínez Ochoa
3ae731de17 mariadb
MariaDB 10.11 support added (removed 10.4 and 10.5).
Better check for dbnames and dbusers.
2023-03-14 10:16:06 -07:00
Cristhian Martínez Ochoa
2c4f686d4e mysql passwords
MySQL now depends less of the saved passwords, so now they can be removed safely for better security.
2023-01-17 14:02:54 -07:00
Cristhian Martínez Ochoa
82a082e111 mysql fixes
- fix - upgrade process deprecated in MySQL.
- fix - change admin password failing for admin user.
- fix - binary logs disabled after update webinoly.
2023-01-13 17:47:21 -07:00
Cristhian Martínez Ochoa
983d4be599 messages
MySQL messages updated.
2023-01-11 12:56:49 -07:00
Cristhian Martínez Ochoa
b3592fb9bf testing
Small fixes and improvements after testing.
2022-12-10 09:39:34 -07:00
Cristhian Martínez Ochoa
b5f38ccd29 admin tools
Site folder now is named according to the domain:port assigned.
Fixed error with HSTS header for admin tools site.
2022-12-04 14:01:05 -07:00
Cristhian Martínez Ochoa
fc0f89f299 keep-data
Nginx added support for stack keep-data option.
2022-11-26 17:07:33 -07:00
Cristhian Martínez Ochoa
953696330e kernel
new location for kernel config file (sysctl)
2022-11-21 14:26:29 -07:00
Cristhian Martínez Ochoa
b44761d4d7 kernel
Limit some variables that cause errors with 128G RAM and above.
2022-11-17 12:44:54 -07:00
Cristhian Martínez Ochoa
467475b1f7 deny
Deny files and extensions for security is now available in conf file.
2022-11-11 13:53:51 -07:00
Cristhian Martínez Ochoa
dbf755d98b update
Update process.
Bionic support removed for new intallattions, only update are allowed now.
2022-11-04 17:35:18 -07:00
Cristhian Martínez Ochoa
a12e7279d4 home
Home folder issues...
2022-11-02 15:09:10 -07:00
Cristhian Martínez Ochoa
8f5252a9e5 mysql warnings
FIX warning messages from mysql.
2022-11-01 11:58:35 -07:00
Cristhian Martínez Ochoa
7f20f34a70 linux
Operating System optim is now in pre-packs instead of Nginx. Better when packs installed alone without nginx.
2022-10-30 14:11:01 -07:00
Cristhian Martínez Ochoa
4363504410 reserved words
MySQL reserved words updated.
MySQL warnings with low ram.
2022-10-30 11:21:54 -07:00
Cristhian Martínez Ochoa
cdd3ffd701 mysql
Support for MySQL 8.0.
2022-10-29 12:38:29 -06:00
Cristhian Martínez Ochoa
32a0f58c24 config
- Nginx config improved.
- xss header removed from default.
- php opcache dynvar in conf file.
- readme updated.
2022-10-26 15:41:30 -06:00
Cristhian Martínez Ochoa
653f19e55b wpcache
WP cache default settings now included in Webinoly configuration file.
2022-10-20 17:01:48 -06:00
Cristhian Martínez Ochoa
ebf3d5fd84 hidden dynvars
Dynvars for php opcache.
2022-10-19 12:32:32 -06:00
Cristhian Martínez Ochoa
401fd2277d reset
Fixed - some custom nginx files in conf.d removed during server reset.
2022-10-18 14:08:19 -06:00
Cristhian Martínez Ochoa
1881adb002 optim
Better defaults for opcache.
Static files list for cache updated.
2022-10-16 15:40:27 -06:00
Cristhian Martínez Ochoa
742cef4a54 reverse proxy
Reserve proxy support for upstreams and a lot more improvements...
2022-10-06 19:41:38 -06:00
Cristhian Martínez Ochoa
91d9462425 php
8.2 support added.
Intl mandatory in update for old stacks.
Max input vars in conf file.
2022-09-28 13:11:17 -06:00
Cristhian Martínez Ochoa
c3e202f0c4 templates
New header message for all templates.
Admin-tools template moved.
Fixed permissions for PMA.
2022-09-21 16:45:24 -06:00
Cristhian Martínez Ochoa
194017faf4 revision
Some minor fixes after full revision.
2022-08-19 15:21:54 -06:00
Cristhian Martínez Ochoa
2d00d7174b jammy
Support for Ubuntu 22.04.
2022-08-16 17:15:46 -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
5d23f649e1 minor fixes
Server reset not reloading Nginx.
Reverse proxy unix sockets improved.
2022-06-03 11:38:54 -06:00
Cristhian Martínez Ochoa
c50569c9d5 headers
Removed old headers commands, only conf file is now accepted.
Improved for always respect default values.
2022-05-27 14:00:50 -06:00
Cristhian Martínez Ochoa
d97f422872 jammy
Ubuntu 22.04 preparation.
2022-05-26 08:31:11 -06:00
Cristhian Martínez Ochoa
2c99c0218e timezone
Restart cron
2022-04-28 17:23:44 -06:00
Cristhian Martínez Ochoa
596fd443fa swap check
Now we check if enough disk space is available before creating SWAP.
2022-03-22 15:41:53 -07:00
Cristhian Martínez Ochoa
6ce9ab452a duplicity
ARM support was removed from snap, now we install it directly from source!
2022-03-22 13:42:22 -07: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
95ad57b587 plugins
Fixed WP plugin permissions after installed.
2022-01-24 17:36:31 -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
c0570364bc fixes
A lot small fixes after testing.
2022-01-11 07:59:54 -07:00
Cristhian Martínez Ochoa
d834e83495 slow query logs
Support for long_query_time was added.
2022-01-06 14:12:04 -07:00
Cristhian Martínez Ochoa
5cab01e091 import conf
Import Stack improved.
2022-01-05 17:49:02 -07:00
Cristhian Martínez Ochoa
ac5115bf9b verify
Verify updated.
Now we run verify in critical mode at the end of the stack build.
Welcome message updated.
2022-01-04 12:55:19 -07:00
Cristhian Martínez Ochoa
a75ab9b66d snap
Duplicity is now installed from snap.
Conf file migrated in update.
2022-01-01 12:27:36 -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
423cee547a fixes
A lot of minor fixes.
2021-12-27 16:39:27 -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
7fbbdb48a5 fixes
Errors in log and status when mysql is installed.
Error when mysql root password is changed.
Error when datadog is purged.
Now we use systemctl instead of service.
2021-12-21 17:10:10 -07:00