Open arkansas-coder opened 1 month ago
Unfortunatly I am unable to reproduce the issue, but my arch is amd64 . From the sys requirements I cannot see if aarrch64 should work with the latest release
https://docs.requarks.io/install/requirements
But it looks like that nodejs-musl does not support aarch64, which brings up the issue. Therefore I have now dropped support for those architectures in my addon with V2.0.0 https://unofficial-builds.nodejs.org/download/release/v22.9.0/ Maybe we will find a way, since nodejs does support aarch64 but nodejs musl unfortunatly not
Thanks for getting back to me. I don't know a lot about the ins and outs of Home Assistant add-ons and integrations, but from what I understand, it uses Docker images for most of this work. wiki.js
has a Docker aarch64 image based on Alpine, which uses musl
. According to wiki.js
' documentation, nodejs
is automatically included with its Docker image. I've used the Docker wiki.js
previously with postgresql
on RPi4 without problems, but I would like to integrate it into HA. I've looked at your code, and I can follow some of it, but other parts are beyond my knowledge. It looks like you're building a Docker image from scratch. If this is so, can you take an already built image and modify it as necessary? If there is anything I can do to help, let me know. Thanks for allo your work.
Thanks for getting back to me. I don't know a lot about the ins and outs of Home Assistant add-ons and integrations, but from what I understand, it uses Docker images for most of this work. Wiki.js has a Docker aarch64 image based on Alpine, which uses musl. According to wiki.js' documentation, nodejs is automatically included with its Docker image. I've used Docker wiki.js previously with postgresql on RPi4 without problems, but I would like to integrate it into HA.
On Sun, Sep 29, 2024 at 11:49 AM Fabian Seitz @.***> wrote:
Unfortunatly I am unable to reproduce the issue, but my arch is amd64 . From the sys requirements I cannot see if aarrch64 should work with the latest release
https://docs.requarks.io/install/requirements
But it looks like that nodejs-musl does not support aarch64, which brings up the issue. Therefore I have now dropped support for those architectures in my addon with V2.0.0 https://unofficial-builds.nodejs.org/download/release/v22.9.0/ Maybe we will find a way, since nodejs does support aarch64 but nodejs musl unfortunatly not
— Reply to this email directly, view it on GitHub https://github.com/FaserF/hassio-addons/issues/324#issuecomment-2381423763, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADLWK6IMZMNAQJORK52C2WLZZAVQNAVCNFSM6AAAAABO3IIAPSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBRGQZDGNZWGM . You are receiving this because you authored the thread.Message ID: @.***>
The problem
I can't install wiki.js. It give a Failed to install error. I think that the problem is that ARCH='x64', and I am running on a RPi4, which I believe requires ARCH='aarch64'.
What version of Home Assistant Core has the issue?
2024.9.3
What version of the addon has the issue?
?
What type of installation are you running?
Home Assistant Core
Add-On causing the issue
Wiki.JS
Log information
Additional information
No response