hugo-akaora
hugo-akaora
Whereas I tested with json and it works. To reproduce: ``` #!/bin/bash set -e make_device() { name="xxx" id="xxx" cat
Hello, can reproduce using FrankenPHP standalone binary on arm64 (Raspberry Pi 3) I can successfully install Nextcloud using occ command : ``` OCC_CMD="./frankenphp php-cli nextcloud/occ" $OCC_CMD maintenance:install \ --database='pgsql' --database-name='nextcloud'...
Hello, same problem: ``` root@iglou:~/iglou# docker compose -f conf/compose-filebrowser.yaml exec filebrowser /filebrowser config set 2024/05/14 14:06:43 Using database: /database/filebrowser.db 2024/05/14 14:06:44 timeout ```
Hello, same, would be very useful! Thanks
Seems that somebody else reproduced it: https://github.com/sissbruecker/linkding/issues/761 My guess is that single-file-cli does not act the same on arm64. I'll try without docker to see
Okay, it works properly with chromium installed natively on Debian Bookworm arm64 and running single-file-cli arm64. So it's somewhat related to Docker or the upstream image used, zenika/alpine-chrome:with-node
I tried to use it with a Debian based image and I came accross the same problem: ```Dockerfile FROM timbru31/node-chrome:slim WORKDIR /usr/src/app RUN npm install --omit=dev single-file-cli ENTRYPOINT [ \...
Well, interesting, as the Macbook Pro M2 is infinitely more powerful than my Raspberry Pi 3. I have a Pi 4, I'll try with it! Are there any tips to...
It works with my Pi 4, so it's not platform related, nor arch related, it's device related. I'll try with a vanilla install of Debian Bookworm on the Pi 3,...