Bot Updating Documentation

pull/175/head
LinuxServer-CI 2024-01-09 12:27:04 +00:00
rodzic 5bb7fdaea1
commit c810cf7fd3
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -41,8 +41,8 @@ This application is dependent on an ElasticSearch instance. Please see the examp
The default username is diskover with the password of **darkdata**, access the container at `http://<host-ip>/`. The UI may be unusable until a valid index has been created.
The default diskover-web Constants.php file located at `/config/diskover-web.conf.d/Constants.php` will need to be edited to allow diskover-web to communicate with the ElasticSearch container. The following entries will need to be edited:
* `const ES_HOST = elasticsearch`
* `const ES_PORT = 9200`
* `const ES_HOST = 'elasticsearch';`
* `const ES_PORT = 9200;`
The application doesn't start an index by default. A crontab is created inside of the `/config` directory and can be set up to run automated indexes of `/data`. Changes to this crontab file require a restart to apply. You can also manually run an index by executing `/app/diskover/diskover.py` either in interactive or detached mode: