gwheel

joined 2 years ago
[โ€“] gwheel@lemm.ee 1 points 1 week 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.

[โ€“] gwheel@lemm.ee 3 points 1 week ago (1 children)

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?

 

I've got forgejo configured and running as a custom docker app, but I've noticed there's a community app available now. I like using the community apps when available since I can keep them updated more easily than having to check/update image tags.

Making the switch would mean migrating from sqlite to postgres, plus some amount of file restructuring. It'll also tie my setup to truenas, which is a platform I like, but after being bit by truecharts I'm nervous about getting too attached to any platform.

Has anyone made a similar migration and can give suggestions? All I know about the postgres config is where the data is stored, so I'm not even sure how I'd connect to import anything. Is there a better way to get notified about/apply container images for custom apps instead?