KarnaSubarna
@KarnaSubarna@lemmy.ml
- Comment on 1 week ago:
Self hosting essentially stores all of your data on your hard drive, but it also allows access to that via local network (while at home) and over internet via secured tunnel (e.g. Wireguard tunnel, Tailscale) while away from home.
- Comment on I am curious about hosting my own lemmy/mastodon server 1 week ago:
Thanks for the info.
- Comment on I am curious about hosting my own lemmy/mastodon server 1 week ago:
Is it a docker based solution? If yes, can you please let me know if you faced any specific challenge in setting it up?
- Comment on How to keep adding on 1 week ago:
and a lot of random external drives
Somehow it rings home :-)
- Submitted 2 weeks ago to selfhosted@lemmy.world | 5 comments
- Submitted 4 weeks ago to selfhosted@lemmy.world | 63 comments
- Comment on 5 weeks ago:
Miniflux - miniflux.app
- Submitted 2 months ago to selfhosted@lemmy.world | 5 comments
- Comment on Important Notice of Security Incident 2 months ago:
tailscale.com This is essentially a mesh Wireguard Tunnel connectivity that ensures only you can access your service remotely.
- Comment on Important Notice of Security Incident 2 months ago:
:D
- Comment on Important Notice of Security Incident 2 months ago:
Tailscale is going public, so I don’t really trust them anymore
Even if the source code is open?
- Comment on Important Notice of Security Incident 2 months ago:
In general, for self-hosting, we hardly rely on remote service/server. The whole idea of self-hosting is to shun dependency on external service/server, and run everything on your own hardware and network. So that every aspect of the service is in your control.
- Comment on Important Notice of Security Incident 2 months ago:
On a side note: you can remotely access any service running on home network via Tailscale[1] / Cloudflare Tunnel. Your services are never exposed on Internet. Moreover, you don’t need to rely on Plex for that.
[1] tailscale.com [2] developers.cloudflare.com/…/connect-networks/
- Submitted 2 months ago to selfhosted@lemmy.world | 125 comments
- Comment on Does anyone use a VPN to subvert the Netflix household device fencing? 2 months ago:
Just a stupid question - Is self-hosting (and this forum) only applies to open source products?
- Comment on Mommy, Why is There a Server in the House? 2 months ago:
At first I didn’t noticed the 2nd image, and started wondering what kind of children book this is :P
- Submitted 2 months ago to selfhosted@lemmy.world | 4 comments
- Comment on Looking for an RSS aggregator/summarizer/maybe-LLM thing 2 months ago:
Using Miniflux for more than year now with 0 issue so far.
- Comment on Started hosting my own Nextcloud and its awesome! 2 months ago:
My Nextcloud AIO :)
- Comment on Self hosting Signal server 2 months ago:
I though Signal Android client is open source and I can changed the server url if I can get server selfhosted.
- Comment on Self hosting Signal server 2 months ago:
I actually don’t want to run it on regular signal network. Just want to self-host it on my home server, and allow home devices to use it to communicate via tailscale.
Basically my own private signal network that my devices connected to.
- Submitted 2 months ago to selfhosted@lemmy.world | 20 comments
- Comment on TrueNAS 25.10 Begins Testing With Faster Performance, 400GbE Networking 2 months ago:
my bad :(
- Comment on TrueNAS 25.10 Begins Testing With Faster Performance, 400GbE Networking 2 months ago:
1GB network throughout is good enough for home use, isn’t?
- Submitted 2 months ago to selfhosted@lemmy.world | 14 comments
- Comment on Syncthing 2.0 Launches With Major Database Overhaul 2 months ago:
- Submitted 2 months ago to selfhosted@lemmy.world | 5 comments
- Comment on Router suggestions for a complete noob 3 months ago:
OpenWRT One router : openwrt.org/toh/openwrt/one
- Comment on Establishing an ideal home drive using raspberry pi 4 model B(xfce)with help of nextcloud 3 months ago:
This was also my go to website when I purchased my Raspberry Pi and setting it up. Good memories :)
- Comment on Establishing an ideal home drive using raspberry pi 4 model B(xfce)with help of nextcloud 3 months ago:
Easiest way I think is : ubuntu.com/appliance/nextcloud/raspberry-pi or github.com/nextcloud/nextcloudpi/releases
Note: In my case (Overclocked Raspberry Pi4B + SSD), I manually installed Nextcloud using docker (hub.docker.com/_/nextcloud/) and used for a year.
As others have pointed out (and so is my experience), the performance will be okayish; the main issue you will encounter is thumbnail generation being quite slow (even with overclocked Raspberry Pi).
Couple of suggestions: Try to keep the installation slim, avoid too many addons/ extra packages.
Also, make sure your Raspberry Pi is connected to LAN and not via Wireless. As that will help with at least improving network throughput.
I recently migrated to old laptop based homelab setup and installed Nextcloud AIO, and the throughput is significantly higher as it should be over LAN.