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

26 lines
516 B
Plaintext
Raw Normal View History

2020-08-06 22:22:05 +00:00
#!/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
2020-08-06 22:22:05 +00:00
- SyncThing
- rclone
- FileBrowser
2020-08-06 22:22:05 +00:00
-------------------------------------"
if [ -f "/opt/ansible/ssh.key" ] ; then
echo "
-------------------------------------
Ansible SSH Key"
cat /opt/ansible/ssh.key.pub
echo "-------------------------------------
"
fi