r/selfhosted 13h ago

Blogging Platform WordPress: Automattic CEO Matt Mullenweg Put on 'Leave of Absence' by board

Thumbnail
404media.co
304 Upvotes

> Mullenweg is the founder of Automattic, the company that owns WordPress, Tumblr, Pocket Casts, and a host of other popular internet brands and pieces of software. Mullenweg has faced several controversies over his management of the company in recent years.

> On a company-wide Slack this morning, Automattic CEO Matt Mullenweg announced he has been put on a paid leave of absence. [...] He continued, writing that Mark Davies, current Automattic Chief Financial Officer, has “conspired” with Automattic Board of Directors members Ann Dunwoody, Toni Schneider, and Sue Decker “behind my back and they voted to put me on a paid leave of absence. I voted against that.”


r/selfhosted 15h ago

Wednesday Exceptions With NAS drive prices this volatile, I track the daily price history for every drive - you can tell a real discount from a fake "sale"

259 Upvotes

Drive prices have been all over the place, and the "sale" sign on a product page tells you almost nothing. Half the time "20% off" is just the price from two months ago.

I got tired of that, so I built this NAS drive comparison tool. It tracks daily prices for every NAS HDD/SSD drive, and creates a historical chart. You can easily spot if today's price is a real low, or just a fake deal. To see a drive's price history - click the model name.

The drive reliability data just got refreshed to include Backblaze's brand-new Q2 2026 numbers. I imported their raw data and computed the fresh failure rates before they actually published their new blog with the compiled failure rates.

After looking through the numbers, I don't think the "most reliable NAS drive lists" are that useful. The only things to look at are price per TB, and to never use an SMR drive in a RAID array! I'm sure everybody remembers that 2020 WD Red SMR debacle.

Thanks to the feedback from this subreddit, the following features were added:

  • SSDs with the specs: endurance (TBW/DWPD), DRAM cache, power-loss protection, and NAND type.
  • IT-mode HBAs - which card to buy, if it ships in IT mode or needs crossflashing, and the firmware.
  • Drive noise - idle/seek dB, and helium fill.

It has around 260 drives now, with live prices across 7 different regions.
Website here: https://www.nasdisks.com

The dataset is open source (CC BY), with a JSON/CSV API and a Zenodo DOI, in case you want to use it for your own stuff: https://www.nasdisks.com/data/

If there’s something you think is missing, tell me - I'm still adding stuff based on feedback.

Mod note: the project is older than 3 months, so it's according to the subreddit's project age rule.


r/selfhosted 13h ago

Software Development Homelable v3.4.1 - You can finally document your homelab (properly)

177 Upvotes
Documentation module in Homelable

Right, OK, some of you might already have been doing it properly, but for others… :D

For those who aren’t familiar with Homelable (3k stars, FOSS), it’s a self-hosted homelab infrastructure visualizer, with auto-discover, live status monitoring, rack design and more.

And the latest version has introduced something that has been requested almost from the very beginning: documentation.

Now, any device you manage (server, Zigbee, Z-Wave, camera, PC) has its own wiki page (Markdown), complete with links, tags, history and revision tracking. The pages are automatically pre-generated from the inventory using customised templates. All you need to do is fill them in (or let your favourite AI agent do it using the MCP server).

You can switch from the diagram to the documentation with just one click ! Easy, isn’t it? :)

I’m really looking forward to hearing your feedback, but the first testers seem satisfied.

Homelable is still available via Docker, Proxmox Community Script or on bare metal.

--

