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
|
2020-08-08 04:58:10 +00:00
|
|
|
- Monit
|
|
|
|
- Monit-Dashboard
|
2020-08-09 01:08:40 +00:00
|
|
|
- Munin
|
|
|
|
- General dashboard of links
|
|
|
|
- Web terminals
|
2020-08-06 22:22:05 +00:00
|
|
|
- SyncThing
|
|
|
|
- rclone
|
2020-08-09 01:08:40 +00:00
|
|
|
- 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
|