David McFadzean

Results 17 comments of David McFadzean

> Please ask Martti to not do Markdown -- or, if he really wants to, ask him to disable the link syntax as in the issue linked above. Will do

Alternatively, I use nvm to downgrade node to v16.13.0 to run iris

To be able to connect to http://localhost:8080/ I had to change the dev line in package.json to: ``` "dev": "preact watch --host 0.0.0.0 --sw", ``` I have a couple more...

FWIW my self-hosted version of Iris (running from source) was able to successfully connect to my private Nostr Relay running in Umbrel. I'm looking forward to seeing Iris in the...

Following the advice from [Umbrel App Framework](https://github.com/getumbrel/umbrel-apps/blob/master/README.md) I tried building a multi-architecture docker image for Iris using the command `docker buildx build --platform linux/arm64,linux/amd64 ...` The arm64 part built OK...

Yes, it got past that error. Next error: ``` #0 520.6 [4/4] Building fresh packages... #0 537.9 error /iris-messenger/node_modules/utf-8-validate: Command failed. #0 537.9 Exit code: 1 #0 537.9 Command: node-gyp-build...

I got the arm64 build working, my docker image [macterra/iris](https://hub.docker.com/r/macterra/iris/tags) contains both architectures: ![image](https://user-images.githubusercontent.com/434644/224586816-150d46c2-c39b-4d2e-a420-983fa7054eb1.png) Small PR incoming to update the Dockerfile.