Skip to content

Commit

Permalink
Merge branch 'master' into nc-cron
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k authored Oct 17, 2024
2 parents 962a7d5 + 9fc6795 commit 2b0d7b9
Show file tree
Hide file tree
Showing 5,709 changed files with 66,343 additions and 66,570 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
696 changes: 348 additions & 348 deletions catalog.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions ix-dev/community/actual-budget/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ icon: https://media.sys.truenas.net/apps/actual-budget/icons/icon.png
keywords:
- finance
- budget
lib_version: 1.1.3
lib_version_hash: 2aa61e120fd30dd72800bea5d56ad12793d4a6b74cf69140780d51add22c7768
lib_version: 1.1.4
lib_version_hash: 6e32ff5969906d9c3a10fea2b17fdd3197afb052d3432344da03188d8a907113
maintainers:
- email: [email protected]
name: truenas
Expand All @@ -33,4 +33,4 @@ sources:
- https://hub.docker.com/r/actualbudget/actual-server
title: Actual Budget
train: community
version: 1.1.12
version: 1.1.13
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ services:
{% if values.network.dns_opts %}
dns_opt: {{ ix_lib.base.network.dns_opts(values.network.dns_opts) | tojson }}
{% endif %}
{% set test = ix_lib.base.healthchecks.http_test(path="/health", port=values.network.web_port) %}
{% set test = "NODE_TLS_REJECT_UNAUTHORIZED=0 npm run health-check" %}
healthcheck: {{ ix_lib.base.healthchecks.check_health(test) | tojson }}
{% set app_env = {
"ACTUAL_PORT": values.network.web_port,
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 2b0d7b9

Please sign in to comment.