ix_values.yaml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. images:
  2. image:
  3. repository: ccr.ccs.tencentyun.com/seembox/ixsystems_nextcloud-fpm
  4. tag: 31.0.8-fpm-954edb5c
  5. notify_push_image:
  6. repository: ixsystems/nextcloud-notify-push
  7. tag: 1.2.0-337ad10d
  8. nginx_image:
  9. repository: nginxinc/nginx-unprivileged
  10. tag: 1.29.1
  11. postgres_17_image:
  12. repository: postgres
  13. tag: 17.6-bookworm
  14. redis_image:
  15. repository: valkey/valkey
  16. tag: 8.1.3
  17. imaginary_image:
  18. repository: ghcr.io/nextcloud-releases/aio-imaginary
  19. tag: "20250905_100617"
  20. postgres_upgrade_image:
  21. repository: ixsystems/postgres-upgrade
  22. tag: 1.0.4
  23. consts:
  24. nextcloud_container_name: nextcloud
  25. cron_container_name: cron
  26. perms_container_name: permissions
  27. redis_container_name: redis
  28. postgres_container_name: postgres
  29. nginx_container_name: nginx
  30. imaginary_container_name: imaginary
  31. notify_push_container_name: notify-push
  32. db_user: nextcloud
  33. db_name: nextcloud
  34. internal_nextcloud_port: 9000
  35. internal_imaginary_port: 9000
  36. internal_notify_push_port: 7867
  37. html_path: /var/www/html
  38. data_path: /nc-data
  39. ssl_key_path: /etc/nginx-certs/private.key
  40. ssl_cert_path: /etc/nginx-certs/public.crt
  41. notes: |
  42. To use `occ` commands, you just shell into the
  43. nextcloud container and run `occ` directly.
  44. No need to use neither `sudo` or `php`.
  45. For example `occ status`.