[PR #1254] [MERGED] feat: add VERSION_CHECK_DISABLED environment variable #1103

Closed
opened 2026-02-04 21:17:03 +03:00 by OVERLORD · 0 comments
Owner

📋 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: mainHead: main


📝 Commits (1)

  • 8504d5f feat: 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.

## 📋 Pull Request Information **Original PR:** https://github.com/pocket-id/pocket-id/pull/1254 **Author:** [@dihmandrake](https://github.com/dihmandrake) **Created:** 1/18/2026 **Status:** ✅ Merged **Merged:** 1/19/2026 **Merged by:** [@kmendell](https://github.com/kmendell) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`8504d5f`](https://github.com/pocket-id/pocket-id/commit/8504d5fd4b342dff0ef39d2823f3aa971da7045d) feat: add VERSION_CHECK_DISABLED environment variable ### 📊 Changes **3 files changed** (+13 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `backend/internal/common/env_config.go` (+1 -0) 📝 `backend/internal/service/version_service.go` (+5 -0) 📝 `frontend/src/routes/settings/+layout.ts` (+7 -2) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 21:17:03 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id#1103