• 0 Posts
  • 540 Comments
Joined 1 year ago
cake
Cake day: February 10th, 2025

help-circle
  • PXE booting is pretty neat, but it’s a lot to setup for home use.

    I did a lab where we configured an immutable distro to boot using an encrypted RAM drive as storage (using TSME). The machine had no storage other than RAM (and NFS mounts). We were trying to harden a machine against coldboot/evil maid attacks. It was a neat project but a bit too clunky for daily driving and also, a RAM drive in this economy?



  • That was 2 hours-ish that could have been just 5 minutes if the system had actually told me it was having problems with connecting to a drive.

    It did, it almost certainly wrote the error into the system log. That’s generally the first thing you should check if you’re having such low-level problems, like a failure to boot.

    Going forward some good advice is: Get a USB stick, install Ventoy and put a system rescue image on it: https://www.system-rescue.org/

    This way, if you’re ever having issues booting you can boot into a live environment and read the logs.

    If you mount your system drive on /sysroot, you can read the system log with

    journalctl --root=/sysroot
    

    Add a -b flag to see just the log from the latest boot (and -b -1 from the previous, -b -2 from the one before, etc)






  • Yeah, this project is built as a docker container. The repo has instructions on starting the container. You should watch a few introductory videos on Docker so you understand the concepts and basic usage.

    Once it’s started, the machine that docker is running on will be serving a website that acts as the application. If you’re running docker on your desktop you can then open a web browser and go to http://localhost:8080/ and you will see something that looks like the demo link above.

    This doesn’t expose it to the Internet. If you’re running this on a home LAN with a router between you and the ISP’s modem (or the ISP’s modem is a router/AP) then only computers connected to your network will be able to access it. You would have to go to your router’s administration console and specifically forward a port for that service so that people on the Internet could get past your modem.


  • Yeah, maybe tell the guy who suggested plugging the laptop into the TV INSTEAD OF USING A MEDIA PLAYER.

    Oh goodness, you’re right.

    Thank you for your valuable contribution to the Selfhosted community. We in the Selfhosted community always looking for like minded people who absolutely abhor technology, that’s why we’re here in the Selfhosted community. We here at the Selfhosted community are just aghast at all of the newcomers who are constantly trying to make use use “electronics” like some NERD who lives in their parents basement.

    Thank you for sticking up for home decour, it is an important part of our lives which simply cannot simply be brushed aside because someone (probably a NERD) wants to use “technology”. Like I always say, this computer thing is just a passing fad which will never catch on while a stylish living room is forever.

    This site is populated by the illiterate.

    Yes, there certainly are a lot of clueless people who are unable to comprehend a statement.






  • I understood the misunderstanding from reading the previous comments.

    I was clear in other comments that I was speaking of what I knew to be true at the time, therefore the tense was correct from my perspective.

    I didn’t say you were intentionally lying, only that you were mistaken. I wasn’t making a personal attack.

    I acknowledge that based on your experience that is how Plex worked 10 years ago, but it is not how it currently works. So, when you say that ‘this is how Plex works’ instead of ‘this is how Plex worked 10 years ago’ it’s implying that it still works like that when it does not. That could confuse people who are here and trying to learn.

    This place takes itself way, way too seriously, in my opinion. I’m sorry for any toes I stepped on without even meaning to, and I won’t comment on the matter further.

    The community exists to talk about, and help people with, self hosting. Providing incorrect information runs counter to that purpose and so community members should point out when information isn’t correct.

    Misinformation just means that the information that you’re providing is not correct, it’s not a personal attack on you to be corrected about a factual issue. It doesn’t mean that you’re a bad person or suggest that you’re trying to be intentionally misleading, it just means that your statements do not match the current factual reality.


  • FauxLiving@lemmy.worldtoSelfhosted@lemmy.worldIs Plex really Self Hosting?
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    3
    ·
    edit-2
    2 months ago

    Well, grammatical quibble then.

    Your verbs are present tense and not past tense:

    Plex requires a Plex Pass subscription

    Plex doesn’t allow you to watch media on your local network

    This gives the impression that you’re talking about the current state of things. Which seems to be the above commenter’s issue.

    Where as:

    Plex required a Plex Pass subscription

    or

    Plex didn’t allow you to watch media on your local network

    Would imply a past experience.

    Misinformation doesn’t mean that you’re intentionally lying (that is disinformation), it just means that you’re stating facts that are not true.

    (I’m not being negative, just pedantic lol)


    To actually contribute to the conversation:

    Plex now allows local network streaming without their servers being offline as long as your client is already authenticated (cached tokens have a short expiration date however)

    Alternatively, you can add your LAN’s subnet in Settings > Server > Network > ‘List of IP addresses and networks that are allowed without auth’

    Here’s a full written guide: https://forums.plex.tv/t/howto-use-plex-with-no-internet/383325