1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-04 15:54:48 +01:00

let the user override some DNS records

This commit is contained in:
Joshua Tauberer
2014-06-17 21:39:26 +00:00
parent 88709506f8
commit 33f06f29c1
4 changed files with 36 additions and 12 deletions

View File

@@ -2,7 +2,8 @@
source setup/functions.sh
apt_install python3-flask links duplicity
apt_install python3-flask links duplicity libyaml-dev
pip3 install rtyaml
# Create a backup directory and a random key for encrypting backups.
mkdir -p $STORAGE_ROOT/backup

View File

@@ -7,7 +7,7 @@ apt-get -qq -y upgrade
# Install basic utilities.
apt_install python3 wget curl bind9-host
apt_install python3 python3-pip wget curl bind9-host
# Turn on basic services:
#
@@ -29,4 +29,4 @@ if [ -z "$DISABLE_FIREWALL" ]; then
apt_install ufw
ufw_allow ssh;
ufw --force enable;
fi
fi