mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-09 20:47:58 -05:00
Publish new changes in catalog [skip ci]
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
app_version: latest
|
||||
capabilities: []
|
||||
capabilities:
|
||||
- description: Channels DVR is able to use chroot() system call
|
||||
name: SYS_CHROOT
|
||||
categories:
|
||||
- media
|
||||
date_added: '2025-05-06'
|
||||
@@ -31,4 +33,4 @@ sources:
|
||||
- https://hub.docker.com/r/fancybits/channels-dvr
|
||||
title: Channels DVR
|
||||
train: community
|
||||
version: 1.0.12
|
||||
version: 1.0.13
|
||||
@@ -4,6 +4,7 @@
|
||||
{% set perm_container = tpl.deps.perms(values.consts.perms_container_name) %}
|
||||
{% set perms_config = {"uid": values.run_as.user, "gid": values.run_as.group, "mode": "check"} %}
|
||||
|
||||
{% do c1.add_caps(["SYS_CHROOT"]) %}
|
||||
{% do c1.healthcheck.set_test("curl", {"port": values.consts.internal_web_port}) %}
|
||||
{% do c1.set_user(values.run_as.user, values.run_as.group) %}
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
app_version: v8.14.7
|
||||
app_version: v8.14.8
|
||||
capabilities: []
|
||||
categories:
|
||||
- monitoring
|
||||
@@ -30,4 +30,4 @@ sources:
|
||||
- https://github.com/amir20/dozzle
|
||||
title: Dozzle
|
||||
train: community
|
||||
version: 1.0.67
|
||||
version: 1.0.68
|
||||
@@ -1,7 +1,7 @@
|
||||
images:
|
||||
image:
|
||||
repository: amir20/dozzle
|
||||
tag: v8.14.7
|
||||
tag: v8.14.8
|
||||
|
||||
consts:
|
||||
dozzle_container_name: dozzle
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user