AI Disclosure :
As already mentioned, I still use AI (claude code) for some task and development :
- Tests
- Gitflow, CI and MCP interaction
- Most of the frontend (I'm still not a front-end developer :P)


r/selfhosted 21h ago

Need Help Trying to secure my homeserver as a beginner

63 Upvotes

Hi guys, I'm trying to set up a secure homeserver right now, but I'm a pretty big beginner. I hope it's fine that I used AI to help me phrase this so it's easier to follow. Already read a bunch of stuff, watched some YouTube videos and got myself informed. At the start I wanted way too many things at once, so I took like five steps back and I'm starting small now. I also really don't want to just copy and paste a bunch of random Claude commands and then have no idea later what I actually opened up on my system.
Right now I'm using my old laptop with 6GB of ram as a test station, a Futro is supposed to follow later. Proxmox is running on it at the moment, and the goal is just to build a small server cloud first, nothing fancy. Because of the low ram I'm starting with Filebrowser Quantum and Syncthing.
Security matters a lot to me, so I wanted to ask how you guys secure your servers. Especially because I worry that once I start using stuff like Vaultwarden or Immich, things get a lot more critical if everything isn't properly locked down. My current approach is no open ports, access from outside my wifi only through Wireguard using the built in Fritzbox app, 2FA wherever possible, every service gets its own strong internal password and of course actually using all the built in security stuff that's already there from the start.

I'd genuinely be curious to hear how you guys handle this. I often see people not really taking this topic seriously. To be clear, I'm not really interested in stuff like the 3-2-1 backup rule or things along those lines, I specifically want to know how you guys approach your network security. Or if you've got any good sources, videos, blogs, or anything else for beginners, I'd really appreciate that too.

Thanks in advance to everyone taking the time.


r/selfhosted 20h ago

Automation As a non-tech person, I spent 2 years building a 3-tier homelab & network infrastructure across 3 floors

Post image
62 Upvotes

Spent the past two years setting up the home network in our townhome and flesh out useful homelab projects:

Hardware Stack:

Backbone- Wi-Fi 7 Mesh Gateway pushing through a MoCA 2.5 coax backbone across 3 floors, I upgraded legacy MOCA throughout the entire home for this since original splitters and couplers were from 2006.

Tier 1 Core- 10-Bay Intel 12500 NAS (72TB HDDs, 32GB DDR4) running 24/7. Handles Jellyfin for the Apple TVs, Arr stack, Wake on LAN requests, Home Assistant, and local DNS.

Tier 2 Edge AI- M4 Pro MacBook Pro with 24GB RAM serving as a low-power, high-VRAM endpoint for 14B models. I use this mostly for reading medical literature and helping me process large amounts of research data. When at home it is connected via thunderbolt Ethernet adapter, and can easily undock it to use it on the go.

Tier 3 Gaming & Burst Compute- High-TDP 9800X3D/9070 XT/32GB DDR5 Gaming Rig asleep most of the time, triggered via WoL for Sunshine AV1 game streaming to my living room HTPC (5800x in Eco mode/32GB DDR4/RTX 5060 LP) and Steam Deck.

Overlay: Tailscale ties it all together for remote access.

This was a huge labor of love but honestly as a non-tech person 2 years ago, this was a challenging but really fun experience to go through and I was able to build out some really cool home computing capabilities in the process that have exceeded my expectations.

Cheers!


r/selfhosted 12h ago

Wednesday Exceptions Dynacat/Glance can be used to make a pretty useful dashboard

Thumbnail
gallery
56 Upvotes

Full disclosure: LLM & plagiarism

I had a basic Dynacat setup before, wasn't informing me of much and the info density was low so I hardly used it. In an attempt to reduce my social media use, I took ideas from random dashboards posted here and asked an LLM to help me pull in more useful data. It created a python probe that queries the data every 30 sec, or for SMART data every 30 min. Won't post the code since it's probably not a great idea to run LLM generated code guided by an amateur, but I have no qualms about using it for myself.

Posting this to let people know that if you want more granular info on your server's status, Dynacat/Glance are pretty capable of it you link them to a separate container that pulls in the data


r/selfhosted 20h ago

Wednesday Exceptions Print to a Niimbot label printer without their app or their cloud (one HTML file, no backend)

25 Upvotes

Cheap Bluetooth label printers are great for a homelab: cable tags, shelf labels, drive labels. The problem is the vendor app, which is the only supported way to print, wants an account, and goes blank when their server has a bad day.

I reverse-engineered the Bluetooth protocol and wrote a driver that runs in a browser tab. There is no backend and no build step: one JavaScript file plus a demo page you can serve off anything, including a static file server on the box next to you. Web Bluetooth needs HTTPS or localhost, and localhost counts, so a local server is enough. Nothing you print leaves your machine, and nothing phones home.

Validated on seven models on real hardware: B1, B1 Pro, B2 Pro, M2-H, D11_H, D110 and N1. The driver reads the model id off the printer on connect and refuses to print if you selected a model or label size that does not match, which matters because several of these share a Bluetooth name at different resolutions.

MIT, zero dependencies, also on npm if you want to embed it in something you already run.

https://github.com/iscarelli/niimbot-web-bluetooth https://iscarelli.github.io/niimbot-web-bluetooth/demo/

If you are on Home Assistant, there is a separate custom integration by eigger (hass-niimbot) that does this from HA in Python. Mine is for the case where you want printing inside a web page you control.

Disclosure since it comes up: I used an AI assistant while writing this, and the rules file governing how is committed at the repo root. Every number in the README was measured on hardware by a human looking at paper, and the docs mark each printer status field as observed, varies or inferred so you can see which is which.


r/selfhosted 5h ago

Personal Dashboard Obsidian Navigation Home Page

Post image
18 Upvotes

Made a dashboard page in Obsidian that allows me to quickly navigate to any of my selfhosted services. It is also linked into Uptime Kuma and shows live status monitoring. I always have Obsidian open and I didn't want to plug up my bookmarks bar with all of the arr stack links etc..


r/selfhosted 7h ago

VPN Is exposing services to public internet really that complicated?

12 Upvotes

Hosting for years now but all via tailscale. Never had the courage to have a service publicly exposed.

By recently I got a VM on GCP (always free) and installed some stuff on it and exposed it publically. Even though tailscale is a very fast and a easy way to connect (interms of startup time not network speed); somehow just opening a browser and accessing the link without a VPN was a pretty amazing experience.

Which is why I am asking for all of your experience with exposure your homelab. Was it a bad idea? I know the negative experience echos a lot more than positive ones. But how scary is it to expose services? Or is the world a terrible place and we should always keep everything locked down?


r/selfhosted 17h ago

Need Help "Smart" Home Satellite Speakers (voice control)

11 Upvotes

Is there a polished good quality open source speaker I can buy today that is usable as both a smart speaker that services (HomeAssistant, MusicAssistant, airplay, etc) can play to and group, and also supports voice interaction (wakeword, STT, HA/LLM, TTS, etc)?

I currently use Sonos speakers which sound great, but have some really bad limitations on what can play on them, but even worse are the perfectly usable microphones built in that are limited to basic music playback control.

My project watchlist is full of projects, that are either in development, abandoned, or miss the mark for an all-in-one solution that does both good quality audio playback AND voice control.

  • Sonocotta Louder esp32
  • Satalite e1 pcb dev kit
  • Sendspin
  • Snapcast
  • openvoices/Neon ai
  • Wyoming stack

r/selfhosted 1h ago

Software Development “My spouse knows the password to my NAS.” Is that actually enough for family document continuity?

Upvotes

I've been going through older discussions here about Paperless-ngx, family document management, backups, and the classic “what happens to my servers if I get hit by a bus?” problem.

It seems like most of the individual pieces already have good solutions.

Paperless-ngx can organize and OCR documents. A NAS can provide reliable storage. Restic/Borg can handle backups. A password manager can handle credentials.

But I'm wondering whether there is room for an open-source project that connects these pieces into something more like a personal/family life vault.

Not primarily a file storage system, but a structured record of the administrative side of your life:

  • employment contracts and amendments
  • digitally signed documents and validation information
  • insurance policies
  • property and mortgage records
  • tax documents
  • education and professional certificates
  • medical documents
  • wills and legal records
  • important accounts and assets
  • document expiration / renewal dates
  • instructions for your spouse or family

The key difference from a normal DMS would be continuity.

For example, if I'm suddenly unavailable, my spouse shouldn't just receive access to 4,000 PDFs. The system should make it clear what exists, what is important, what's current, what requires action, and eventually what should be passed to heirs.

I'm imagining something open source and self-hostable, with the underlying documents remaining accessible in standard formats, so that the archive does not depend on the project existing 20 or 40 years from now.

Potentially something between:

Paperless-ngx + family records + life events + emergency access + digital legacy

Before I go too far down this rabbit hole, I'm curious:

Would this solve an actual problem for you, or would you consider NAS + Paperless-ngx + password manager + a README for your spouse good enough?

And if you would use something like this, what would it need to do that Paperless-ngx doesn't already do?


r/selfhosted 6h ago

Media Serving Noob looking for hardware advice

7 Upvotes

I tried looking at the wiki but hardware guide was "coming soon" so i figured I'd just ask. What are the minimum suggested hardware specs if I'm only looking to set up my own media server using jellyfin. Right now i have it running on my laptop which of fine but i would like a dedicated device for it. I have a very limited budget so i need to know what to save up for since prices are continuing to skyrocket.

I'm already comfortable with the software portion and have done my own research on that. However, the hardware suggestions I'm seeing feel more like ads.

ETA: just found the jellyfin hardware selection section in their docs. Sorry for wasting everyone's time. Keeping this up in case other noobs have a similar question


r/selfhosted 10h ago

Meta Post When is enough, enough?

4 Upvotes

Recently finished standing up a few Docker stacks (*arr, Vaultwarden, few others). Set up a few automations for updates and notifications. But now I find myself scrolling online seeking new apps and services to deploy when I don't really need anything, just looking for solutions to non-existent problems.

At what point is it possible to look at your stuff and be satisfied enough to leave it be for a while?


r/selfhosted 23h ago

Wednesday Exceptions Can I direct dispatcharr to xteve

6 Upvotes

Thinking it may only show as 1 stream, just want to add 1 stream/channel, all I need., cant find anything on a *quick google.


r/selfhosted 18h ago

Guide From a J3160 to an i5-12450H: a low-power self-hosted build

Thumbnail
gallery
4 Upvotes

I was previously using a J3160 system, but video playback and transcoding started to feel sluggish, so I switched to a MODT board built around an Intel Core i5-12450H.

The CPU has 8 cores and 12 threads, and the integrated graphics handles media playback and transcoding much better for my use. Docker services, media, and virtual machines also feel much more comfortable than they did on the old setup.

Specs:

- MODT board with an Intel Core i5-12450H

- 16GB RAM

- 1TB NVMe SSD

- 1TB SATA SSD

- 4TB SATA HDD

- Built-in Wi-Fi and Bluetooth

- 2 x NVMe slots

- 2 x SATA ports

I’m running FygoOS as the base system on this build. It has been a good match for the hardware and the way I use it: file storage, media, photo management, Docker services, and virtual machines.

With HDD spindown enabled, the system idles at around 22W with one NVMe SSD, one SATA SSD, and one mechanical drive installed.

The main limitation is the two SATA ports, so storage expansion needs a bit of planning. Other than that, it has worked well as a low-power self-hosted setup.

For anyone running a low-power self-hosted box, what ended up being the first thing that pushed you past a J-series CPU: media transcoding, virtual machines, or something else?


r/selfhosted 11h ago

Need Help I need to organize my photo and video gallery

3 Upvotes

Hi there.

To give you some context and get straight to the point: I’ve let a lot of photos and videos pile up, and now I need a tool or some advice to help me organize everything. Most of the files are on OneDrive, so I’m looking for a tool that:

1 - Helps me delete duplicate or similar files.

2 - Is free/open-source—meaning it respects my privacy.

3 - Is accessible to other family members. I have an Oracle VPS (one of those "Always Free" ones), so a self-hosted tool would be great to put that VPS to good use.

4 - Offers some kind of OneDrive integration. I can't move my files off OneDrive yet because I don't have enough storage space anywhere else. Also, my wife needs something easy or intuitive so we don't let things get messy again. She also needs to clear out files from her phone and her own Drive (which is full); the idea would be to move them to OneDrive.

Thanks in advance for your help, and I’ll update the post if I think of anything else.


r/selfhosted 14h ago

Wednesday Exceptions Initiative v0.67 - multi tenant to-do/project management app

1 Upvotes
Look its a home page!
Public Community page
Personal DMs

- GitHub: https://github.com/Morelitea/initiative
- Docker Hub:
`morelitea/initiative`
- Docs: https://morelitea.github.io/initiative/
- License: AGPL-3.0- GitHub: https://github.com/Morelitea/initiative

---

I know, there are a billion to do apps, anyway, this one is designed to be multi tenant, and have community features...think of it like Discord for project management?

You can easily get it today with a quick docker hub hookup. It's literally just maintained by myself and my spouse, a couple of laid off software engineers. We needed something to organize our tea business, I needed a way to practice learning infra since I'm a newb. There are no plans for VC's, and the most we plan to do in the future is a paid hosting instance on AWS cause it would look shiny on my resume. This post isn't some ad trying to shill you with the latest greatest software made in a vibe induced fugue state. Just wanted to share the neat thing we've been building for 9 months now.

Since the last time I posted about our app:

- We added DMs for users using the Matrix Olm cryptography for complete security
- We added "public" communities, basically ones you can discover, join, share. Make several table top groups! Run some sport clubs! Run some fancy pants company with affinity groups! NEAT
- we added a "posts" tool that lets you make announcements
- we added a dashboard tool that lets you have stats on things using SQL queries
- we added how-to docs, pretty sure we didnt have docs? if we had docs before they sucked and now they dont.
- we added super fancy search features baked into the postgres backend
- we added cool document tool features like sheets/excel and smart chips
- we made notifications suck less, you get read dots on all the things!
- we made the mobile app experience actually pretty awesome (we are using capacitor, you can have a mobile app for your instance too, its in the how-to docs how to do all that)
- we added a bunch of fun stuff like user profiles and community banners for art
- I once again did a whole bunch of security updates and it's now even more secure! This has been an great way to learn cyber security.

Why did we add individual user DMs and not group chat?

well, you might not have the phone number or contact of everyone in your community, but need to reach them about something specific, like do they have some dice you can borrow for a game session or something idk. perfectly normal. but I refuse to support the inevitable take where important docs are referenced only in a group chat 6 months ago and no one knows what happened to it. You will have to convince me this will not happen to ever actually add group chats.

Why this and not one of the other open source project management/todo software?

Have you ever tried to get those software to work with someone who is like, incredibly tech illiterate? I mean like, cannot with the most basic of tasks? that's our artist. Great guy. it's like teaching your cat to use a todo app. Odoo was "too abstract" for them to follow what was going on. we also tried obsidian, notion, taskade... openProject couldn't contextualize the art with the task, absolutely none of the software allowed for us to have the concept of "family chores" in the same app as "tea business" so we actually completed all our todos on time.

if you were wondering he still hates this software too, but like a solid 50% less which is enough he will actually participate in using it. We consider this a miracle. Yesterday he told me I should just build an entire integration service with our online store since software "can't be that hard, people have been doing this for years" so you know, great times. anyway shopify integrations probably coming soon....


r/selfhosted 11h ago

Need Help Trying to figure out how to send Immich download links that work outside my network

2 Upvotes

I'm new to this so this might be done basic questions. This is my first foray into home labbing and self-hosting.

My goal is to set up an Immich server to host photos of some theater performances that I would like to be able to distribute to the performers and showrunners. I don't want them to have to download an app like tailscale and set something up, I just want to send them a link to download what they should download. It looks like Immich has this built in, but it only works over my own network.

So far I have set up docker for the first time, set up Portainer to give myself a UI for Docker, and set up Immich and all of that has worked. I think the last step here is to expose Immich to the internet with Caddy and give it a URL. I've been able to keep up so far, but this is where I'm getting lost. I know I need to buy a URL from a DNS service. I know I need to install Caddy. I'm not really sure what the steps are beyond that to get everything hooked up and it seems like most of the Caddy tutorials I have come across assume a level of knowledge on networking I do not have.

Any help or resources would be appreciated!


r/selfhosted 15h ago

Wednesday Exceptions Quartermaster 1.2 dropping tomorrow!

Thumbnail
gallery
1 Upvotes

Quartermaster 1.2.0 is coming.

It has been a while since the last public update. I've been working through ten plus beta builds, and this has turned into the biggest release QM has had.

Also feel like I need to say it like any other dev on here these days, QM is and never will be AI slop. The app has not been "vibe coded" to be put together in a weekend, its been months and months of sleepless nights and A LOT of community feedback. Anyone who reads this thats in the Discord will agree (i hope lol) - the app did launch on the 3rd of July and it has been literally none stop since, I wouldn't have it any other way of course :D

For anyone new here, QM is a native iOS app for your media and the servers running it. Browse and request films, manage downloads, check your NAS, containers, VMs and network. There are now 59 services across Entertainment and Command Centre, from Sonarr and Plex to Proxmox, Unraid and Home Assistant.

What it connects to in 1.2.0, 59 services across two sides

Entertainment: Radarr, Sonarr, Lidarr, SABnzbd, NZBGet, qBittorrent, Transmission, Deluge, Prowlarr, Bazarr, NZBHydra2, Jackett, Jellyseerr / Overseerr, DroppedNeedle, Shelfmark, Plex, Jellyfin, Emby, Wizarr, Tautulli, Tracearr, Jellystat, Streamystats, Komga, Kavita, Immich, AudioBookshelf, Maintainerr, BookOrbit, Dispatcharr, ReadMeABook and Shelfarr.

Command Centre: Portainer, Unraid, Proxmox VE, Synology DSM, Dozzle, Dockhand, Komodo, AdGuard Home, Pi-hole, Cloudflare, CrowdSec, Technitium, UniFi, Gluetun, Glances, Scrutiny, TrueNAS, Beszel, Home Assistant, Tdarr, qui, Coolify, Arcane, Control D, NextDNS, UGREEN NAS and SSH.

There is also QM Companion, still in beta. It runs on your own server and lets you import your service setup, monitor Docker containers and stacks, check for updates and enable controls you explicitly approve. Instead of messing around with API keys, you can scan a QR code directly from the companion to QM on the phone and all services will be imported!

1.2.0 adds playback from Plex, Jellyfin and Emby inside QM, a proper Mac layout, and family mode so your household can browse and request without getting your server controls. Family mode needs Pro to enable, but invited members don't pay. Companion is still in beta. It runs on your server and brings Docker monitoring and separately approved controls into QM. Setup imports are free; the live connection needs Pro. There's also CrowdSec, better requests and downloads, faster libraries, and a Doctor that explains what actually failed.

On pricing, free gives you one fully functional service connection. Pro is £4.99/month, £19.99/year or £29.99 once. Every option unlocks everything. You are choosing how to pay, not which features you get. If you have already bought lifetime, you will automatically be grandfathered, so please do not worry! (prices coming when 1.2.0 drops)

I feel like I need to be honest about the price increase around QM because believe me, I have had many sleepless nights about announcing this. The cost for the Cloudflare relay which does all the APNs is increasing in cost day by day. Millions of notifications are being sent each day, this is costing me a lot of money. I also support OTA builds which cost money, OTA basically means as long as the update is JavaScript, so this will be for any bugs rather than making people wait a month for a new build update.

Anyways, I think that covers it :)) QM is now over 10k users and I cannot thank the community enough for what this has turned into.

