nextcloud / nextcloudpi

📦 Build code for NextcloudPi: Raspberry Pi, Odroid, Rock64, curl installer...
https://nextcloudpi.com
2.44k stars 293 forks source link

Installation on Odroid HC1 #1929

Closed kozbulski closed 1 month ago

kozbulski commented 1 month ago

I tried to install Nextcloudpi on an Odroid HC1 using Version 1.54 and the instructions -> How to build -> Armbian-based board.

This is nearly the correct instruction "./build-SD-armbian.sh odroidxu4", with this "./build/build-SD-armbian.sh odroidxu4" the image is build, and boots.

As its an headless device, ssh and some login is needed.

At the moment the settings in "build/armbian/armbian.sh" disable ssh (line 39) and autologin of user root (line 42). Commenting them out did not help.

To me this is an issue, not an support topic.

theCalcaholic commented 1 month ago

SSH and login are supposed to be disabled. Please login via Webinterface as per the official installation instructions

kozbulski commented 1 month ago

Thanks for your answer, it worked.