automatic upgrades #1
Labels
No labels
bug
development
enhancement
help wanted
svc/auth & accounts
svc/bsky
svc/git
svc/infra
svc/internal
svc/mail
svc/web
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
boxfox.es/bfx#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
currently i've been manually just been running
apk update & apk upgradebut this requires manual intervention & also as more services don't rely entirely on apk (xcaddy, uptimekuma) this gets a bit more complexwe could literally just have a script like
/update.shthat gets run automatically. could work.that is what i ended up doing. its still manual but a lot easier
(with an alias for
updateon the host, so i just typeupdate caddyor smth and it works)