• 0 Posts
  • 187 Comments
Joined 2 years ago
cake
Cake day: July 18th, 2023

help-circle






  • jacksilver@lemmy.worldto196@lemmy.blahaj.zoneMyth rule
    link
    fedilink
    English
    arrow-up
    2
    ·
    6 days ago

    Blue exorcist

    The castlevania series on Netflix (maybe not necessarily anime).

    Those two have heavy Christian references. However a lot of fantasy based anime have a lot of pseudo references to Christianity. Either in the form of clergy (Feiren)/cross based weaponry (Quincy in bleach)/or angels vs demons context (that kinds side steps specific religious affiliation, but heavy Christian elements).




  • jacksilver@lemmy.worldtoSelfhosted@lemmy.worldgoodbye plex
    link
    fedilink
    English
    arrow-up
    2
    ·
    11 days ago

    Looks like there is a config and cache location in their docker scripts. The easiest way to make a docker application portable is to bind mount the config and cache. That way you have access to the actual files and could copy them to your windows partition.

    If you’re already using a volume for that data, I think it becomes a bit trickier. I know technically you can move or copy volumes, but I’ve never tried. Although you could still bind mount a random directory and still copy the files out.






  • jacksilver@lemmy.worldtoSelfhosted@lemmy.worldDocker Backup Stratagy
    link
    fedilink
    English
    arrow-up
    3
    ·
    edit-2
    16 days ago

    Yep, bind mount the data and config directories and back those up. You can test a backup by spinning up a new container with the data/config directories.

    This is both easy and generally the recommended thing I’ve seen for many services.

    The only thing that could cause issues is breaking changes caused by the docker images themselves, but that’s an issue regardless of backup strategy.






  • I always thought the simplest way to do it is to pass laws that require every website to provide a rating/content description and then leave it up to the end user to set acceptable levels. We don’t get mad for kids watching the wrong content on TV.

    Websites could be fined for either not providing or providing incorrect classifications.

    If people don’t want their kids to see that stuff, make sure the parents have the tools to enforce.