1
0
mirror of https://github.com/bitwarden/server.git synced 2024-12-02 13:53:23 +01:00
bitwarden-server/util/DigitalOceanMarketplace/files/etc/update-motd.d/99-bitwarden-welcome

27 lines
704 B
Plaintext
Raw Normal View History

2019-02-21 18:39:02 +01:00
#!/bin/sh
#
# Configured as part of the DigitalOcean 1-Click Image build process
myip=$(hostname -I | awk '{print$1}')
cat <<EOF
********************************************************************************
Welcome to your Bitwarden server
https://bitwarden.com
2019-02-21 19:53:38 +01:00
Complete documentation:
2019-02-21 18:39:02 +01:00
https://help.bitwarden.com/hosting/
2019-02-21 19:53:38 +01:00
Configuration:
2019-02-21 20:12:35 +01:00
Configuration changes can be made in /root/bwdata/config.yml and
/root/bwdata/env/global.override.env
2019-02-21 19:53:38 +01:00
Common commands:
/root/bitwarden.sh stop
/root/bitwarden.sh restart
/root/bitwarden.sh rebuild
2019-02-21 18:39:02 +01:00
********************************************************************************
To delete this message of the day: rm -rf $(readlink -f ${0})
EOF