Skip to content

Commit 7be7361

Browse files
committed
chore: add appjail director support & regen docs
1 parent 0d85434 commit 7be7361

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
@@ -19,7 +19,7 @@ ENV HEALTHCHECK_URL="${HEALTHCHECK_ENDPOINT}"
1919

2020
# --- Metadata (Injected by Generator) ---
2121
LABEL org.opencontainers.image.title="Sonarr" \
22-
org.opencontainers.image.description="Sonarr TV series management on FreeBSD." \
22+
org.opencontainers.image.description="Automated TV series collection manager that monitors, grabs, and manages your TV library via Usenet and BitTorrent." \
2323
org.opencontainers.image.source="https://github.com/daemonless/sonarr" \
2424
org.opencontainers.image.url="https://sonarr.tv/" \
2525
org.opencontainers.image.documentation="https://wiki.servarr.com/sonarr" \

Containerfile.pkg

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

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

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Source: dbuild templates
88
[![Build Status](https://img.shields.io/github/actions/workflow/status/daemonless/sonarr/build.yaml?style=flat-square&label=Build&color=green)](https://github.com/daemonless/sonarr/actions)
99
[![Last Commit](https://img.shields.io/github/last-commit/daemonless/sonarr?style=flat-square&label=Last+Commit&color=blue)](https://github.com/daemonless/sonarr/commits)
1010

11-
Sonarr TV series management on FreeBSD.
11+
Automated TV series collection manager that monitors, grabs, and manages your TV library via Usenet and BitTorrent.
1212

1313
| | |
1414
|---|---|
@@ -23,7 +23,7 @@ Sonarr TV series 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

@@ -101,7 +101,7 @@ ARG tag=latest
101101

102102
OPTION overwrite=force
103103
OPTION from=ghcr.io/daemonless/sonarr:${tag}
104-
OPTION allow.mlock
104+
SET allow.mlock=1
105105
```
106106

107107
### Podman CLI

compose.yaml

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

1515
docs:
1616
env:

0 commit comments

Comments
 (0)