Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 538 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 538 Bytes

lmwtofedibot

Bot, der Meldungen aus der Lebensmittelwarnung API in eine Lemmy Community posted.

Starten

Baue zuerst das Docker Image

docker build -t faeyben/lmwtofedibot .

Kopiere dann die lmwtofedibot.conf_example nach lmwtofedibot.conf und passe sie entsprechend an.

Danach starte den Docker Container

docker run -d -v $(pwd)/lmwtofedibot.conf:/etc/lmwtofedibot/lmwtofedibot.conf:ro -v lmw_conf:/etc/lmwtofedibot/lmwtofedibot.conf faeyben/lmwtofedibot