takunomi-build-bot
fd757bf2fb
This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni |
||
---|---|---|
.gitea/workflows | ||
kobo_wall_calendar | ||
static | ||
templates | ||
.gitignore | ||
LICENSE | ||
README.md | ||
requirements.txt | ||
ruff.toml | ||
setup.py |
Kobo Calendar Server
Small calendar web-server pulling from ICAL files, and presenting events in a lightweight HMTL frontend.
The motivation was to create a lightweight wall calendar to use with an old Kobo Aura e-reader, to take advantage of the its e-ink screen, but I had problems getting it to run 24/7.
Example usage
- Add ICAL links to any SecretLoader
compatible location, for the key
ical_links
. Simplest approach is to add them to a file undersecrets/ical_links
. (Google Calendar hidden ICAL links works great here.) - Launch server using something like:
python -m kobo_wall_calendar
- Navigate to http://localhost:8080/.
- Enjoy
License
Copyright (c) 2022-2024 Jon Michael Aanes
All rights reserved.