realies

Results 220 comments of realies

Have lost a Postgres persistent data because the template was obsolete.

Should this be part of the webGui or the community applications plugin?

This is the exact template in use. It seems the official Postgres image has changed storage locations, which has been reflected here https://github.com/juusujanar/unraid-templates/commit/6d6c1f1a66ed719d05f26385829082111e18d20e (line 57), although upon updating the container...

Not aware how common, but losing all database data was not pleasant, hence looking for ways to prevent this from happening.

@bergware, when `$display` is set to `docker` at https://github.com/limetech/webgui/blob/a3fe701dfe0c44969f0fbc67594d47be6fbcc081/plugins/dynamix/include/DashboardApps.php#L20 still takes about ~1500ms to load the script when there is 32 container instances.

1000+ms seems like an unreasonable amount of time. Portainer takes 80-100ms for 33 containers.

@bergware, expecting lower difference between both. Have not inspected DockerClient in detail, but the information ca be flushed as soon it gets available, similarly to how `logging.htm` works. If implemented...

@bergware, perhaps modify the wget call to output state arguments and parse those for a more responsive GUI.

I think it would be great if we could debug what causes the unnecessary CPU cycles and excessive RAM usage. I also wonder why are there 4 processes for the...