Files
truenas-apps/ix-dev/stable/nextcloud/ix_values.yaml
Tyson bb3c43bf3d Added Imaginary as an optional container alongside NextCloud (#1351)
* Added imaginary as an optional container

* chore(deps): update alexta69/metube docker tag to v2025 (#1346)

Co-authored-by: bugclerk <bugclerk@ixsystems.com>

* chore(deps): update updates-patch-minor (#1345)

Co-authored-by: bugclerk <bugclerk@ixsystems.com>

* Publish new changes in catalog [skip ci]

* Update catalog changes [skip ci]

* chore(deps): update updates-patch-minor (#1352)

Co-authored-by: bugclerk <bugclerk@ixsystems.com>

* Publish new changes in catalog [skip ci]

* Update catalog changes [skip ci]

* lib-v2: handle validation of ports for both v6 and v4 (#1332)

* better handling of ipv6 and wildcard addresses

* update version

* cleanup tests

* greatly improve readability

* update hashes

* better check

* flake

* regen hashes

* PR comments

* Removed redunant line from description

* dont nuke if users already have setup imaginary manually

* fix metadata

* simplify

* use correct hash

* fix rest of the tests

* Update .gitignore

* fix rendering

* Update app.yaml

---------

Co-authored-by: truenasbot <113129203+truenasbot@users.noreply.github.com>
Co-authored-by: bugclerk <bugclerk@ixsystems.com>
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
Co-authored-by: Stavros Kois <s.kois@outlook.com>
2025-01-27 19:04:31 +02:00

45 lines
1.2 KiB
YAML

images:
image:
repository: nextcloud
tag: 30.0.5
nginx_image:
repository: nginx
tag: 1.27.3
postgres_13_image:
repository: postgres
tag: 13.18
postgres_17_image:
repository: postgres
tag: "17.2"
redis_image:
repository: bitnami/redis
tag: 7.4.2
imaginary_image:
repository: nextcloud/aio-imaginary
tag: "20250106_094420"
consts:
nextcloud_container_name: nextcloud
cron_container_name: cron
perms_container_name: permissions
redis_container_name: redis
postgres_container_name: postgres
nginx_container_name: nginx
imaginary_container_name: imaginary
imaginary_port: 9000
db_name: nextcloud
ssl_key_path: /etc/nginx-certs/private.key
ssl_cert_path: /etc/nginx-certs/public.crt
deprecation_warning: |
You are using a deprecated configuration, where both data and html nextcloud files
are stored in the same path. Please consider updating your configuration.
If you are unsure how to proceed, feel free to open a github issue.<br/>
The backwards compatibility will be removed in the next major release.
packages:
smbclient:
additional_apt: ["libsmbclient-dev"]
pecl: ["smbclient"]
docker_php_ext: ["smbclient"]
ldd: ["smbclient.so"]