This repository has been archived on 2023-08-13 . You can view files and clone it, but cannot push or open issues or pull requests.
e1e1faf2b89340d1493992f72a29614ed11d6dc1
NAS Server
This repository contains files used to set up our NAS server on a freshly installed Armbian. Target is Bullseye.
Introduction
The SBC used has a hard drive attached (SATA), which is the storage drive. This disk should be encrypted if needed.
An FTP server is installed on the device, providing network access to authorized people.
Setup
Installation
setup.sh
is a script automating the installation and configuration of required software.srv-nas.mount
is a systemd unit which, when started, will try to mount DATA drive.
TODO
- When new conf-sync will be available, adapt script.
Description
Languages
Shell
100%