123456789101112131415161718192021222324252627282930313233 |
- images:
- image:
- repository: ccr.ccs.tencentyun.com/seembox/ghcr.io_linuxserver_diskover
- tag: 2.3.2
- elastic_search_image:
- repository: elasticsearch
- tag: 9.1.3
- consts:
- init_container_name: init
- diskover_data_container_name: diskoverdata
- elastic_search_container_name: elastic-search
- perms_container_name: permissions
- cron_file_path: /tmp/ix-crontab
- elastic_basic_auth_user: elastic
- elastic_run_as_user: 1000
- elastic_run_as_group: 1000
- elastic_port: 9200
- internal_web_port: 80
- notes_body: |
- Default credentials are:
- - Username: `diskover`
- - Password: `darkdata`
- Diskover Data will display an error page until the first indexing is complete.
- The indexing will run based on the cron schedule you set.
- You can also manually trigger an indexing by running the following command
- **in the Diskover Data container**:
- ```bash
- python3 /app/diskover/diskover.py <path_to_your_data>
- ```
|