Skip to content

Commit

Permalink
add netraw (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k authored Nov 11, 2024
1 parent 0c39665 commit 1265338
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions ix-dev/community/uptime-kuma/app.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
app_version: 2.0.0-beta.0
capabilities: []
capabilities:
- description: Uptime Kuma is able to use raw sockets and proxying
name: NET_RAW
categories:
- monitoring
description: A fancy self-hosted monitoring tool
Expand Down Expand Up @@ -29,4 +31,4 @@ sources:
- https://github.com/louislam/uptime-kuma
title: Uptime Kuma
train: community
version: 1.0.2
version: 1.0.3
1 change: 1 addition & 0 deletions ix-dev/community/uptime-kuma/templates/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
{% set c1 = tpl.add_container(values.consts.uptime_kuma_container_name, "image") %}

{% do c1.set_user(0, 0) %}
{% do c1.add_caps(["NET_RAW"]) %}
{% do c1.healthcheck.set_custom_test(["CMD", "extra/healthcheck"]) %}

{% do c1.add_storage("/app/data", values.storage.data) %}
Expand Down

0 comments on commit 1265338

Please sign in to comment.