diff --git a/.dev/vagrant/motd.txt b/.dev/vagrant/motd.txt new file mode 100644 index 000000000..3bfbee0d4 --- /dev/null +++ b/.dev/vagrant/motd.txt @@ -0,0 +1,11 @@ +##################################################### + Pterodactyl Panel Vagrant VM + +Install: /var/www/html/pterodactyl +Ports: + Panel: 80 (50080 on host) + MailHog: 8025 (58025 on host) + MySQL: 3306 + +Services for pteroq and mailhog are running +##################################################### diff --git a/.dev/vagrant/provision.sh b/.dev/vagrant/provision.sh index fb6c9d1a6..c900a57b1 100644 --- a/.dev/vagrant/provision.sh +++ b/.dev/vagrant/provision.sh @@ -1,6 +1,7 @@ #!/bin/bash echo "Provisioning development environment for Pterodactyl Panel." +cp /var/www/html/pterodactyl/.dev/vagrant/motd.txt /etc/motd apt-get install -y software-properties-common > /dev/null