PiFrameFleet/root/etc/cont-init.d/00-welcome

26 lines
516 B
Plaintext
Executable File

#!/usr/bin/with-contenv bash
echo "
-------------------------------------
Welcome to PiFrameFleet
This container includes the following
- WireGuard VPN
- Ansible
- Monit
- Monit-Dashboard
- Munin
- General dashboard of links
- Web terminals
- SyncThing
- rclone
- FileBrowser
-------------------------------------"
if [ -f "/opt/ansible/ssh.key" ] ; then
echo "
-------------------------------------
Ansible SSH Key"
cat /opt/ansible/ssh.key.pub
echo "-------------------------------------
"
fi