Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)G
Posts
1
Comments
8
Joined
3 yr. ago

  • That's what I figured, it's already running without issue and converting the custom app to a standard docker would be trivial. Git sounds like a nice next step, right now my backup script just extracts the app configs from truenas and sticks them in a json file. It's good enough to recreate the apps, but if I mess something up I have to dive into backups to see what changed.

  • Yup, that's exactly why I'm iffy about tying my configuration too closely to a specific platform. Luckily my setup was still pretty small last year so the only significant thing was Jellyfin, which I just rebuilt from scratch.

    Paperless takes forever to start up, it seems to be something about setting permissions on all of its files.

    Do you have anything in place to track updates to your custom apps, or are you just leaving everything on the latest tag?

  • My hope was we would see a slow shift after he was out of office like with Bush, but now I'm convinced he'll be the next Reagan. Decades from now we'll still be feeling the consequences while they talk about how he was the last great president who you could really trust.

  • Forgejo has an option to mirror a repository and update on a regular interval. It won't get wikis or issues though. I've got mine set up to mirror a bunch of decomps.

  • I've been using the Jellyfin WebOS app, it works well but sometimes will transcode instead of direct streaming the first time something is played. Restarting a few times fixes it though. I also have jellyfin on my steam deck, but I don't think it does drm apps.

  • I switched away from truecharts once scale switched to native docker and my experience has been much smoother since. TC had some kind of breaking change every other month, now I only have to worry about breaking changes when the actual apps have a major update.

    The transition was way easier than i expected. First I set up nginx pointing to the TC load balancer for every url, so I could swap apps one at a time. Then I used heavyscript to mount the volumes for an app and rsynced them to a normal dir. With that I could spin up the community apps version or a custom docker config and swap over nginx once I confirmed it was working.