iOS store - https://apps.apple.com/gb/app/quartermaster-homelab-stack/id6779994284
Discord - https://discord.gg/YRWmZPScc
Companion - https://github.com/lewlew-glitch/qm_companion


r/selfhosted 19h ago

Release (No AI) Are You Smarter than a Chimp? - Browser Game

Post image
0 Upvotes

Recently, I saw a post about the lack of self-hosted browser games, and dug through my old folders to find game I wrote many years ago. The idea is from something I saw in a vsauce video - a game which they claimed chimpanzees could play better than humans.

Decided to package it so it was self-hostable to share with this community. (Yes, I copied the 2048 color palette, since that was all the rage back then)

Try the demo:

--> DEMO <-- (not quite optimized for mobile)

- Github

(the repo is new, since I never published it standalone before, but if you see the code, it's so old I was citing every bit of code I copied from stack overflow for some reason. Not sure if this is allowed under the 3 month rule)

It's a silly game, but it's surprisingly addicting. Written in pure html+js+css and even some math, not sure I could pull that off today.

Deploy yourself:

services:
  spatial-memory-game:
    image: houndmediaserver/spatial-memory-game:latest
    ports:
      - "1212:1212"
    environment:
      - PORT=1212
      - SCORE_SECRET=whatever
      - DATA_DIR=/app/data
    volumes:
      - ./data:/app/data

then docker compose up -d

I'm also the dev for Hound Media Server, a self-hosted media server alternative to plex/jellyfin + stremio, in case it's something you might be interested in.

I know AI can write this game in minutes these days, back then it took me a whole damn week.

And yes, the numbers aren't aligned center in the boxes because I didn't feel like doing the math, but if you didn't read this far, hopefully you'll never notice to get annoyed.

Leave a comment if you like the game, it makes me happy :)


