cockpit-project / cockpit-files

A Featureful File Browser for Cockpit (Modernized and tested version of https://github.com/45Drives/cockpit-navigator)
GNU Lesser General Public License v2.1
54 stars 26 forks source link

ARM CPU Support #803

Closed Patrick-1-1-1-PH closed 1 week ago

Patrick-1-1-1-PH commented 1 week ago

Compiling the source for arm boards will not work. This ticket humbly requests support for it. Thank you!

Why do arm boards need cockpit-files? The same reason other people need them to. They need to access the files. For me, I need to edit the php-html-css-js files in /var/www/* without using samba when I am outside my home. I trust cockpit, i think it is more secure than ssh when it is exposed to the internet.

martinpitt commented 1 week ago

Hello @Patrick-1-1-1-PH ! This is a duplicate of #609. There are two workarounds:

rm -r node_modules
npm install
./build.js

or build on x86 and make install DESTDIR=/tmp/install and then transfer /tmp/install/ to the ARM machine (the result is platform independent)