Szabolcs Hubai

Results 188 comments of Szabolcs Hubai

@gregorkistler, you did one step of separation some time ago (#43). What do you think about this? Would you like to do some experiment? IMHO * (nginx) separation is needed,...

FYI: * Docker [upgrade is supported](https://docs.travis-ci.com/user/docker/#Installing-a-newer-Docker-version) by Travis CI * there are [`build-nginx.sh`](https://gist.github.com/staubenheimprobst/c726263d41df4ff20991) scripts for static nginx :+1: * or even a portable version: [moezzie/nginx-portable](https://github.com/moezzie/nginx-portable) :+1:

Multi-stage builds are used in #82. "distroless" images, Google Jib, native packaging and related things would be done when the project gets converted to Gradle.

Improvements (as PRs to my fork) are welcome! Especially for the UI section! 🙈

This is what I'm looking for: https://lipis.github.io/bootstrap-social/

@Snuupy, please test! And please try implementing [user profile pictures in Keycloak](https://stackoverflow.com/questions/42808008/how-to-get-current-user-profile-picture-with-keycloak)! :+1:

No need to hurry! I'll cleanup the commits and continue with GitHub and Google in the next days!

Note to self: [Extending classes using Builder pattern](http://stackoverflow.com/questions/24243240/ddg#24372759) > You can solve your problem with generics, although it does require creation of an abstract superclass. Lurking on this site has...

GitHub [authentication](https://docs.github.com/en/developers/apps/building-oauth-apps/authorizing-oauth-apps#web-application-flow)?

I use my instance as self-hosted, and use my Google account as authentication. And I'm OK with that. :wink: But sure, another auth provider (implementation) would add some value! Pull...