feat: Add update checker tooling
Add the initial dataset, version checker, tests, and project setup files so the update checker can be run and validated.
This commit is contained in:
parent
1eddaca1ad
commit
95cd8e0906
10 changed files with 692 additions and 20 deletions
6
.env.sample
Normal file
6
.env.sample
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
# Required for authenticated version checks
|
||||
PAPERLESS_API_TOKEN=replace-with-api-token
|
||||
RADICALE_BASIC_AUTH=base64-user-colon-pass
|
||||
|
||||
# Optional (use if upstream APIs need auth to avoid rate limits)
|
||||
GITHUB_TOKEN=optional-github-token
|
||||
Loading…
Add table
Add a link
Reference in a new issue