Tommi Savikko

Results 18 comments of Tommi Savikko

No, you cannot install it on that kind of hosting. Get "real" virtual server somewhere and install it there. Or, deploy it to Heroku.

Well, afaik Heroku has free tier so I think you still could afford it :)

Dont know if the problem is nginx conf or openKb conf but my nginx conf (serving https) looks like this: ``` server { server_name hostname.example.com; listen 80; location / {...

No prob. I think issue can be closed then.

I think 42fbeeb40cc891977b0f6a3bd52925567a28cde2 solves this as well.

Thanks for taking time to investigate this. I played with this a little bit more. I originally used Edge (chromium based) and now tested Chrome and Firefox. Same happens on...

Little bit extra info: When I first load this page, slider is on the left (at incorrect position). Then, when I change the value from outside (on this case Home...

I think this is somehow related to alphabetical ordering on Webserver UI. You should be able to reproduce this issue with this kind of entities: ``` number: - platform: template...

I am not sure if this is related, but we are having problems with cloudflared and Kubernetes (DOKS) as well: Pod on kubernetes is creating tcp tunnel (running `cloudflared access...

I spent few moments with same thing and came up with this: ```js import { [...] withParams, withContent, } from "itty-router-extras"; [...] router.post("/test/:id", withParams, withContent, async({content,DurableObject,id}) => { console.log(`This is...