diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index bdb5c9c..8e7e351 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -1,5 +1,7 @@ ## 🛠️ Troubleshooting +> Access logs are disabled in the docker image. Enable them by removing `--no-access-log` from the `CMD` command in the Dockerfile. + ### Common Issues #### No Comics Appearing @@ -22,6 +24,9 @@ - **Behind proxy**: Set `SERVER_BASE` and `URL_PREFIX` correctly - **Protocol mismatch**: Ensure HTTP/HTTPS consistency +#### Scan starts by itself: +- `AUTO_INDEX_ON_START`: "false" + ### Debug Commands ```bash @@ -49,4 +54,4 @@ curl -u admin:password http://localhost:8382/debug/fts - **Large libraries**: Disable `AUTO_INDEX_ON_START` - **Slow thumbnails**: Increase `THUMB_WORKERS` - **Memory usage**: Reduce `PAGE_SIZE` -- **Network issues**: Check `SERVER_BASE` configuration \ No newline at end of file +- **Network issues**: Check `SERVER_BASE` configuration