webframe/README.md
2020-07-17 11:24:20 +02:00

914 B

Webframe

WebFrame

A simple digital picture frame as a website.

With webframe you can turn any device with a screen and browser into a digital picture frame.

To minimize friction (sync, multi user support) the images are downloaded from a webdav share (e.g. nextcloud).

This project is heavily inspired by TeleFrame.

Config

WEBDAV_URL=https://your.webdav.host
WEBDAV_USER=user
WEBDAV_PW=pass
WEBFRAME_PATH=/path/to/imgs/
PORT=3000
POLL_TIMEOUT=60000

run

git clone ...
npm install
node index.js

tech

backend

frontend