mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-07-16 05:54:01 +03:00
[PR #1254] [MERGED] feat: add VERSION_CHECK_DISABLED environment variable #1103
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/1254
Author: @dihmandrake
Created: 1/18/2026
Status: ✅ Merged
Merged: 1/19/2026
Merged by: @kmendell
Base:
main← Head:main📝 Commits (1)
8504d5ffeat: add VERSION_CHECK_DISABLED environment variable📊 Changes
3 files changed (+13 additions, -2 deletions)
View changed files
📝
backend/internal/common/env_config.go(+1 -0)📝
backend/internal/service/version_service.go(+5 -0)📝
frontend/src/routes/settings/+layout.ts(+7 -2)📄 Description
Allows disabling the automatic version check in the backend. This is useful for air-gapped environments where external requests to the version endpoint fail or time out. The frontend has been updated to handle disabled checks gracefully.
Doc changes under: https://github.com/pocket-id/website/pull/208
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.