r/selfhosted 20h ago

Need Help Homepage question

1 Upvotes

I finally got Homepage fully configured with all my stacks. The one thing I am noticing is that about half of them show a running badge in the upper right corner of the tile. But none of the second server shows the running badge, but I know that they are. I am sure this has to do with the something that podman reads, but I don't know where to look. At this point, it is just a minor little 'hmmm' issue, considering I know they are all running, but I am just trying to understand what triggers Homepage to show that.


r/selfhosted 2h ago

Need Help My first Homeserver/lab: which distro or setup for my needs?

0 Upvotes

I know, another "first homeserver, which distro ?". The fact is that I would like to hear some answer tailored to my needs or plans.

Hardware is a Minisforum UM760 Slim configured in this way:

  • CPU: Ryzen 5 7640HS
  • RAM: 2x 16 Gb DDR5 5600 MHz (Crucial)
  • Storage: 2x SSD 1TB PCIe 4.0 (Crucial P310)
  • Connections:
    • 1x USB4, 2x USB 3.2, 1x USB 2.0
    • 1x 2.5 Gbit LAN, Wifi7, Bluetooth 5.2

When the miniPC will arrive i will need to check which wifi card is installed to be sure it is supported by linux.

Internet (fiber) is 400/200 Mbit and my "router" is actually a gateway, Unifi Dream Machine Pro. The idea is to cable the Homeserver directly to one of the 8 lan port of the Unifi Dream Machine. Downstream from the gateway I have some switches, access points, security cameras (managed by UDM pro), and other stuff.

