You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 26, 2024. It is now read-only.
You can set multiple filters per arr. Find the filter ID by going into the webui and get the ID from the url like `http://localhost:7474/filters/10` where `10` is the filter ID.
@@ -273,6 +283,12 @@ Check the `docker-compose.yml` example.
273
283
274
284
If you have custom networks then make sure to add those, so it can communicate with autobrr, sonarr and radarr.
275
285
286
+
### Distroless Docker Images
287
+
288
+
For users who prioritize container security, we offer alternative Docker images built on [Distroless](https://github.com/GoogleContainerTools/distroless). Specifically the `distroless/static-debian12:nonroot` base image.
289
+
290
+
Distroless images do not contain a package manager or shell, thereby reducing the potential attack surface and making them a more secure option. These stripped-back images contain only the application and its runtime dependencies.
291
+
276
292
### Systemd
277
293
278
294
On Linux-based systems it is recommended to run omegabrr as a systemd service.
0 commit comments