config icon indicating copy to clipboard operation
config copied to clipboard

SimpNAS Installer

Open johnnyq opened this issue 3 years ago • 2 comments

Hi I'm the developer for SimpNAS and opensource NAS similar to openmediavault https://simpnas.com is there any way we could get our installer integrated into armbian config if so whats the best way to go about doing so. Below is a link to our installer and works very well with armbian.

https://github.com/johnnyq/simpnas/blob/master/install.sh

johnnyq avatar Jul 21 '20 21:07 johnnyq

The integration itself should be pretty easy. A simple example for an existing one whould be here: https://github.com/armbian/config/blob/e2bba42b02fbde3b3a4c3178d74d00c14d1c193a/debian-software#L647-L654 Grab it, install it, done.

From there it gets a bit more complicated for two reasons: First it installs docker and samba which armbian-config also offers and could conflict with each other if users selects those for installation later on. This needs to be catched.

Also the installation ideally needs to be tested on a wide varity of boards and that takes time which is a rare and valuable resource....

EvilOlaf avatar Jul 22 '20 05:07 EvilOlaf

@johnnyq any interest in pursuing @EvilOlaf 's suggestions?

lanefu avatar Apr 15 '21 02:04 lanefu