KarnaSubarna
@KarnaSubarna@lemmy.ml
- Comment on Does anyone use a VPN to subvert the Netflix household device fencing? 1 day 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? 6 days ago:
At first I didn’t noticed the 2nd image, and started wondering what kind of children book this is :P
- Submitted 1 week ago to selfhosted@lemmy.world | 4 comments
- Comment on Looking for an RSS aggregator/summarizer/maybe-LLM thing 1 week ago:
Using Miniflux for more than year now with 0 issue so far.
- Comment on Started hosting my own Nextcloud and its awesome! 1 week ago:
My Nextcloud AIO :)
- Comment on Self hosting Signal server 2 weeks 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 weeks 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 weeks ago to selfhosted@lemmy.world | 20 comments
- Comment on TrueNAS 25.10 Begins Testing With Faster Performance, 400GbE Networking 3 weeks ago:
my bad :(
- Comment on TrueNAS 25.10 Begins Testing With Faster Performance, 400GbE Networking 3 weeks ago:
1GB network throughout is good enough for home use, isn’t?
- Submitted 3 weeks ago to selfhosted@lemmy.world | 14 comments
- Comment on Syncthing 2.0 Launches With Major Database Overhaul 3 weeks ago:
- Submitted 3 weeks ago to selfhosted@lemmy.world | 5 comments
- Comment on Router suggestions for a complete noob 3 weeks 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 4 weeks 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 4 weeks 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.
- Comment on Self-hosted blog - do I need a static IP address? 4 weeks ago:
Cloudflare Tunnel is a good fit to your use case. You only need a domain name to expose your web server via Cloudflare.
- Comment on What's up, selfhosters? It's self hosting Sunday! 4 weeks ago:
Nextcloud AIO?
- Comment on Starting out with Selfhosting 4 weeks ago:
I’m running the following apps as docker container on a 12+ years old Alienware M14x R2 ( spec: dl.dell.com/…/alienware-m14x-r2_reference guide_e…).
Upgraded RAM to 16 GB, and replaced HDD with internal SSD for better system throughput.
Instead of Wi-Fi, I connected it to LAN for better network throughput.
The performance is good for me and my wife even though I’m running it in power saving mode.
OS: Ubuntu Server 24
Apps: (On rootless docker)
- Nextcloud AIO
- Jellyfin
- Vaultwarden
- AdGuardHome
- DrawIO
- IT-Tools
- SearxNG
- LibMedium
- Traefik
- Linkwarden
- Squid
- Quetre
- Portainer
- Transmission
- Comment on 'Maybe' financial tracker shuts down, releasing a final v0.6.0 5 weeks ago:
I tried maybe, Actual budget but then settled on GNU Cash (Native Linux app).
- Comment on introducing copyparty, the FOSS file server 1 month ago:
Anyway to run the server as a docker container?
- Comment on What else should I self-host? 1 month ago:
Reverse proxy is not specifically for exposing a containerised service on internet, it also helps to enable SSL for all services via single reverse proxy on LAN.
- Comment on What else should I self-host? 1 month ago:
If you want to expose a container based service just for yourself over internet, you can -
-
If you have static IP4 or IPV6 - Setup Wireguard VPN on your homelab/server, and wireguard client on client devices[1].
-
If you are behind NAT or CGNAT - either Cloudflared Tunnel[2] or Tailscale[3].
In either scenarios, you need to setup firewall of your server to allow connection from LAN to port of your docker container/services. By default your firewall should block all incoming request.
I’m personally using Cloudflared Tunnel, but planning to migrate to Tailscale.
[1] digitalocean.com/…/how-to-set-up-wireguard-on-ubu…
[2] developers.cloudflare.com/…/connect-networks/
[3] tailscale.com
-
- Comment on Pi-hole client filtering without DHCP? 1 month ago:
AdGuardHome is also self-hosted and does have this feature.
Actually in my cases, I have to block Facebook on all of my devices, but want to allow it for rest of my family members. So, I know its possible in AdGuardHome.
- Comment on What else should I self-host? 1 month ago:
- Comment on What else should I self-host? 1 month ago:
For which self-hosted app? Invidious?
- Comment on What else should I self-host? 1 month ago:
Unless you are routing traffic through a VPN.
- Comment on What else should I self-host? 1 month ago:
That’s correct. Thanks for the correction.
- Comment on What else should I self-host? 1 month ago:
- AdguardHome/Pi-Hole (for DNS Filter)
- DrawIO (MS Visio equivalent)
- Invidious (Youtube privacy frontend)
- SearxNG (Google Privacy frontend)
- Vaultwarden (Self-hosted Bitwarden server)
- Miniflux (RSS Reader)
- linkWarden (Link aggregator)
Also, checkout selfh.st/apps/
- Comment on The Way Ubuntu Boots on Raspberry Pi is Changing 1 month ago:
“Requires to create an account” for what exactly? I’m a long term Ubuntu user without any Ubuntu one account.