[U] readme
This commit is contained in:
parent
f105aa5e50
commit
5e91285e33
1 changed files with 3 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ To minimize friction (sync, multi user support) the images are downloaded from a
|
|||
|
||||
This project is heavily inspired by [TeleFrame](https://github.com/LukeSkywalker92/TeleFrame).
|
||||
|
||||
# Config
|
||||
# config
|
||||
```
|
||||
WEBDAV_URL=https://your.webdav.host
|
||||
WEBDAV_USER=user
|
||||
|
|
@ -24,6 +24,8 @@ POLL_TIMEOUT=60000
|
|||
```
|
||||
git clone ...
|
||||
npm install
|
||||
cp .env.example .env
|
||||
nano .env
|
||||
node index.js
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue