21 lines
480 B
Plaintext
21 lines
480 B
Plaintext
|
#!/usr/bin/with-contenv bash
|
||
|
|
||
|
echo "
|
||
|
-------------------------------------
|
||
|
Welcome to PiFrameFleet
|
||
|
This container includes the following
|
||
|
- WireGuard VPN
|
||
|
- Ansible
|
||
|
- SyncThing
|
||
|
- rclone
|
||
|
- FileBrowser (admin/password)
|
||
|
-------------------------------------"
|
||
|
echo "
|
||
|
-------------------------------------
|
||
|
Service Status
|
||
|
- WireGuard VPN : ${ENABLE_WIREGUARD}
|
||
|
- SyncThing : ${ENABLE_SYNCTHING}
|
||
|
- FileBrowser : ${ENABLE_FILEBROWSER}
|
||
|
-------------------------------------
|
||
|
"
|