Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 1.19 KB

README.md

File metadata and controls

32 lines (21 loc) · 1.19 KB

Inkserver

P2220407

This simple webserver can be used to provide adapted content for an Inkplate to fetch. It uses ImageMagick to resize and transform the content.

My Inkplate 10 uns a small script which

  • connects to the Inkserver
  • downloads the content
  • displays the content on the eink screen
  • goes into deep sleep until woken up again by timer

This server allows me to deliver dynamic content to the Inkplate without touching the code on the device itself.

Currently, two providers are implemented:

  1. Local files: Randomly deliver a local file
  2. XKCD: Randomly deliver a xkcd comic

image

Setup

# Create auth_secret
echo "aSecureAuthSecret" > auth_secret

# Use docker compose to run server
docker compose up -d