Added documentation about --no-access-log

This commit is contained in:
2025-09-10 17:20:39 +02:00
parent cb8336e37e
commit 392092e783

View File

@@ -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
- **Network issues**: Check `SERVER_BASE` configuration