Yes it's a positive video, it's thanks to this youtuber that I'm here, he did a great explanation of cloudron and I guess I'm not the only one in his community to have joined the cloudron avanture thanks to him
Emilien-Lambert
Posts
-
need help from French speakers -
Share a ssd from a raspberry on my local network and mount it on Cloudron.Hello everyone,
I'd like some help / explanation about connecting an NFS share with Cloudron.
I have a raspberry with ip 192.168.1.63 on my home LAN.
On Cloudron I installed OpenVPN and created an .ovnp file, then put it in the raspberry. Now the raspberry is connected with ip 10.8.0.6.I created a /mnt/yotta folder on my raspberry and modified the /etc/exports file with this:
/mnt/yotta IP_OF_MY_CLOUDRON(rw,sync,no_subtree_check) /mnt/yotta 192.168.1.0/24(rw,sync,no_subtree_check)
On my Mac, if I do
mount -t nfs -v 192.168.1.63:/mnt/yotta ~/nfs/rpi_test/
My mac mini connects well and everything works.
Now on the Cloudron interface I go to Volumes then Add Volumes
The connection doesn't work. I've looked everywhere and can't find what's wrong. If someone can explain to me what I'm doing wrong, it would be very simple. Thanks in advance.
-
Understanding external storageThank you very much for all these precious explanations I understand much better and the different options you have presented to me should do the trick. Thank you for taking the time to be an educator
-
Share a ssd from a raspberry on my local network and mount it on Cloudron.OK, I understand better, thanks for the explanation. Is there a way to connect an ssd from my house to the server?
I'd say I could install a vpn on the server via ssh (WireGuard) and therefore not use Cloudron's openVPN application. But I don't know if this would have any impact on Cloudron's operation?
-
Understanding external storageHello,
I've been testing Cloudron for a few days and have some questions. Recently, I tried connecting an external hard drive via a Raspberry to my Cloudron server using NFS and VPN, but it didn't work as expected link to the topic
My main question is:
How do you manage large data storage (1-3 TB) on a VPS server, considering storage is expensive and limited (40 GB in my case)? I had thought of using a Raspberry to easily connect 5 TB, but that seems unfeasible. What are my options for increasing storage at a reasonable cost?Thanks
-
Share a ssd from a raspberry on my local network and mount it on Cloudron.I'll give it a try. Thank you very much for your help and explanations.