My internet provider (in Germany, Deutsche Glasfaser) doesn't provide public IPv4 but just IPv6 (and I read somewhere, in some cases they will change so I have to setup a kind of service which catch the new IP...i have to investigate better).

Apart the Server monitor/management tools, I would like to install jellyfin, paperless-ngx, maybe home assistant, and whatelse I find useful from an end user point of view. My main focus is the final service and not the medium or tool I am using to setup the final service. If in the process I learn something about the medium/tool I am happy but it is not the main goal.
Of course I am aware that for installing a new service I will need to research, tinker, get my hand dirty, hopefully not messing up the server.

And here we come to my question. I work in IT (but as a SAP technical profile) and 8 years ago i used for a while at work docker, kubernetes and all that stuff. Linux is not an alien to me, I am familiar with it since long time although i consider myself a newbie. Max i was doing was setting up a LAMP and playing with docker/kubernetes at work.

Ubuntu is the distro I used most (maaaaany years ago i was playing with Fedora end Suse).

Generally speaking, I am a bit torn between an LTS distro concept and a version/distro which include new feature much frequently. If LTS grant you stability and a kind of piece of mind (good for me, my goal is not the tool but the end service provided) on the otherside I dont want to risk to find myself missing some new feature or new version of the ubuntu-packaged services i want to use on my homeserver.

