Skip to content

Commit

Permalink
nextcloud: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Oct 31, 2024
1 parent 5afe916 commit 1996d1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ix-dev/stable/nextcloud/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ sources:
- https://github.com/truenas/charts/tree/master/charts/nextcloud
title: Nextcloud
train: stable
version: 1.4.0
version: 1.4.1
2 changes: 1 addition & 1 deletion ix-dev/stable/nextcloud/templates/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
{% if values.nextcloud.host %}
{% do trusted_domains.x.append(
values.nextcloud.host if ":" in values.nextcloud.host
else "%s:%d"|format(values.nextcloud.host, values.nextcloud.port)
else "%s:%d"|format(values.nextcloud.host, values.network.web_port)
) %}
{% endif %}
{% do nc_env.x.append(("NEXTCLOUD_TRUSTED_DOMAINS", trusted_domains.x|unique|list|join(" "))) %}
Expand Down

0 comments on commit 1996d1f

Please sign in to comment.