Sign inSign up

hekmon/malradar

By hekmon

Updated about 5 years ago

My Anime List Radar - curated new animes notifier bot

Image
1

591

hekmon/malradar repository overview

MAL Radar

Github repo

My Anime List new finished animes curator / notifier.

How it works

Please see the github readme.

State & Cache

MALRadar stores its cache in a volume at /var/lib/malradar.

Configuration

You will need to bind mount the config json file. An extended example configuration file can be found in the README.

Run it

Letting docker handles the state volume
docker run --mount type=bind,source="/home/you/malradar/config.json",target=/etc/malradar/config.json,readonly hekmon/malradar:latest
Binding the state dir
docker run --mount type=bind,source="/home/you/malradar/config.json",target="/etc/malradar/config.json",readonly --mount type=bind,source="/home/you/malradar/statedir/",target="/var/lib/malradar/" hekmon/malradar:latest

Tag summary

Content type

Image

Digest

Size

4.7 MB

Last updated

about 5 years ago

docker pull hekmon/malradar