Philip London
Philip London
I wasn't joking?
Like these? https://developers.google.com/web/fundamentals/push-notifications/
@charlie17 nice write up!
Wow this is a super exciting proposal!
Hi @raxod502! Checking in on the progress and timeline (if any) of this roadmap?
Similar discussion: https://github.com/supabase/gotrue-js/issues/131
``` $ riju git:(master) make image shell I=admin > docker build . -f docker/admin/Dockerfile -t riju:admin ``` ``` => [internal] load build definition from Dockerfile 0.0s => => transferring dockerfile:...
I'm following the steps outlined [here](https://github.com/raxod502/riju/blob/master/doc/selfhosting.md#set-up-riju-locally)
> (Are you on a non-AMD processor architecture perhaps? Could that cause this?) Yeah I'm on an M1 so that is probably the issue :( I ran the install.bash scripts...
By providing the platform flag I was able to run the admin shell: ``` FROM --platform=linux/amd64 ubuntu:rolling ``` I also needed to downgrade node to 14.x (not sure if this...