Server configuration files and bash scripts for managing a virtual host server.
Go to file
Matthew Saunders Brown 796fe3cb1f /usr/local/libexec
2021-04-22 13:17:36 -07:00
bin /usr/local/libexec 2021-04-22 13:17:36 -07:00
etc install phpMyAdmin 2021-04-21 10:06:23 -07:00
html add html/status.php 2021-04-21 10:34:21 -07:00
libexec initial commit 2021-04-04 13:28:22 -07:00
install.sh /usr/local/libexec 2021-04-22 13:17:36 -07:00
LICENSE initial commit 2021-04-04 13:28:22 -07:00
README.md apt-get update 2021-04-21 11:16:46 -07:00

vhost-stack

Install

cd /usr/local/src/
git clone https://git.stack-source.com/msb/vhost-stack.git
cd vhost-stack
bash install.sh

configure a minimal smtp server so automated emails (cron etc) can be sent

apt -y install exim4-daemon-light mailutils sed -i "s|dc_eximconfig_configtype='local'|dc_eximconfig_configtype='internet'|g" /etc/exim4/update-exim4.conf.conf /usr/sbin/update-exim4.conf systemctl restart exim4