KarnaSubarna
@KarnaSubarna@lemmy.ml
- Comment on TrueNAS 25.10 Begins Testing With Faster Performance, 400GbE Networking 19 hours ago:
my bad :(
- Comment on TrueNAS 25.10 Begins Testing With Faster Performance, 400GbE Networking 23 hours ago:
1GB network throughout is good enough for home use, isn’t?
- Submitted 1 day ago to selfhosted@lemmy.world | 14 comments
- Comment on Syncthing 2.0 Launches With Major Database Overhaul 3 days ago:
- Submitted 3 days ago to selfhosted@lemmy.world | 4 comments
- Comment on Router suggestions for a complete noob 6 days 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 1 week 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 1 week 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? 1 week 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! 1 week ago:
Nextcloud AIO?
- Comment on Starting out with Selfhosting 1 week 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 2 weeks ago:
I tried maybe, Actual budget but then settled on GNU Cash (Native Linux app).
- Comment on introducing copyparty, the FOSS file server 2 weeks ago:
Anyway to run the server as a docker container?
- Comment on What else should I self-host? 4 weeks 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? 4 weeks 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? 4 weeks 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? 4 weeks ago:
- Comment on What else should I self-host? 4 weeks ago:
For which self-hosted app? Invidious?
- Comment on What else should I self-host? 4 weeks ago:
Unless you are routing traffic through a VPN.
- Comment on What else should I self-host? 5 weeks ago:
That’s correct. Thanks for the correction.
- Comment on What else should I self-host? 5 weeks 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 5 weeks ago:
“Requires to create an account” for what exactly? I’m a long term Ubuntu user without any Ubuntu one account.
- Comment on The Way Ubuntu Boots on Raspberry Pi is Changing 5 weeks ago:
Ubuntu Core, to be specific.
- Submitted 5 weeks ago to selfhosted@lemmy.world | 32 comments
- Submitted 5 weeks ago to selfhosted@lemmy.world | 63 comments
- Comment on Nginx Proxy Manager 2.12.4 Released with Certbot Enhancements 1 month ago:
Why not Traefik as reverse proxy?
- Submitted 1 month ago to selfhosted@lemmy.world | 16 comments
- Comment on Recommend EU webhosting provider to replace DreamHost? 4 months ago:
This page might help: european-alternatives.eu
- Comment on Introducing Pi-hole v6 5 months ago:
If Pi-Hole starts supporting DoH out-of-the-box, I’ll happily switch from AdguardHome.
- Comment on Introducing Pi-hole v6 5 months ago:
NextDNS doesn’t support unlimited DNS query for free, I think.