Skip to content

Web server that fetches and renders content which then gets displayed on the Inkplate 10

Notifications You must be signed in to change notification settings

v411e/inkserver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Web server that fetches and renders content which then gets displayed on the Inkplate 10

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published