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?

  • Dremor@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    edit-2
    12 hours ago

    As a fellow TrueNAS user, i’d advice you to wait a little bit, especially if you already have a working deployment.
    The action runner isn’t yet available, and there is still some bugs to iron out (wrong password used for the database, you have to manually correct it on first init).

  • WASTECH@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    22 hours ago

    I moved all of my Docker containers over to TrueNAS apps recently, and it’s been great so far. Alternatively, I think the best option for keeping your compose files and all that would be to upgrade to 25.04 (Fangtooth). Fangtooth lets you deploy containers using compose YAML. Each app has to be in its own YAML which can be a bit of a pain, but you would fully own everything so no need to worry about another rug pull.

    Alternatively, I’ve seen some people just install Dockge and run all of their containers inside of that.

  • IronKrill@lemmy.ca
    link
    fedilink
    English
    arrow-up
    4
    ·
    1 day ago

    I have all my apps running in Docker under Jailmaker and I don’t intend on moving to TrueNAS apps unless I am forced to. Currently I could move this entire setup to any machine I want, set up my jail mount points, launch up Dockge and I’d be up and running (with the same static IP at that!). If I moved to TrueNAS apps I think the transition and handling of mount points would probably be painful. If they remove jailmaker support in 25.xx like I’ve heard I’ll look into Incus or other solutions before using their apps.