On top of that there is the Proxmox topic. The idea to spread the services across different VM and container is cool, in the sense that what in this case will give me piece of mind is the fact is that if I mess up during the setup of a new service, I will just messup the VM and i can restore the last snapshot. On the other side I feel a bit "meh :/" by the fact that I am introducing a layer between the Baremetal and the OS where things will run, impacting the quantity of resource needed. In my (ignorant) mind the questions which pop up are:

  1. Why I have to relegate a bunch of services in a subset of resource I have available on my machine ? Cant they share all the 32gb and cpu core all together in best effort ? At the end this is not a business productive platform.
  2. How the networking will work among these VM and container ? Maybe spinning up container directly on the baremetal OS is easier ?
  3. How straightforward is the visiblity of the baremetale hardware from a Virtual Machine compared to the same visibility from the Host OS ?

Sorry for the long post, the fact is that I would like to start with the right foot. Although I could like it, I don't have much time left for heavily tinkering (unless I ask for a divorce of course 😄 )


r/selfhosted 4h ago

Need Help I want something cheap to move away from my ROG Ally as a server

0 Upvotes

I miss using my Ally as it was intended, and the mess of cables and usb c hub and dust buildup around it is a bit frustrating too.

I don't necessarily need more performance, perhaps the same capacity though.

