Hello! Some info about me is up on my website: https://wreckedcarzz.com/

  • 0 Posts
  • 242 Comments
Joined 2 years ago
cake
Cake day: August 23rd, 2023

help-circle




  • Midnight Wolf@lemmy.worldtoSelfhosted@lemmy.worldProxmox 9 released
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    1 month ago

    Oof. I have my VMs getting backed up to another machine so theoretically (untested) I should be able to recover with less than a day of data loss (very minimal for this box). The annoying part would be getting it hooked up to a monitor and keyboard, since it’s under an end-table in the living room.

    This is the first issue in like… 15 months? Hopefully it stays rather uneventful.



  • Midnight Wolf@lemmy.worldtoSelfhosted@lemmy.worldProxmox 9 released
    link
    fedilink
    English
    arrow-up
    19
    arrow-down
    1
    ·
    edit-2
    1 month ago

    Yay, it only took 2 hours and the help of an llm since the upgrade corrupted my lvm metadata! Little bit of post cleanup and verifying everything works. Now I can go to sleep (it’s 5am).

    Wasn’t that bad, but not exactly relaxing. And when my VMs threw a useless error (‘can’t start need manual fix’) I might have slightly panicked…











  • This isn’t a guide, but any reverse proxy allows you to limit open ports on your network (router) by using subdomains (thisPart.website.com) to route connections to an internal port.

    So you setup a rev proxy for jellyfin.website.com that points to the port that jf wants to use. So when someone connects to the subdomain, the reverse proxy is hit, and it reads your configuration for that subdomain, and since it’s now connected to your internal network (via the proxy) it is routed to the port, and jf “just works”.

    There’s an ssl cert involved but that’s the basic understanding. Then you can add Some Other Services at whatever.website.com and rinse and repeat. Now you can host multiple services, without exposing the open ports directly, and it’s easy for users as there is nothing “confusing” like port numbers, IP addresses, etc.