• 0 Posts
  • 54 Comments
Joined 1 year ago
cake
Cake day: July 11th, 2023

help-circle



  • WhyJiffie@sh.itjust.workstoSelfhosted@lemmy.worldEmail wowsers continue
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    10 days ago

    This is something I want to know too!
    I don’t believe google deletes anything that has entered their system, my use case is that they don’t have visibility on when are my devices online, how many so I have, and such. But my gmail address has not been my primary one for long, so it’s not that important.

    All I have found so far, though, is that what I need is possibly called a Message Delivery Agent.


  • At least in the case of jellyfin, it’s not exactly just a “resource hogging frontend”.
    For instance it keeps track of watch progress, in episode and through the series, and what did you watch last time so you can continue with whichever.
    Allows you to remote control your player device (handy if it’s a TV or something like that) from your phone or another anything with a web browser.
    It fetches info about the movies and series so it looks nice and for your users it is easier to pick something for themselves.
    It has integration for MPV (and probably a few other players) so it does all the above.

    And it does all these things in a way that everything is available across all your devices. Not just the content, but watch progress and everything else.

    Something tells me you also tell your family that a Linux computer with no desktop environment is all one needs for everyday tasks.

    And finally for OP: you don’t have to learn FreeBSD for ZFS, because Linux has it too. Because of licensing issues installation is a bit more complicated in most distros, but if you use Proxmox, they have done that part for you.
















  • It could be a good idea to move more critical things to a different machine. It’s often said that you shouldn’t run your router and/or firewall on your main server, but I think there are also security reasons for that.

    Or to move those to a low power consumption machine with cheaper hardwRe that are either more resource friendly, or very heavy but it’s fine if they can only finish their task over a longer time.

    Also, think about how could things go wrong. Have a second DNS and DHCP server (it’s difficult to run a secondary DHCP besides the primary, maybe you don’t need that), and some way you can reach the internet if the router or the firewall gets borked. That “way” does not need to be accessible at all times, but you should be able to switch it on when needed.
    Don’t forget to test that these are actually working after you have sweet them up.

    Whatever you decide on, don’t forget that you don’t have to do everything at once. Don’t let it overload you. Learning new tech takes time.