@forgejo is there a way to auto-update forgejo for minor patches ? Or do I have to update the binary each time ðŸ˜
Top-level
@forgejo is there a way to auto-update forgejo for minor patches ? Or do I have to update the binary each time 😠9 comments
@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. @lucastucious @dachary @forgejo And how would update button work? On normal system binary is only root writable but forgejo runs as unprivileged user. @lucastucious @dachary @forgejo You can try to convince your distro to package #forgejo. Then you can just rely on normal distro upgrade methods. @lucastucious @forgejo You mean like what happens when Firefox upgrades itself for instance? |
@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.