Skip to content

Commit 60512ea

Browse files
committed
chore update description & regen docs
1 parent 5e10602 commit 60512ea

4 files changed

Lines changed: 7 additions & 7 deletions

File tree

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ARG HEALTHCHECK_ENDPOINT="http://localhost:7878/ping"
1818
ENV HEALTHCHECK_URL="${HEALTHCHECK_ENDPOINT}"
1919

2020
LABEL org.opencontainers.image.title="Radarr" \
21-
org.opencontainers.image.description="Radarr movie management on FreeBSD." \
21+
org.opencontainers.image.description="Automated movie collection manager that monitors, grabs, and manages your movie library via Usenet and BitTorrent." \
2222
org.opencontainers.image.source="https://github.com/daemonless/radarr" \
2323
org.opencontainers.image.url="https://radarr.video/" \
2424
org.opencontainers.image.documentation="https://wiki.servarr.com/radarr" \

Containerfile.pkg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ARG PKG_NAME=radarr
1212

1313
# --- Metadata (Injected by Generator) ---
1414
LABEL org.opencontainers.image.title="Radarr" \
15-
org.opencontainers.image.description="Radarr movie management on FreeBSD." \
15+
org.opencontainers.image.description="Automated movie collection manager that monitors, grabs, and manages your movie library via Usenet and BitTorrent." \
1616
org.opencontainers.image.source="https://github.com/daemonless/radarr" \
1717
org.opencontainers.image.url="https://radarr.video/" \
1818
org.opencontainers.image.documentation="https://wiki.servarr.com/radarr" \

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
THIS FILE IS AUTOGENERATED - DO NOT EDIT MANUALLY
33
Source: dbuild templates
44
-->
5-
65
# Radarr
76

87
[![Build Status](https://img.shields.io/github/actions/workflow/status/daemonless/radarr/build.yaml?style=flat-square&label=Build&color=green)](https://github.com/daemonless/radarr/actions)
98
[![Last Commit](https://img.shields.io/github/last-commit/daemonless/radarr?style=flat-square&label=Last+Commit&color=blue)](https://github.com/daemonless/radarr/commits)
109

11-
Radarr movie management on FreeBSD.
10+
Automated movie collection manager that monitors, grabs, and manages your movie library via Usenet and BitTorrent.
11+
1212

1313
| | |
1414
|---|---|
@@ -23,7 +23,7 @@ Radarr movie management on FreeBSD.
2323
| :--- | :--- | :--- |
2424
| `latest` | **Upstream Binary**. Built from official release. | Most users. Matches Linux Docker behavior. |
2525
| `pkg` | **FreeBSD Quarterly**. Uses stable, tested packages. | Production stability. |
26-
| `pkg-latest` | **FreeBSD Latest**. Rolling package updates. | Newest FreeBSD features. |
26+
| `pkg-latest` | **FreeBSD Latest**. Rolling package updates. | Newest FreeBSD packages. |
2727

2828
## Prerequisites
2929

compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ x-daemonless:
44
title: "Radarr"
55
icon: ":material-movie:"
66
category: "Media Management"
7-
description: "Radarr movie management on FreeBSD."
7+
description: "Automated movie collection manager that monitors, grabs, and manages your movie library via Usenet and BitTorrent."
88
upstream_url: "https://github.com/Radarr/Radarr"
99
web_url: "https://radarr.video/"
1010
freshports_url: "https://www.freshports.org/net-p2p/radarr/"
1111
user: "bsd"
1212
mlock: true
13-
appjail:
13+
appjail: true
1414

1515
docs:
1616
env:

0 commit comments

Comments
 (0)