From: Adam Dullage Date: Sun, 18 Feb 2024 11:07:50 +0000 (+0000) Subject: Added sponsorship message to entrypoint script. X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=f5bd96b9b15b798a197ff2c39812df38a3f4e563;p=flatnotes.git Added sponsorship message to entrypoint script. --- diff --git a/entrypoint.sh b/entrypoint.sh index 0ae6ab5..dc810f3 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -2,6 +2,21 @@ set -e +echo "\ +====================================== +======== Welcome to flatnotes ======== +====================================== + +If you enjoy using flatnotes, please +consider sponsoring the project at: + +https://sponsor.flatnotes.io + +It would really make my day 🙏. + +────────────────────────────────────── +" + flatnotes_command="python -m \ uvicorn \ main:app \