Louis Lam

Results 336 comments of Louis Lam

Also hit by this performance issue on Firefox. I just found a solution. You need to force to use the production version of vue-i18n. ``` import { createI18n } from...

You should concat ca-bundle to your cert. Although your website can be accessed by most modern browsers, older browsers and many programming languages such as Node.js cannot access your website...

> Aha, I see. Thanks for the hint. @louislam, can you double-check your link? It points to this discussion. https://github.com/louislam/uptime-kuma/issues/90

I think it is logged in to your mqtt broker successfully, but Uptime Kuma don't receive topic response within 40 seconds.

Timezone is already handled in the frontend and you can change in the "Settings" page. All dates stored in SQLite are in UTC.

I recently added server side timezone along with the maintenance pull request. It is configurable in the Settings page. ![LOUIS-AORUS-15P 006095](https://user-images.githubusercontent.com/1336778/195107535-6bb57242-b059-462a-ba17-76414fd982b1.png) It is an example of convertion of utc to...

> If you think stability is a problem maybe we can run beta / rc releases This is a good idea, so that normal users could participate as well.

Thanks everyone for your help! I think @mamiu's approach is good ultimately, but I also think it might be a too big step, because trust might take some time to...

Maybe not enough, because admin function can be done in WebSocket connection directly. I may plan to add checkbox for if domains added as a status page domains, it will...

Normally, it should be `ws:///socket.io/?EIO=4&transport=websocket`. Or if it is possible, you can just block all Websocket connections for your domain.