Thomas Ritter
Thomas Ritter
Is: Currently, files can only be uploaded from the local device. Requirement: Files should also be able to be added from online urls.
**Describe the bug** Login with umlauts in password does not work. **To Reproduce** Steps to reproduce the behavior: 1. var c = new Client("https://domain.eu/", "user", "Vörker"); 2. var list =...
Is: Currently the dockerfile does not contain a health check Wish: Would it be possible to include a health check in the dockerfile? My current workaround: ````dockerfile ARG BASE_IMAGE="hyperonym/ratus" FROM...
Is: Currently I cannot find a way to query the health checks of the containers. On Linux you can find this metric `engine_daemon_health_checks_failed_total`. I would be happy if the windows_exporter...