2021-08-10 12:42:57 -07:00
2021-08-10 12:42:57 -07:00
q
2021-08-10 12:41:30 -07:00
2021-08-10 10:51:23 -07:00
2021-08-10 12:42:06 -07:00
2021-08-10 12:42:06 -07:00

Doplarr

A Better Sonarr/Radarr Request Bot for Discord

Building

You need the Clojure CLI tools to build

  1. Clone directory
  2. clj -T:build uberjar

Configuring

  1. Fill out resources/config.edn with the requisite things

Setting up as a service (On Linux (Systemd))

  1. Create the file /etc/systemd/system/doplarr.service with the following
[Unit]
Description=Doplarr Daemon
After=syslog.target network.target
[Service]
User=root
Group=root
Type=simple
WorkingDirectory=/opt/Doplarr
ExecStart=/usr/bin/java -jar
TimeoutStopSec=20
KillMode=process
Restart=always
[Install]
WantedBy=multi-user.target
  1. Customize the user, group, and working directory to the location of the jar

Then, as root

  1. systemctl -q daemon-reload
  2. systemctl enable --now -q doplarr
Description
No description provided
Readme MIT 1.2 MiB
Latest
2024-02-08 12:43:42 -05:00
Languages
Clojure 99.2%
Dockerfile 0.8%