26 lines
516 B
Plaintext
Executable file
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
|