Email or username:

Password:

Forgot your password?
Top-level
LUCASTUCIOUS

@forgejo is there a way to auto-update forgejo for minor patches ? Or do I have to update the binary each time 😭

9 comments
Andrius Å tikonas

@lucastucious @forgejo If you want auto-updates you can install forgejo into a podman container and use podman autoupdate. This will do all upgrades, not just minor patches. But you could probably write some scripting to only update container for minor patches.

Loïc Dachary

@lucastucious @forgejo I use the container image so I can auto update on the 1.18 tag. But if you're using the binary, getting it every time is the only way.

But releases won't happen that frequently 😃 More like once a month at most.

Andrius Å tikonas

@lucastucious @dachary @forgejo And how would update button work? On normal system binary is only root writable but forgejo runs as unprivileged user.

LUCASTUCIOUS

@stikonas @dachary @forgejo oh that's why
.. shit guess I'll have to do it myself

Andrius Å tikonas

@lucastucious @dachary @forgejo You can try to convince your distro to package #forgejo. Then you can just rely on normal distro upgrade methods.

Loïc Dachary

@lucastucious @forgejo You mean like what happens when Firefox upgrades itself for instance?

Go Up