Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file added kapowarr/data/db/.gitkeep
Empty file.
14 changes: 14 additions & 0 deletions kapowarr/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: "3.7"

services:
app_proxy:
environment:
APP_HOST: kapowarr_kapowarr_1
APP_PORT: 5656

kapowarr:
image: mrcas/kapowarr:v1.3.1@sha256:d455797e4f2c5b1a8ccc5ce05c427f1af2179451bb1af195ca3fa8c3e928623b
volumes:
- ${APP_DATA_DIR}/data/db:/app/db
- ${UMBREL_ROOT}/data/storage/downloads:/app/temp_downloads
restart: on-failure
25 changes: 25 additions & 0 deletions kapowarr/umbrel-app.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
manifestVersion: 1.1
id: kapowarr
category: media
name: Kapowarr
version: "1.3.1"
tagline: The *arr suite, rebuilt for comics and manga
description: >-
Kapowarr is a self-hosted manager that finds, downloads, renames, and organizes your comic and manga issues automatically — the *arr-style workflow, built for comics.
developer: Casvt
website: https://casvt.github.io/Kapowarr/
dependencies:
- transmission
repo: https://github.com/Casvt/Kapowarr
support: https://github.com/Casvt/Kapowarr/issues
port: 5656
gallery: []
path: ""
releaseNotes: ""
defaultUsername: ""
defaultPassword: ""
torOnly: false
permissions:
- STORAGE_DOWNLOADS
submitter: Harriet Landa
submission: https://github.com/getumbrel/umbrel-apps/pull/5987