git.99rst.org
/
flatnotes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
a2c6a7d
)
Added sponsorship message to entrypoint script.
author
Adam Dullage
<redacted>
Sun, 18 Feb 2024 11:07:50 +0000
(11:07 +0000)
committer
Adam Dullage
<redacted>
Sun, 18 Feb 2024 11:07:50 +0000
(11:07 +0000)
entrypoint.sh
patch
|
blob
|
history
diff --git
a/entrypoint.sh
b/entrypoint.sh
index 0ae6ab56a60ec5c01377f7212b6f9e85fd596042..dc810f3cf41551504f1e90dd6ca7b6564206a7c2 100644
(file)
--- 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 \
git clone https://git.99rst.org/PROJECT