Self-Hosted Alternatives to Popular Services

222 readers
1 users here now

A place to share, discuss, discover, assist with, gain assistance for, and critique self-hosted alternatives to our favorite web apps, web...

founded 2 years ago
MODERATORS
1501
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/gumofilcokarate on 2025-03-11 15:11:03+00:00.


After a bit of trial and error I got myself a hosting stack that works almost like an own manga site. I thought I'd share, maybe someone finds it useful

1)My use case.

So I'm a Tachiyomi/Mihon user. A have a few devices I use for reading - a phone, tablet and Android based e-ink readers. Because of that this my solution is centred on Mihon.

While having a Mihon based library it's not a prerequisite it will make things way easier and WAAAY faster. Also there probably are better solutions for non-Mihon users.

  1. Why?

There are a few reasons I started looking for a solution like this.

  • Manga sites come and go. While most content gets transferred to new source some things get lost. Older, less popular series, specific scanlation groups etc. I wanted to have a copy of that.

  • Apart from manga sites I try get digital volumes from official sources. Mihon is not great in dealing with local media, also each device would have to have a local copy.

  • Keeping consistent libraries on many devices is a MAJOR pain.

  • I mostly read my manga at home. Also I like to re-read my collection. I thought it's a waste of resources to transfer this data through the internet over and over again.

  • The downside of reading through Mihon is that we generate traffic on ad-driven sites without generating ad revenue for them. And for community founded sites like Mangadex we also generate bandwidth costs. I kind of wanted to lower that by transferring data only once per chapter.

  1. Prerequisites.

As this is a selfhosted solution, a server is needed. If set properly this stack will run on a literal potato. From OS side anything that can run Docker will do.

  1. Software.

The stack consists of:

  • Suwayomi - also known as Tachidesk. It's a self-hosted web service that looks and works like Tachiyomi/Mihon. It uses the same repositories and Extensions and can import Mihon backups.

While I find it not to be a good reader, it's great as a downloader. And because it looks like Mihon and can import Mihon data, setting up a full library takes only a few minutes. It also adds metadata xml to each chapter which is compatible with komga.

  • komga - is a self-hosted library and reader solution. While like in case of Suwayomi I find the web reader to be rather uncomfortable to use, the extension for Mihon is great. And as we'll be using Mihon on mobile devices to read, the web interface of komga will be rarely accessed.

  • Mihon/Tachiyomi on mobile devices to read the content

  • Mihon/Tachiyomi clone on at least one mobile device to verify if the stack is working correctly. Suwayomi can get stuck on downloads. Manga sources can fail. If everything is working correctly, a komga based library update should give the same results as updating directly from sources.

