mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-09 22:52:58 +03:00
[PR #661] [MERGED] feat: allow setting unix socket mode #690
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/661
Author: @CnTeng
Created: 6/18/2025
Status: ✅ Merged
Merged: 6/18/2025
Merged by: @stonith404
Base:
main← Head:socket📝 Commits (1)
d313a58feat: allow setting unix socket mode📊 Changes
2 files changed (+16 additions, -0 deletions)
View changed files
📝
backend/internal/bootstrap/router_bootstrap.go(+14 -0)📝
backend/internal/common/env_config.go(+2 -0)📄 Description
This is a supplement to #615.
It is difficult to set socket permissions externally, so add new option to set socket permissions internally.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.