Szabolcs Hubai

Results 40 issues of Szabolcs Hubai

With the new beta (beta9) the BarTab doesn't work as expected: at startup all the tabs gets loaded. STR: 0. take the beta9 1. take a new, empty profile 2....

Primarily for KeyCloak --- Ready to test: - clone [keycloak-security-example](https://github.com/wkrzywiec/keycloak-security-example) repository - ensure that the `http://localhost:9000/*` is on the allowed redirects for `frontend` client - `docker-compose up postgres keycloak` -...

It is TL;DR Move and slice up the content into `/documentation/wiki` directory **and** the Wiki. - [ ] slicing stuff should be easy - [ ] push to Wiki should...

Commit 2b428edecb8e2cf85b20f2d81f1ad1824e508160 added `HEALTHCHECK`: ```Dockerfile HEALTHCHECK --start-period=3s CMD [ "java", "-cp", ".", "HealthCheck", "8080", "||", "exit", "1" ] ``` It works nicely and doesn't need a lot of storage, but...

It would be nice tags everywhere! :+1: See https://github.com/openseedbox/openseedbox/issues/66#issuecomment-390478314: ``` REPOSITORY TAG SIZE postgres 10.3-alpine 39.5MB nginx 1.14.0-alpine 18MB vmware/harbor-log v1.5.0 200MB openseedbox-backend 1.3.2 248MB openseedbox-ui 1.3.2 251MB memcached 1.5.7-alpine...

Since Docker 17.05 there is a [feature](https://docs.docker.com/develop/develop-images/multistage-build/) called "multi-stage builds". For example see Google’s [“distroless” images](https://github.com/GoogleContainerTools/distroless)! In this issue one could experiment with this new feature to answer the followings:...

There is a line in the [`todo.txt`](/openseedbox/openseedbox/blob/master/todo.txt) from 2013: ``` - Implement deluge or rtorrent backend - transmission is retardedly slow when theres slow hard disks (due to IO thread...

backend