anbraten / ourhome

4 stars 0 forks source link

Still in development? #2

Open Kamek437 opened 1 month ago

Kamek437 commented 1 month ago

Is this still in development? I've been looking for something like this for a while now. Is it easy to build it?

anbraten commented 1 month ago

In general it is. Just had not much time for it recently.

It should be quite easy to build using a standard flutter installation.

Kamek437 commented 1 month ago

Awesome thanks guys. Just wanted to make sure before I spend more time on it. Might have some pull requests for you if you take them. Keep up the good work!

anbraten commented 1 month ago

Finally got a build / release workflow to work. So there is an official apk of the app now: https://github.com/anbraten/ourhome/releases/tag/0.0.2

Kamek437 commented 4 weeks ago

I'm getting hostname not found error no 7 when I try to register, looks like it's trying to go to https://ourhome.ju60.de/ but I get error 404 there, but not a browser 404 an api 404 I think. I wouldn't mind hosting my own server stuff for my household if that is needed or possible maybe a docker container or something?

anbraten commented 4 weeks ago

The backend is using https://pocketbase.io/. The 404 is kinda expected as pocketbase is not shipping any UI, but only /api and an admin UI /_/. I will do some testing why registering is not working.

anbraten commented 4 weeks ago

Tested to register an user again and haven't had any issues. Could you check again. As you seem to be able to open ourhome.ju60.de from your PC, might it be that your emulator is not having a network connection?