Louis Lam

Results 336 comments of Louis Lam

Uptime Kuma will check update for every 48 hours. It checks on startup too. One possible issue was that your Uptime Kuma kept restarting. You should check your pm2 or...

You should try to provide more info, so other people can help you.

> @louislam Just wanted to check if this feature is something you want to merge. If so I'll do some more testing/bugfixing on the branch and move the PR out...

> After registration, where is the name and password saved? SQLite database at ./data/kuma.db > (0 hits in 0 files of 22 searched) Uptime Kuma is definitely having more than...

Thanks for the report. Temp fix: You can use `http://localhost:3001/dashboard` to access your dashboard and modify the entry page.

You are right. This PR is welcome.👍

Currently, the dockerfile is designed for me to release to Docker Hub and undocumented. You probably need to build the `dist` first. Please check `build-docker` in `package.json` https://github.com/louislam/uptime-kuma/blob/master/package.json

Yes, should keep this open. Don't forget to give a 👍 to your post.

Please noted that k8s is not officially supported by Uptime Kuma. And this pull request is a breaking change. These environment variables is already using, it cannot be changed. https://github.com/louislam/uptime-kuma/wiki/Environment-Variables...

I did some search that `UPTIME_KUMA_SERVICE_PORT` is a dynamic variable `_SERVICE_PORT`. Which means if you change you service name, it will be not working. Also even though I mentioned that...