ix_values.yaml 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. images:
  2. image:
  3. repository: ccr.ccs.tencentyun.com/seembox/nextcloud
  4. tag: 31.0.8
  5. nginx_image:
  6. repository: nginx
  7. tag: 1.29.1
  8. # TODO: Remove postgres_13_image in the future
  9. postgres_13_image:
  10. repository: postgres
  11. tag: 13.22
  12. postgres_17_image:
  13. repository: postgres
  14. tag: 17.6-bookworm
  15. redis_image:
  16. repository: valkey/valkey
  17. tag: 8.1.3
  18. imaginary_image:
  19. repository: ghcr.io/nextcloud-releases/aio-imaginary
  20. tag: "20250905_100617"
  21. postgres_upgrade_image:
  22. repository: ixsystems/postgres-upgrade
  23. tag: 1.0.4
  24. consts:
  25. nextcloud_container_name: nextcloud
  26. cron_container_name: cron
  27. perms_container_name: permissions
  28. redis_container_name: redis
  29. postgres_container_name: postgres
  30. nginx_container_name: nginx
  31. imaginary_container_name: imaginary
  32. imaginary_port: 9000
  33. db_name: nextcloud
  34. ssl_key_path: /etc/nginx-certs/private.key
  35. ssl_cert_path: /etc/nginx-certs/public.crt
  36. packages:
  37. smbclient:
  38. additional_apt: ["libsmbclient-dev"]
  39. pecl: ["smbclient"]
  40. docker_php_ext: ["smbclient"]
  41. ldd: ["smbclient.so"]