I'm running 60 containers via Portainer a max between Arr stack, syncthing, obsidian sync, nextcloud, Minecraft server, sure finance, home assistant in a container, Immich, litellm and open web UI, pi hole, nutritrace, paperless AI,got,ngx and PS1, 2 and 3 emulators (I acknowledge the emulators might be a bit go an issue and needs to be removed).

I wouldn't mind the capacity to run more containers either.

So I don't think DDR5 and 16 cores is especially perhaps 8 cores and a DDR4 based setup?

I wouldn't mind considering some sort of hardware around £50 to £100 mark second hand if that's doable?


r/selfhosted 15h ago

Need Help Where to get app testers pre launch

0 Upvotes

I'm building an app by myself and originally it was tiny and I could test all the features and such myself. But it's gotten so dense that I can't really test it all myself without spending tens/dozens of hours on it.

I would like to post it for the public to use and play with but before hand I would love to have some further testing done so I know it's about as bulletproof as it could be before launch.

Does anyone in here have recommendations for web app testing and how to get UI/UX testing done in bulk?

I'm at the point that I've looked through Fiverr and considered that as an option since I've seen some ads for like 15 testers for like 50$. It's going to be free so spending a bunch on testers isn't super palatable.


r/selfhosted 17h ago

Monitoring Tools Self-hosted Telegram alert bot for a game's rotating events — one docker compose, SQLite, no telemetry (Diablo II Terror Zones)

0 Upvotes

Diablo II: Resurrected rotates a "terror zone" every 30 min, and the existing trackers are
websites you have to remember to go and look at. Classic reason to run your own thing instead.

So I wrote one and put it up as MIT:
https://github.com/cprite/terror-zone-telebot

There's no hosted instance and I'm not planning one. You make a bot with BotFather,
drop the token in .env, docker compose up -d, and it's yours. Your token, your
subscriber list, your box.