From 5cc5662ad90b06ffffc19aec1365c041f3a3f100 Mon Sep 17 00:00:00 2001 From: iacore <74560659+iacore@users.noreply.github.com> Date: Thu, 2 Oct 2025 18:17:43 +0000 Subject: [PATCH 1/2] Update README.md Mention auto update using systemd+podman --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 666ff6d3..45ac2059 100644 --- a/README.md +++ b/README.md @@ -248,6 +248,12 @@ You can check the status of your container by using the following command: systemctl --user status redlib.service ``` +To make Podman auto update the container, [add this line in hte service file](https://major.io/p/podman-quadlet-automatic-updates/): + +``` +Label=io.containers.autoupdate=registry +``` + ## Binary If you're on Linux, you can grab a binary from [the newest release](https://github.com/redlib-org/redlib/releases/latest) from GitHub. @@ -441,4 +447,4 @@ Assign a default value for each user-modifiable setting by passing environment v | `HIDE_SCORE` | `["on", "off"]` | `off` | | `HIDE_SIDEBAR_AND_SUMMARY` | `["on", "off"]` | `off` | | `FIXED_NAVBAR` | `["on", "off"]` | `on` | -| `REMOVE_DEFAULT_FEEDS` | `["on", "off"]` | `off` | \ No newline at end of file +| `REMOVE_DEFAULT_FEEDS` | `["on", "off"]` | `off` | From 81d5806148637018c809dd2cbf93f2d3482c5432 Mon Sep 17 00:00:00 2001 From: iacore <74560659+iacore@users.noreply.github.com> Date: Thu, 2 Oct 2025 18:20:21 +0000 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45ac2059..682d5881 100644 --- a/README.md +++ b/README.md @@ -248,7 +248,7 @@ You can check the status of your container by using the following command: systemctl --user status redlib.service ``` -To make Podman auto update the container, [add this line in hte service file](https://major.io/p/podman-quadlet-automatic-updates/): +To [let Podman auto update the container](https://docs.podman.io/en/v5.0.1/markdown/podman-auto-update.1.html), and this line in the service file: ``` Label=io.containers.autoupdate=registry