ix_values.yaml 958 B

123456789101112131415161718192021222324252627282930313233
  1. images:
  2. image:
  3. repository: ccr.ccs.tencentyun.com/seembox/ghcr.io_linuxserver_diskover
  4. tag: 2.3.2
  5. elastic_search_image:
  6. repository: elasticsearch
  7. tag: 9.1.3
  8. consts:
  9. init_container_name: init
  10. diskover_data_container_name: diskoverdata
  11. elastic_search_container_name: elastic-search
  12. perms_container_name: permissions
  13. cron_file_path: /tmp/ix-crontab
  14. elastic_basic_auth_user: elastic
  15. elastic_run_as_user: 1000
  16. elastic_run_as_group: 1000
  17. elastic_port: 9200
  18. internal_web_port: 80
  19. notes_body: |
  20. Default credentials are:
  21. - Username: `diskover`
  22. - Password: `darkdata`
  23. Diskover Data will display an error page until the first indexing is complete.
  24. The indexing will run based on the cron schedule you set.
  25. You can also manually trigger an indexing by running the following command
  26. **in the Diskover Data container**:
  27. ```bash
  28. python3 /app/diskover/diskover.py <path_to_your_data>
  29. ```