Jakub Skałecki

Results 23 comments of Jakub Skałecki

@bugb @dryleaf This won't currently work. `SITES` is supposed to look like this `domain1=container:port;domain2=container:port`. There is no option for port next to the domain, like `domain1:port=container:port`. There are three solutions:...

@galaczi I'm glad you like this project, I'm also using it almost everywhere :) I've never used brotli yet, gzip was enough for my use case, but I see it...

Thanks @asencis for all the work you've done here! It seems like a very nice way forward to add Brotli support to this image. Do you think you could work...

@karkovich What's the problem you're having exactly? Could you describe it better? For now, I see you're missing some configuration options that would allow the certificate to be generated, for...

@hirkkondo It seems https://github.com/auto-ssl/lua-resty-auto-ssl#redis auth option is not yet covered by environment variables. It has to be added to resty-http snippet, entrypoint, Dockerfile and readme, and then it should be...

Cześć @pperzyna ;) HSTS is great, but it's also dangerous - you can't easily turn it off since it's saved locally in users' browsers. People who just want to have...

Hello everyone! I'm a bit late to the party, but I think I possibly managed to find a reasonable solution. Heavily inspired by https://elixirforum.com/t/using-setup-all-with-database/8865/5. I think it's something @dustinfarris suggested...

I'm having the same problem as @Zony-Zhao. @davidmeirlevy It would be great if we could use it natively, but I think it's not exactly true. According to https://github.com/vuejs/vuex/issues/1725#issuecomment-637427339 that functionality...

@davidmeirlevy I've started working on that, still some tests are failing, mostly ones where we're comparing rendered values. Will dig deeper soon.