diff --git a/setup.sh b/setup.sh index 1079d9f..664c630 100644 --- a/setup.sh +++ b/setup.sh @@ -10,6 +10,16 @@ openssl x509 -req -days 365 -in certs/mycert.csr -signkey certs/mycert.key -out LOCATION="$(pwd)" +cat << EOF > $LOCATION/app/.env +# Environment variables +WOL_SECRET_KEY="changethis" +WOL_USER_PASS="changethat" +REDIS_URL="redis://localhost:6379/0" +DEVICE_MAC="00:00:00:00:00:00" +DEVICE_IP="192.168.0.0" +DEVICE_IFACE="eth0" +EOF + cat << EOF > /etc/systemd/system/wolServer.service [Unit] Description=wol-server