First Commit
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
# =========================
|
||||
# Paper sources
|
||||
# =========================
|
||||
IEEE_API_KEY=
|
||||
SEMANTIC_SCHOLAR_API_KEY=
|
||||
CROSSREF_MAILTO=your_email@example.com
|
||||
OPENAI_API_KEY=
|
||||
GMAIL_ADDRESS=
|
||||
GMAIL_APP_PASSWORD=
|
||||
|
||||
# =========================
|
||||
# Joplin WebDAV
|
||||
# IMPORTANT: Use the same WebDAV sync folder that your existing Joplin clients use.
|
||||
# Example: https://your-nas-hostname:5006/Joplin
|
||||
# =========================
|
||||
JOPLIN_WEBDAV_URL=https://YOUR_NAS:5006/Joplin
|
||||
JOPLIN_WEBDAV_USERNAME=joplin-sync
|
||||
JOPLIN_WEBDAV_PASSWORD=CHANGE_ME
|
||||
|
||||
# Notebook created/used by the NAS automation
|
||||
JOPLIN_NOTEBOOK=Radar Papers
|
||||
|
||||
# First run: keep false and verify that Joplin CLI can sync existing notes.
|
||||
# After verification change to true.
|
||||
JOPLIN_WRITE_ENABLED=false
|
||||
|
||||
# Keep false for a normal valid HTTPS certificate.
|
||||
# Only consider true if you intentionally use a self-signed certificate.
|
||||
JOPLIN_IGNORE_TLS_ERRORS=false
|
||||
Reference in New Issue
Block a user