Also some questions may appear.

  • Why Suwayomi and not something else? Because of how easy is to set up library and sources. Also I do use other apps (eg. for getting finished manga as volumes), but Suwayomi is the core for getting new chapters for ongoing mangas.

  • Why not just use Suwayomi (it also has a Mihon extension)? Two reasons. Firstly with Suwayomi it's hard to tell if it's hosting downloaded data or pulling from the source. I tried downloading a chapter and deleting it from the drive (through OS, not Suwayomi UI). Suwayomi will show this chapter as downloaded (while it's no longer on the drive) and trying to read it will result in it being pulled from the online source (and not re-downloaded). In case of komga, there are no online sources.

Secondly, Mihon extension for komga can connect to many komga servers and each of them it treated as a separate source. Which is GREAT for accessing collection while being away from home.

  • Why komga and not, let's say, kavita? Well, there's no particular reason. I tried komga first and it worked perfectly. It also has a two-way progress tracking ability in Mihon.
  1. Setting up the stack.

I will not go into details on how to set up docker containers. I'll however give some tips that worked for me.

  • Suwayomi - the docker image needs two volumes to be binded, one for configs and one for manga. The second one should be located on a drive with enough space for your collection.

Do NOT use environmental variables to configure Suwayomi. While it can be done, it often fails. Also everything needed can be set up via GUI.

After setting up the container access its web interface, add extension repository and install all extensions that you use on the mobile device. Then on mobile device that contains your most recent library make a full backup and import it into Suwayomi. Set Suwayomi to auto download new chapters into CBZ format.

Now comes the tiresome part - downloading everything you want to have downloaded. There is no easy solution here. Prioritise what you want to have locally at first. Don't make too long download queues as Suwayomi may (and probably will) lock up and you may get banned from the source. If downloads hang up, restart the container. For over-scanlated series you can either manually pick what to download or download everything and delete what's not needed via file manager later.

As updates come, your library will grow naturally on its own.

While downloading Suwayomi behaves the same as Mihon, it creates a folder for every source and then creates folders with titles inside. While it should not be a problem for komga, to keep things clean I used mergerfs to create on folder called "ongoing" and containing all titles from all source folders created by Suwayomi.

IMPORTANT: disable all Inteligent updates inside Suwayomi as they tend break updating big time.

Also set up automatic update of the library. I have mine set up to update once a day at 3AM. Updating can be CPU intensive so keep that in mind if you host on a potato. Also on the host set up a cron job to restart the docker container half an hour after update is done. This will clear and repeat any hung download jobs.

  • komga - will require two binded volumes: config and data. Connect your Suwayomi download folders and other manga sources here. I have it set up like this:

komga:/data -> library --------- ongoing (Suwayomi folders merged by mergerfs)

---- downloaded (manga I got from other sources)

---- finished (finished manga stored in volumes)

---- LN (well, LN)

After setting up the container connect to it through web GUI, create first user and library. Your mounted folders will be located in /data in the container. I've set up every directory as separate library since they have different refresh policies.

Many sources describe lengthy library updates as main downside of komga. It's partially true but can be managed. I have all my collection directories set to never update - they are updated manually if I place something in them. The "ongoing" library is set up to "Update at startup". Then, half an hour after Suwayomi checks sources and downloads new chapters, a host cron job restarts komga container. On restart it updates the library fetching everything that was downloaded. This way the library is ready for browsing in the morning.

  • Mihon/Tachiyomi for reading - I assume you have an app you have been using till now. Let's say Mihon. If so leave it as it is. Instead of setting it up from the beginning install some Mihon clone, I recommend TachoyomiSY. If you already have the SY, leave it and install Mihon. The point is to have two apps, one with your current library and settings, another one clean.

Open the clean app, set up extension repository and install Komga extension. If you're mostly reading at home point the extension to you local komga instance and connect. Then open it as any other extension and add everything it shows into library. From now on you can use this setup as every other manga site. Remember to enable Komga as a progress tracking site.

If your mostly reading from remote location, set up a way to connect to komga remotely and add these sources to the library.

Regarding remote access there's a lot of ways to expose the service. Every selfhoster has their own way so I won't recommend anything here. I personally use a combination of Wireguard and rathole reverse proxy.

How to read in mixed local/remote mode? If your library is made for local access, add another instance of komga extension and point it to your remote endpoint. When you're away Browse that instance to access your manga. Showing "Most recent" will let you see what was recently updated in komga library.

And what to do with the app you've been using up till now? Use it to track if your setup is working correctly. After library update you should get the same updates on this app as you're getting on the one using komga as source(excluding series which were updated between Suwayomi/Komga library updates and the check update).

After using this setup for some time I'm really happy with it. Feels like having your own manga hosting site :)

1502
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/brufdev on 2025-03-11 14:02:47+00:00.

1503
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/OkCommunication1427 on 2025-03-11 12:57:22+00:00.


My preferred comic book reader was always Komga. It somehow always worked perfectly, every time.

Anyway, there's now a third party app for Komga called Komelia. I downloaded it and it works really well. The most annoying thing about using the web browser on mobile devices is screen time out and full screen support. Thankfully, it's a lot easier to manage with Komelia. It reads ePUBs too along with comic books.

Do show it some love. (I'm not the developer)

GitHub link -

F-Droid link -

1504
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/doolittledoolate on 2025-03-11 13:33:44+00:00.

1505
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/Chillumni on 2025-03-11 07:37:07+00:00.


For all the audiobook enjoyers using Plex/Audiobookshelf/Jellyfin or other alternatives.

The past few weeks I've been working on a minimal tool that allows friends to create audiobook wishlists/requests so they can select the exact audiobook they want instead of having to write me on Whatsapp. If auto-download is configured, audiobooks can also be automatically downloaded.

This tool is in a similar vein as Overseer, Jellyseer, or Ombi, but for audiobooks.

It mainly works in combination with prowlarr. I was unsatisfied with how well readarr worked, so there is currently no readarr integration.

Try it out! I'm curious to hear your opinions or any suggestions.

1506
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/OkCommunication1427 on 2025-03-10 18:34:05+00:00.


Tube Archivist (YouTube Downloader and Media Manager) has big breaking changes for version 0.5.0.

It's a little complicated for me and I'm waiting for others to smoothen the pain points. Please read the release notes here:

(Also, if you're switching from Tube Archivist to something else, please suggest alternatives)

1507
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/RepublicLate9231 on 2025-03-11 06:03:57+00:00.


I thought it would be fun to create self hosted WP site for a piece of software I made.

30 minutes after making it publicly accessible I had thousands of login attempts from IPs all over the world! I knew this type of thing happened on the internet - but I had no idea it happened to this extent... anyways I spent the evening locking down the website.

I have NGINX, cloudflare, fail2ban, blocked access to the default word press login pages and made my one unique ones, restricted edit/upload functions to root users, ssh by certificate only, force HTTPS, installed clamav, and installed wordfence in WordPress.

I hope this is decently secure - atleast enough to prevent bots from being able to find a hole in the security and to make any actual people looking to gain access leave to find an easier target.

It was a great learning experience on the technical side, but also learning just how prevelant bad actors are out on the internet.

Anyways does anyone have some more advice on how to secure my network and website even further?

1508
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/circa10a on 2025-03-11 03:57:30+00:00.


Hey all! Not long ago, this caddy-defender project was posted as a self-hosted defensive reverse proxy. I loved the project and somewhat selfishly contributed functionality to create a "tarpit" which is a way to effectively trap and waste bots' time. In this case, my goal was to come up with a way to trap AI training bots that crawl websites and feed them crap data. Thus, I created ai-troller.

ai-troller builds on the caddy-defender module and slowly streams the script of an episode of It's Always Sunny in Philadelphia. Specifically, the episode where every cast member gets addicted to crack. Anyway, I thought this was fun project to do and wanted to share how a bit how caddy-defender is supporting OSS with thanks to r/selfhosted

1509
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/CrispyBegs on 2025-03-10 23:36:26+00:00.


There's a town I'd like to walk around and, eventually, cover every part of it. I'd like something that tracks each walk and fills in a map, day by day (or whatever interval) as I go along.

So on day 1 - streets 1, 2 & 3 get filled in..

Then on day 5 I go walking again and streets 4, 5 & 6 get filled in, and so on.. until the whole map is filled out.

I just spotted but I'm not sure if it can do cumulative gps data that.

Anything like this out there?

1510
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/aniumat on 2025-03-11 00:31:38+00:00.


If you're like me, you save all kinds of bookmarks to hoarder only to completely forget about them. As a reminder, I built a little app that that will send you random bookmarks either daily, weekly, or monthly.

A little from the README:

Hoarder Random Bookmark

This application sends random bookmarks from your Hoarder account to your email or Discord at scheduled intervals. This is a way to remember and discover all the bookmarks you've saved. Send from a specific list or all bookmarks, daily, weekly, or monthly.

Features

  • Sends random bookmarks on a daily, weekly, or monthly schedule
  • Supports both email and Discord notifications
  • Configurable number of bookmarks to send
  • Option to select bookmarks from all lists or a specific list
  • Self-host with Docker

Let me know if you have any issues. Feel free to test it out, make suggestions, or contribute!

Repo:

Shoutout to u/MohamedBassem for building such a great app

1511
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/FlareOptiFX on 2025-03-10 21:15:48+00:00.

1512
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/nullbytepro on 2025-03-10 11:51:24+00:00.

1513
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/Jinjinov on 2025-03-10 08:14:33+00:00.


OpenHabitTracker is a free and ad-free, open source, privacy focused (all data is stored on your device) app for notes (with Markdown), tasks and habits and works on Android, iOS, macOS, Linux, Windows and Web (as PWA). Check it out at

To enable online sync you can download the OpenHabitTracker Docker image and deploy it on your server. This way all your data is under your control.

I'd love to hear your thoughts or ideas for future updates!

1514
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/4-PHASES on 2025-03-10 06:41:32+00:00.


Hey, I hope you all are having a great time

I am thinking of hosting "a game" on my server for me and users of my server to play with each other. Do you guys have any recommendations?

* I say "a game" because I don't mind it being a game running on the server and being enrtacted with using a web app or browser. Or a server instance of the game, and the processing happens in each players' machine. Or something in between if there is

Preferences:

  • Can be played solo for grinding, and has multiplayer aspects that makes it competitive between the players and of course fun.
  • Does not require dedicated gaming machine to be ran.
  • EDIT: Can run on mobile
1515
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/Regular_Shine2865 on 2025-03-10 02:59:09+00:00.


Had to make use of the weekend so I rolled out v3.2 of "Dollar Dollar Bill Y'all" - our self-hosted expense tracker thats originally built for me and my wife to manage our household expenses. It's grown quite a bit since its humble beginnings!

If you are already using the service and hoping to pull the latest:

This might break your service! I added a new column so please do

1. Flask migrate

2. Flask upgrade

Quick Background (For Those Who Missed Previous Posts)

Dollar Dollar Bill Y'all is a self-hosted expense tracking and bill-splitting web application (think Splitwise but private and customizable). I started building it to solve a personal need - tracking household expenses with my wife - and it's grown into a pretty robust system.

  • Track shared expenses between friends, roommates, or groups
  • Track Personal expenses
  • Split bills using flexible methods (equal, percentage, or custom amounts)
  • Create expense groups for specific events or living situations
  • Tracking Recurring expenses
  • Visualize who owes whom with a dashboard showing balances
  • Record settlements when people pay each other back
  • Filter and sort expense history

What's New in v3.2

Major UI & Quality of Life Improvements

  • 🍔 Sidebar Navigation Overhaul - Moved to a left-side sandwich menu that can be toggled for more screen real estate during expense entry. This makes tablet use much more intuitive!

  • 🎨 User Personalization - Added color themes and personalization options so each user can customize their experience. You can now set accent colors for your interface!

  • 🔐 Profile Page Enhancements - Integrated password reset functionality directly into the profile page. No more digging through settings!

  • 🔄 Shared Recurring Expenses - Recurring transactions now properly appear for all users the expense is split with, not just the creator. Everyone stays in the loop!

  • 🏠 Personal Expense Tracking - Added a "Personal" option in the expense form so you can track purely personal expenses alongside shared ones. Great for keeping everything in one place!

Why These Updates Matter

The left sidebar was a particularly important change for us. When tracking expenses at home, we typically use a tablet mounted in the kitchen, and the sandwich menu gives us much more screen space for the expense form. It might seem like a small detail, but it makes daily tracking so much more pleasant.

Being able to track personal expenses in the same system was something my wife requested - she didn't want to jump between apps to log personal purchases vs. household stuff. Now everything can live in one place! I am going to do a bank csv import next, hopefully add simplefin api too.

The recurring expenses visibility was actually a bug fix - we noticed our monthly utilities weren't showing up for her even though they were split. Now both of us can see everything that affects our balance.

Try It Yourself

You can access the repo here: 

The docker compose in the repo should take care of the deployment.

Let me know if you have any questions or suggestions for future improvements!

1516
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/mrorbitman on 2025-03-09 21:16:29+00:00.


Hey Self-Hosted community! 👋

I wanted to share a Jellyfin plugin I've been working on that allows you to inject custom JavaScript into the Jellyfin web UI. It's perfect for those who want to:

  • Add custom UI elements
  • Modify existing UI components
  • Add new functionality
  • Create user-specific customizations

I was really surprised this didn't already exist as a built-in Jellyfin feature. Only CSS editing is available in the Jellyfin admin dashboard.

I was even more surprised when I couldn't find an existing plugin to accomplish it. I figured it seemed like an easy plugin to build, so I figured my time was better spent building vs searching for one that might already be out there.

Installation is straightforward:

  1. Add the repository to Jellyfin ()
  2. Install from the plugin catalog
  3. Restart Jellyfin
  4. Configure your custom JavaScript

Then enjoy your customized Jellyfin! I've put some example scripts in the README that you might try!

The plugin is open source and available on GitHub. If you find it useful, a ⭐ on the repo would be greatly appreciated!

Repository:

Let me know if you have any questions or feature requests.

1517
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/Nikorag90 on 2025-03-09 20:38:24+00:00.


Hey everyone,

I’ve been working on a project called iPlayarr and I hope some of you might find it interesting.

💂iPlayarr?

iPlayarr is a get_iplayer wrapper and companion for Sonarr and Radarr that lets you search for and download iPlayer content directly. It acts as both:

✅ A Newznab-compatible indexer, so you can search iPlayer content inside Sonarr/Radarr.

✅ A SABnzbd-compatible download client, handling downloads with get_iplayer.

It also includes A simple web UI (in a familiar style) to manage downloads and settings.

📸 Screenshots

Queue View

Search View

Info View

🚀 Try it Out

You can grab the Docker image and try it out right away. Detailed instructions are on the GitHub.

Would love to hear your thoughts - Any feedback, issues, or feature ideas are welcome.

Acknowledgements

get_iplayer for providing the search and download tool which iPlayarr relies on.

Sonarr/Radarr teams and contributors

1518
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/desstrange on 2025-03-09 17:31:25+00:00.


Just wanted to throw a big kudos to the developer on Recommendarr; they are really working hard on developing this app. We know it’s a ton of work and I appreciate and applaud your efforts.

1519
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/redherring9 on 2025-03-09 17:17:17+00:00.


I’ve been setting up paperless-ngx having seen a few posts here.

While paperless-ai and paperless-gpt automat tagging and the like, I am interested in my scanned documents becoming the corpus of information used for RAG - such that I can ask questions about the numerous documents without actually having to know what I have etc

Doesn’t anybody know a way of setting this up?

1520
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/Jamsy100 on 2025-03-09 14:17:41+00:00.


Website & Docs: RepoFlow | Docs

First off, huge thanks to everyone in the community for your feedback and support! RepoFlow is built for self-hosters, and many of the features in this release came directly from your requests. We know a lot of you have been asking for Conan support and retention rules, and while they didn’t make it into this release, they’re still on the way!

For those unfamiliar, RepoFlow is a simple package management platform that makes it easy to host and manage your own repositories. It’s free for personal self-hosting, and in this release, we’re adding built-in vulnerability scanning, expanded package support, and more.

RepoFlow HomePage - Repositories Page

What's New in RepoFlow 0.4.0?

Vulnerability Scanning for Packages

RepoFlow now includes built-in vulnerability scanning using Grype, allowing you to scan packages for security issues before deployment.

  • Supported package types: Docker, PyPI, Maven, Go, Debian, and RPM (more coming soon).
  • More scanners planned to improve detection accuracy in the future.

Package Page - vulnerability scanning

Debian & RubyGem Package Support

Many of you requested Debian (apt) and RubyGem support, and it's now here!

AI-Powered README Generation

RepoFlow can now generate README files for packages by connecting to an LLM provider like OpenAI or Ollama (for running models locally).

This is just the first RepoFlow feature to leverage LLMs, and we plan to expand its capabilities in future updates.

Package Page - Showcasing readme generation option

LDAP Support (Alongside Existing SSO)

RepoFlow now supports LDAP, making it easier to integrate with enterprise directory services. Both SSO and LDAP are available in every RepoFlow plan, including the free self-hosted version.

Air gapped Support

RepoFlow now offers a dedicated airgapped Docker image, allowing full functionality in isolated environments without internet access. This makes RepoFlow a better fit for high-security setups that require self-hosted, fully offline package management.

I’d love to hear your thoughts and feedback, what feature would you like to see next?

(By the way you can also try our free cloud plan if you'd like to explore RepoFlow quickly before setting up your self-hosted instance)

1521
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/schaka on 2025-03-09 10:30:31+00:00.


AMD Home Assistant Pipeline

Please excuse the generic, sounding name. I guess there's a reason I'm not working in a creative job.

A couple weeks ago, I took a look what GPUs I could buy for a new pet project that could drop to 10-20W at idle even with VRAM fully loaded. An RTX 3060 seemed like it may not have enough VRAM to keep a few models loaded, a Tesla P100 which also costs around 250€ - the P40 shot to nearly 500€ here and they seem to have issues with idle power draw or at least it seems like they required workarounds.

Documentation on this entire topic seemed limited and I, like most people, don't have 500€ to spend on something I wasn't even sure would succeed. So I started looking at Radeon Instinct MI50s and how feasible it might be to use ROCm.

It seems ROCm has come a long way in the past 2-3 years and the big "engines" all support ROCm. You sometimes still have to build it yourself, but when I did the research, it seemed like there was nothing holding AMD cards back anymore, except for the lack of tensor cores.

So I bought the card and got the software running. Now I'm trying to figure out how to best integrate it into Home Assistant and get the most out of it. It seems like there are a few ways to go about it and no well documented best practice.

So I'm curious - how are you doing it, if at all? What Conversation Agent are you using? Which models have you had success with?

1522
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/Jealous-Ad2487 on 2025-03-09 05:38:24+00:00.


Blinko is an innovative open-source project designed for individuals who want to quickly capture and organize their fleeting thoughts. Blinko allows users to seamlessly jot down ideas the moment they strike, ensuring that no spark of creativity is lost.

1523
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/vinesh178 on 2025-03-09 01:20:14+00:00.


Tried it and it worked.

1524
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/iansaul on 2025-03-08 20:12:21+00:00.


This SilverStone RM43-320-RS sounds like it's trying to take off when all three of the 120MM fans are plugged into the back of the disk controller for power. You'd think there was a mini-tornado in my office, and you can hear it all the way across the house.

I figured NO PROBLEM, nothing a little lm-sensors and fancontrol can't fix. After running into issues with this particular MOBO, I went in a totally different direction.

Why not use BIOS fan curves on the MSI MPG Z590 GAMING PLUS, to avoid worrying about any OS or docker based solutions. That appeared to work like a charm... in BIOS... with an HDMI monitor plugged in.

But on reboot.... system shows hung....

Must be the lm-sensors.... GRUB e - bypass loading components... no luck. GRUB e - emergency...... finally back in... Ok... well... lucky me I did a ZFS snapshot RIGHT before starting any of these shenanigans. Rollback the snapshot....

Display shows.... hung.

At this point, I'm thinking... "Ok... this system booted up FINE before... this is either due to BIOS control of the PWM fans.... or this MONITOR is hanging the boot.... which makes ZERO SENSE."

On a whim, I checked if I could SSH... lo and behold:

ssh root@*********

root@*********'s password:

Blimey. She's not hung at all, never has been. I have the GPU in passthrough so that we can Sunshine to the LR TV.

label added to prevent future shame

I didn't need that hour of my life anyways.

Hope it brings a chuckle to others, like it did me.

1525
 
 
This is an automated archive made by the Lemmit Bot.

The original was posted on /r/selfhosted by /u/-ManWhat on 2025-03-08 22:27:20+00:00.

view more: ‹ prev next ›