[PR #1779] [MERGED] New Script: Pocket ID #3209

Open
opened 2025-11-20 06:03:34 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1779
Author: @Snarkenfaugister
Created: 1/27/2025
Status: Merged
Merged: 1/28/2025
Merged by: @MickLesk

Base: mainHead: pocket-id


📝 Commits (6)

📊 Changes

3 files changed (+268 additions, -0 deletions)

View changed files

ct/pocketid.sh (+95 -0)
install/pocketid-install.sh (+130 -0)
json/pocketid.json (+43 -0)

📄 Description

✍️ Description

Pocket ID is a simple and easy-to-use OIDC provider that allows users to authenticate with their passkeys to your services.


  • Related Discussion: #729

Prerequisites

The following steps must be completed for the pull request to be considered:

  • Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.)
  • Testing performed (I have thoroughly tested my changes and verified expected functionality.)

🛠️ Type of Change

Please check the relevant options:

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change unexpectedly)
  • New script (a fully functional and thoroughly tested script or set of scripts)

🔄 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/community-scripts/ProxmoxVE/pull/1779 **Author:** [@Snarkenfaugister](https://github.com/Snarkenfaugister) **Created:** 1/27/2025 **Status:** ✅ Merged **Merged:** 1/28/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `pocket-id` --- ### 📝 Commits (6) - [`6537e95`](https://github.com/community-scripts/ProxmoxVE/commit/6537e9528d825e6845a9de6e1fa6a06cb5a46998) Add pocket-id scripts - [`1cd5f5d`](https://github.com/community-scripts/ProxmoxVE/commit/1cd5f5dacb103a82f26a08ad7a80d60e30d5e674) replace whiptail with read - [`105bb08`](https://github.com/community-scripts/ProxmoxVE/commit/105bb083095fe6faa922c4fd23dbcbed2bd6ed21) remove git dependency - [`a967ee5`](https://github.com/community-scripts/ProxmoxVE/commit/a967ee52ac0735ec1bba1f401ceb40baec8ae41a) Add missing sed - [`65b915c`](https://github.com/community-scripts/ProxmoxVE/commit/65b915c778e640ce97148aa2a7d4172fda93b12c) fix indentation - [`0d12c44`](https://github.com/community-scripts/ProxmoxVE/commit/0d12c44a0bf0f15268cd1a350a65690313cff742) remove assert replace after source update ### 📊 Changes **3 files changed** (+268 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/pocketid.sh` (+95 -0) ➕ `install/pocketid-install.sh` (+130 -0) ➕ `json/pocketid.json` (+43 -0) </details> ### 📄 Description ## ✍️ Description [Pocket ID](https://github.com/stonith404/pocket-id) is a simple and easy-to-use OIDC provider that allows users to authenticate with their passkeys to your services. - - - - Related Discussion: #729 - - - ## ✅ Prerequisites The following steps must be completed for the pull request to be considered: - [x] Self-review performed (I have reviewed my code to ensure it follows established patterns and conventions.) - [x] Testing performed (I have thoroughly tested my changes and verified expected functionality.) ## 🛠️ Type of Change Please check the relevant options: - [ ] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change unexpectedly) - [x] New script (a fully functional and thoroughly tested script or set of scripts) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 06:03:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3209