mirror of
https://github.com/kiranshila/Doplarr.git
synced 2026-07-30 09:12:34 -04:00
Merge branch 'main' of github.com:kiranshila/Doplarr
This commit is contained in:
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
@@ -1,11 +1,6 @@
|
||||
name: Build jar
|
||||
name: Main
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "!*"
|
||||
tags:
|
||||
- "v*"
|
||||
on: push
|
||||
|
||||
env:
|
||||
REGISTRY: ghcr.io
|
||||
@@ -38,6 +33,7 @@ jobs:
|
||||
|
||||
- name: Publish Github Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
with:
|
||||
files: target/Doplarr.jar
|
||||
|
||||
|
||||
10
README.md
10
README.md
@@ -2,7 +2,13 @@
|
||||
|
||||
> A _Better_ Sonarr/Radarr Request Bot for Discord
|
||||
|
||||
### Building
|
||||
## Running with Docker
|
||||
|
||||
Pull the latest image with `docker pull ghcr.io/kiranshila/doplarr:main`
|
||||
|
||||
Then run with `fixme`
|
||||
|
||||
## Building and Running Locally
|
||||
|
||||
You need the Clojure CLI tools to build
|
||||
|
||||
@@ -11,7 +17,7 @@ You need the Clojure CLI tools to build
|
||||
|
||||
### Configuring
|
||||
|
||||
1. Fill out `resources/config.edn` with the requisite things
|
||||
1. Fill out `config.edn` with the requisite things
|
||||
|
||||
### Setting up as a service (On Linux (Systemd))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user