hello
if I were you, I would install yunohost on another machine (old pc, VM, raspberry PI, …) and I would mount an NFS share provided by your nas on /home
With this config, all your data would be safe on your NAS and you would be able to install several apps on your yunohost server
Hum…
That’s somehow a good idea, I’d love to get anyway nextcloud on my NAS, as this OS5 is quite bad for my use.
But I do have a server on my raspberry Pi4B. My purpose would be to make double the data of peertube to get two time the bandwidth. But for that if I succed to get docker running, I can only get peertube standalone next to nextcloud.
yunohost backups are stored on /home/yunohost.backup
on your yunohost server, you could mount an NFS share from your nas to this folder: the backups would be stored on your nas
Hello
I’m not very available for the moment, but I’ll try to help you in the end of this week.
But there are other persons who can give you informations about NFS mounts on your yunohost server
hello
here is what you could do to mount your NFS share on your Yunohost server (short answer):
on your NAS, create a NFS share that point to one directory of your choice
on your NAS, authorize the IP address of your yunohost server in the NFS rights permissions
on your yunohost server, install this package: nfs-common
on your yunohost server, create a mount point (create a directory) wherever you want, which will be used to mount your NFS share
on your yunohost server, edit as root the file /etc/fstab and add an entry which looks like this (on one line):
ip_address_of_your_nas:/you_directory_on_the_nas/ /your_mount_point_on_your_yunohost_server nfs defaults,nfsvers=4.0,user,rw,auto,_netdev 0 0
save the file /etc/fstab
try to mount your NFS share with the command mount -a
if everything is ok (no error message), try to create a test file on the mount point and check that this file appears on the file explorer of your NAS
if it’s ok, configure restic to use your mount point to store backups