@RChesterton commented on GitHub (Jun 6, 2025):
Duplicate #1674, at least the same issue if a different way to see it. What I think is…
@averageyogi commented on GitHub (Jun 6, 2025):
Sorry if I added the step to filter, but the result is the same whether you're looking at a single author or the whole library.
<img src="https://g…
@mfcar commented on GitHub (Jun 14, 2025):
Something similar It is being worked on in #2178
@github-actions[bot] commented on GitHub (Jun 15, 2025):
Fixed in v2.25.1.
@averageyogi commented on GitHub (Jun 6, 2025):
Duplicate #1674, at least the same issue if a different way to see it. What I think is trying to be said here is first filter to a single author,…
@nichwall commented on GitHub (Jun 4, 2025):
If you are just wanting the container to restart after a crash, you can add restart: always or restart: unless-stopped.
@skyzuma commented on GitHub (Jun 4, 2025):
any healthcheck for #1910 or restart policy will not work cause of "the progress of the streaming cant publish to the db" after a restart (crash based…
@nichwall commented on GitHub (Jun 4, 2025):
any healthcheck for #1910 or restart policy will not work cause of "the progress of the streaming cant publish to the db" after a restart (crash…
@skyzuma commented on GitHub (Jun 4, 2025):
iam sry, was my fault ... i never testest with a healthcheck (idk how this working on unraid) ... i only tested with the restart policy ... ( Extra…
@nichwall commented on GitHub (Jun 4, 2025):
No worries. There has been a lot of confusion around healthchecks recently due to removing curl from the docker image when the image was cleaned up…
@DieselTech commented on GitHub (Jun 4, 2025):
iam on unraid, i dont use docker compose ...
Then you're missing out on features that would solve your problem.
@nichwall commented on GitHub (Jun 4, 2025):
The healthcheck doesn't check for whether the database is locked. I don't use unraid, but there should be a way to add a healthcheck using advanced…
@skyzuma commented on GitHub (Jun 4, 2025):
iam sry for asking things ...
@nichwall commented on GitHub (Jun 4, 2025):
No worries.
Looks like you can toggle the advanced view to add a healthcheck https://forums.unraid.net/topic/128044-where-are-extra-parameters/
@skyzuma commented on GitHub (Jun 4, 2025):
the advanced view / extra parameters is known but idk what i enter for healthchek so the auto-heal can restart the abs contrainer ...
"The healthcheck…