Email or username:

Password:

Forgot your password?
Forgejo

#Forgejo v1.18.2-0 was just released! This is a minor patch. Check out the release notes and download it at forgejo.org/releases/. If you experience any issues with this release, please report to codeberg.org/forgejo/forgejo/i.

11 comments
LUCASTUCIOUS

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

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?

BrainB0ne :vlag_eindhoven:

@forgejo Thank you, updated the #Forgejo Docker image and running v1.18.2-0 now.👍

Go Up