Eirikr70

Results 19 comments of Eirikr70

Hi, I tried again with the prisma file copied to the right place. I also tried building with `docker buildx build --platform linux/amd64 -t partnerx .` although I don't understand...

> You can build arm-images on amd64 by giving docker the `--platform` argument, like @Eirikr70 did in the comment above. Unfortunately, it doesn't seem to be sufficient.

I have tried that one with no success. `version: '3.4' services: samba: image: dperson/samba:latest container_name: samba ports: - "137:137/udp" - "138:138/udp" - "139:139/tcp" - "445:445/tcp" tmpfs: - /tmp volumes: -...

I can't much tell how that could be achieved : I have installed Synapse and found it very hard to configure. I suppose some fields go together and the choices...

Six months later, I'm still thinking about that : I think you don't even need any api to set up the administration of the `homeserver.yaml`. You just need to know...

May I give a little UP ;) to this issue. Is there any news about it ? With the increasing adoption of GrapheneOS, supporting UnifiedPush might become more interesting ?......

Also, is there a way to upload the gps-free version directly from github ? I use Obtainium for that.

I should precise I have the following warnings in the logs ``` cozy | Error: Could not reach Couchdb 2 database: Get "http://db:5984//_up": dial tcp 192.168.192.2:5984: connect: connection refused cozy...

Been going forward : I have been through the whole process by entering the docker container in order to create the instance and install the apps. The instance creation issues...