this post was submitted on 06 Aug 2025
50 points (98.1% liked)

Selfhosted

50448 readers
333 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 2 years ago
MODERATORS
 

So with almost zero knowledge about next cloud or even cloud services I have embarked on creating such a complex project. The idea is essentially involving a rpi 4 , ups power supply , a pendrive. For everyone I think that limiting gdrive storages are a headache along with that the data may not be secure. So I was thinking of building a internalized rpi hosted next cloud integrated server with all android and even laptop. So that I reduce dependency of Google for storing all my photos along with creating a secure environment for my data . I have basic knowledge of ssh and little bit linux but this , this is frankly uncharted territory. I severely need links sources and much experience in order to accomplish such a task . I'll be running along with this an encrypted program that will decrypt whenever I need it . The whole setup will be connected to my router wirelessly that will upload and download stuff to my rpi . Theoretically I really intend to include my own data to train my AI but currently I am faced with this problem . Thank you for hearing me out , I just need basic guidance nothing else

top 21 comments
sorted by: hot top controversial new old
[–] 3dcadmin@lemmy.relayeasy.com 3 points 6 days ago

Whilst I do like Nextcloud it is getting a super bloated thing these days and performance is struggling as a result. Still the best for me right now, but I might change in the future if they continue to fatten it up for slaughter!

[–] napkin2020@sh.itjust.works 4 points 6 days ago (1 children)

Not sure how the new Pi5 is but Pi4 struggles quite a bit with Nextcloud. Nextcloud is not really designed to run on low-end devices, let alone an SBC. It may seem fine for the first time but when you actually try to do something, it'll get sluggish and oftentimes downright completely fail.

I stopped using my Pi4 for anything file related but I guess there might be something that it can reliably run(I'm guessing Syncthing).

[–] Getting6409@piefed.ee 1 points 5 days ago

Yep, same. I would add that if you get a compatible usb sata enclosure and run the OS off that the performance improvement is tangible, but i still felt it wasnt worth running nextcloud this way. Even on a pentium nuc i feel this just barely put nextcloud over the acceptable threshold.

[–] Saltarello@lemmy.world 2 points 6 days ago

I use a Pi5 with SSD (running Raspberry OS Lite 64bit). It runs Nextcloud, Nginx, DuckDNS, Docker, Portainer & also syncing Joplin & Memories for other family members to see holiday photos/special events (I run Immich on an alternative server not exposed to www). Only 1 user but its run flawlessly & seems pretty fast to me

[–] DrDystopia@lemy.lol 9 points 1 week ago (1 children)

Have you considered NextcloudPi? Installs a full, SSL-ready (self-generated or LetsEncrypt) Nextcloud instance with a single copy-paste command in terminal/via SSH.

https://github.com/nextcloud/nextcloudpi

[–] Shauryashaa@lemmy.world 1 points 1 week ago

Yes that is one of the most popular ones currently will sure do

[–] Jjoiq@lemmy.world 6 points 1 week ago (1 children)

Pimylifeup.com

Helped me a bunch when starting read everything twice Emmet does like a good typo.

Syncthig is.now my goto for mobile.

Nfs or samba for home network.

[–] DrDystopia@lemy.lol 4 points 1 week ago (1 children)

Syncthing is great for syncing files and that's about it. No groupware, sharing, off-site storage and so on. I ran Syncthing+DecSync for years for great groupware sync but it's completely deprecated. I'm back on Nextcloud, though still use ST for syncing program files.

[–] Shauryashaa@lemmy.world 0 points 1 week ago

Umm my use case here is support for contacts,files,photos for both android and PC . So I think I'd prefer Nextcloud

[–] spaghettiwestern@sh.itjust.works 5 points 1 week ago* (last edited 1 week ago) (2 children)

Also check out Syncthing. I have it running on my Pi5, PCs and my Android phone. The phone's photos directory and lots of other files are automatically synced to my server and computers. No open firewall port is needed, everything is encrypted in transit and it supports trusted and untrusted hosts. Syncthing supports pretty much any topology, but I've found using star topology is easiest to manage.

[–] Teppichbrand@feddit.org 3 points 1 week ago* (last edited 1 week ago) (1 children)

Synching is incredibly useful, my list of synced folders keeps getting longer, my list of added devices keeps growing. I pray the never drop android support!

[–] WhyJiffie@sh.itjust.works 1 points 5 days ago

android support is not official, so they won't drop it. and currently we are using a fork of the formerly popular android app because the original's maintainer (btw one of the original lemmy devs) got fed up with the google play store's fuckery.

[–] Shauryashaa@lemmy.world 0 points 1 week ago* (last edited 1 week ago) (1 children)

Thanks will definitely take a look , just wanted to ask what os do you use?

Debian 12, Mint, Pi OS, Windows 11, Android. Works perfectly on all of them.

[–] digger@lemmy.ca 4 points 1 week ago (3 children)

I have had a very easy time running a variety services on single board computers using DietPi. Give it a look. It will save you time and headaches.

[–] DrDystopia@lemy.lol 2 points 1 week ago (1 children)

YunoHost is also a good management system, though more focused on web services compared to DietPi which seems more... Everything.

[–] Shauryashaa@lemmy.world 0 points 1 week ago

Agreed DietPi , Thank you

[–] moe93@lemmy.dbzer0.com 1 points 1 week ago
[–] Shauryashaa@lemmy.world 0 points 1 week ago

Yeah wanted help here , I have used very much GUI related softwares , after the switch I'll only connnect using ssh . So to overcome the learning curve which websites would you recommmend?

[–] Teppichbrand@feddit.org 2 points 1 week ago* (last edited 1 week ago) (1 children)

I again want to recommend DietPi. Installing software like NextCloud from it is as easy as choosing it from a menu and hitting enter.

[–] Shauryashaa@lemmy.world 3 points 1 week ago

Yes after reading , I am choosing Diet Pi and installing NextCloud , I will update you further and ask any help if required thanks