Initial commit

This commit is contained in:
2025-07-15 22:27:59 +02:00
commit ee54dae729
8 changed files with 426 additions and 0 deletions

12
.env.example Normal file
View File

@@ -0,0 +1,12 @@
# Rename file to .env and adapt variables
# Environment variables for book stack update (bsupdate.py)
BOOKSTACK_URL="https://wiki.my-book-stack.net"
BOOKSTACK_TOKEN_ID="token-generated-by-book-stack"
BOOKSTACK_TOKEN_SECRET="token-generated-by-book-stack"
PAGE_SLUG="name-of-page"
BOOK_SLUG="name-of-book"
INSERT_MARKER_LINKS="## Links"
INSERT_MARKER_TEXT="## Text"
# Environment variables for req-short.py
API_TOKEN="something-i-created-by-myself"