Commit Graph

73 Commits

Author SHA1 Message Date
Matthew Saunders Brown
cf7a968e8c reorder phpPriority code and php restart 2024-12-08 14:24:18 -08:00
Matthew Saunders Brown
e49bea839e regex matching not working, use individual entries 2024-12-08 14:22:07 -08:00
Matthew Saunders Brown
1d71c4f242 renamed vhost-php-fpm-socket-helper vpanel-php-fpm-socket-helper 2024-11-22 14:20:38 -08:00
Matthew Saunders Brown
feb6276e9e update vmail sudoers list 2024-11-22 11:19:25 -08:00
Matthew Saunders Brown
be9310ae7e add vhost-php-fpm-socket-helper.service, recreates /run/php/php-fpm-vpanel.sock on reboot 2024-11-21 14:56:24 -08:00
Matthew Saunders Brown
8960fb9ae7 add vhosts edit page 2024-10-30 15:10:16 -07:00
Matthew Saunders Brown
48f80379a4 add support for multiple php versions 2024-09-18 12:36:22 -07:00
Matthew Saunders Brown
44ab5759a8 use update-alternatives for php-fpm-vpanel.sock 2024-08-30 14:54:56 -07:00
Matthew Saunders Brown
ed48b46060 changes to make vhost mapping work properly 2024-08-30 14:01:15 -07:00
Matthew Saunders Brown
f2639ca1ca include password info 2024-08-29 14:20:54 -07:00
Matthew Saunders Brown
8d89ff832d fix ForwardsAdd reroute mapping 2024-08-29 13:53:01 -07:00
Matthew Saunders Brown
f73aec13f4 handle case where email account is disabled 2024-08-29 12:53:28 -07:00
Matthew Saunders Brown
11de7a88ae ensure sudo is installed 2024-06-13 13:54:04 -07:00
Matthew Saunders Brown
0c5ee948b5 detect correct php version 2024-06-13 13:53:46 -07:00
Matthew Saunders Brown
e00528d9c8 add verbose option for getting user passwords 2024-04-15 10:55:24 -07:00
Matthew Saunders Brown
5f856fe5ca add VHOSTLIMIT pages 2024-04-15 10:54:05 -07:00
Matthew Saunders Brown
59e8e5a6dc add new VHOSTLIMIT config option 2024-04-15 10:41:09 -07:00
Matthew Saunders Brown
be5fb1238b update Add DNS verbiage 2024-04-11 13:08:32 -07:00
Matthew Saunders Brown
5c29b0b1e4 suppress errors for all dns_get_record calls 2024-04-09 10:22:58 -07:00
Matthew Saunders Brown
31c87e65af add info on how to deploy new site to panel home page 2024-04-03 10:00:30 -07:00
Matthew Saunders Brown
3a1356d687 route to website info page after adding new site 2024-04-03 09:59:27 -07:00
Matthew Saunders Brown
c578cae9f1 route to DNS zone info after adding zone to DNS 2024-04-03 09:59:07 -07:00
Matthew Saunders Brown
5f494efeb0 update ADMINIP checks to work with array or single var 2024-04-01 15:51:24 -07:00
Matthew Saunders Brown
119d180e87 add VDNSADDITIONALVALIDNAMERVERS var, change nameserver verification to only need one verified nameserver 2024-03-28 11:47:59 -07:00
Matthew Saunders Brown
1dbc0ba2f3 rename PDNSADMIN var to VDNSADMIN 2024-03-28 11:17:00 -07:00
Matthew Saunders Brown
7abc568b57 make shell user login an admin 2024-02-26 15:53:09 -08:00
Matthew Saunders Brown
64353c2f67 add vhost shell auth option for vmail login 2024-02-26 15:05:39 -08:00
Matthew Saunders Brown
b89907c455 add vdns* to sudoers 2024-02-22 15:48:32 -08:00
Matthew Saunders Brown
ab6324f501 suppress errors if DNS_NS lookup fails - often happens temporarily after adding new domain 2024-02-16 11:09:34 -08:00
Matthew Saunders Brown
d7d985b1b5 add note about potential dns cache issue when adding new domain 2024-02-16 11:07:53 -08:00
Matthew Saunders Brown
af68a2161f remove extra linebreak 2024-02-16 11:06:49 -08:00
Matthew Saunders Brown
144d8a23b3 add vdns code 2024-02-13 14:41:15 -08:00
Matthew Saunders Brown
2cf6730523 add dmarc status info 2024-02-13 14:38:43 -08:00
Matthew Saunders Brown
f2c24c0690 clean up welcome message 2024-02-13 14:38:13 -08:00
Matthew Saunders Brown
04f4fce67c add dmarc dns check 2024-02-13 14:35:27 -08:00
Matthew Saunders Brown
48830851b8 strip newlines from mysql base64 encoded data before decoding 2023-12-05 11:56:32 -08:00
Matthew Saunders Brown
ced57b2773 autoresponder body data is passed base64 encoded 2023-11-27 14:50:46 -08:00
Matthew Saunders Brown
ed74e0d823 fix typo in passwd message 2023-11-22 10:27:01 -08:00
Matthew Saunders Brown
acda0b4783 fix typo in passwd message 2023-11-22 10:25:55 -08:00
Matthew Saunders Brown
01a1994b39 remove old/unused verified_count var 2023-09-30 15:53:15 -07:00
Matthew Saunders Brown
424837fe9a show IP instead of domain for SFTP if DNS needs updating 2023-09-28 12:49:33 -07:00
Matthew Saunders Brown
fa032ef6b8 remove align right from info tables 2023-09-13 14:17:05 -07:00
Matthew Saunders Brown
2637feee5f check for existance of SESSION.domain before clearing 2023-08-21 16:16:04 -07:00
Matthew Saunders Brown
418eef04d4 add colon after Port 2023-08-21 16:15:32 -07:00
Matthew Saunders Brown
9395109d33 adjust SFTP info display 2023-08-10 08:51:17 -07:00
Matthew Saunders Brown
5835cef7ca add dns checks for vhosts 2023-07-05 11:02:13 -07:00
Matthew Saunders Brown
999993855a set process_control_timeout in php-fpm to prevent web admin failing to redirect after website/user installs 2023-07-05 11:01:35 -07:00
Matthew Saunders Brown
a25a906866 majore update, adding multiple admins 2023-06-19 11:53:16 -07:00
Matthew Saunders Brown
c1a98c5ff6 fix routing for vmail mapping 2023-03-30 10:15:35 -07:00
Matthew Saunders Brown
2c891ac180 moved form to dedicated page 2023-03-30 10:15:11 -07:00