mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 01:10:22 +03:00
[PR #277] [MERGED] feat: enable sd_notify support #886
Reference in New Issue
Block a user
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?
📋 Pull Request Information
Original PR: https://github.com/pocket-id/pocket-id/pull/277
Author: @savely-krasovsky
Created: 3/1/2025
Status: ✅ Merged
Merged: 3/6/2025
Merged by: @stonith404
Base:
main← Head:main📝 Commits (4)
061e80cfeat: enable sd_notify support467f00efeat: drop github.com/coreos/go-systemd/v22, reimplement simpler version of systemd sd_notify1c66fdefix: simplify SdNotify logicdddb153Merge branch 'main' into main📊 Changes
2 files changed (+49 additions, -2 deletions)
View changed files
📝
backend/internal/bootstrap/router_bootstrap.go(+16 -2)➕
backend/internal/utils/systemd/sdnotify.go(+33 -0)📄 Description
Podman supports it natively, that allows to manage dependencies without using healthchecks. For example oauth2-proxy automatically fetches OIDC configuration after every launch, in case there Pocket-ID is not yet ready it will fail.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.