Marko Solomun

Results 60 comments of Marko Solomun

Are you connecting through https or just http? And have you setup proxy upgrade in your config? I've tested and using it with slightly different setup but works only on...

Yes you can, only one thing to consider if you want app to run in the background. Use service worker to keep app running in the background and in the...

Have you managed to get it working? I am having same issue where it won't connect over https but does on http. NodeJS client app sonnects on https, just Flutter...

Hi guys, here is example that works for me. Few things first, my server is running on Apache and I am using LetsEncrypt. Configuration may be different on your server...

That would be fantastic, I am in :) As @rumbis said it's great for boilerplate. It's hard to find nice clean "how should be done" simple project to learn from.

Oh okey, I've used MongoDB Compas to update data. Does this watch changes in DB or service itself? How does it actually watch for changes? - I haven't setup any...

Thanks for clarification, I think I will switch to socket method with self made solution.

I am happy to see interest in this, well the same thing I am looking for as well. I am using UptimeKuma for 50+ different services (what's supported) and last...

You may have few options: 1. Store on Google Drive and share between devices 2. Create Server API with realtime DB and storage on AWS S3 bucket. Depends of complexity...

Hi @RajvirSingh1313 no problem at all family is No.1. Thanks for reply and great tool!. I've cloned the repo and followed the steps which are built in. I've tried two...