[PR #291] [MERGED] New Script: Authentik #2472

Closed
opened 2025-11-20 05:30:12 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/291
Author: @remz1337
Created: 11/16/2024
Status: Merged
Merged: 12/27/2024
Merged by: @MickLesk

Base: mainHead: authentik


📝 Commits (10+)

  • 44e9a0d new scripts for Authentik
  • 94eb8dc Minor clean up based on initial PR review
  • 4783cd1 Update ct/authentik.sh
  • 02ac69e Update ct/authentik.sh
  • 726a30a Update ct/authentik.sh
  • 175aa8f Update ct/authentik.sh
  • e641ef6 Update install/authentik-install.sh
  • 1bf86db Update install/authentik-install.sh
  • f1eebca Update json/authentik.json
  • bce51bf Update json/authentik.json

📊 Changes

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

View changed files

ct/authentik.sh (+85 -0)
install/authentik-install.sh (+195 -0)
json/authentik.json (+39 -0)

📄 Description

Note

We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged.

Description

Adding scripts for Authentik, as requested in this discussion (https://github.com/community-scripts/ProxmoxVE/discussions/53)

Installation has been tested working by a few users, but update script is yet to be tested.

Installation takes about 30 minutes to build everything. If you see any potential optimizations, let me know.

Type of change

Please check the relevant option(s):

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

Prerequisites

The following efforts must be made for the PR to be considered. Please check when completed:

  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Testing performed (I have tested my changes, ensuring everything works as expected)
  • Documentation updated (I have updated any relevant documentation)

🔄 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/291 **Author:** [@remz1337](https://github.com/remz1337) **Created:** 11/16/2024 **Status:** ✅ Merged **Merged:** 12/27/2024 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `authentik` --- ### 📝 Commits (10+) - [`44e9a0d`](https://github.com/community-scripts/ProxmoxVE/commit/44e9a0d37a4a161355e485c61d2991c7539bc6d8) new scripts for Authentik - [`94eb8dc`](https://github.com/community-scripts/ProxmoxVE/commit/94eb8dc31698d9b2e60aaf145404de06476e93b6) Minor clean up based on initial PR review - [`4783cd1`](https://github.com/community-scripts/ProxmoxVE/commit/4783cd104706ef62b108051312a0025321a79713) Update ct/authentik.sh - [`02ac69e`](https://github.com/community-scripts/ProxmoxVE/commit/02ac69e8fa9105f4b6d6237ebc4e4de94e33df95) Update ct/authentik.sh - [`726a30a`](https://github.com/community-scripts/ProxmoxVE/commit/726a30a18fd25378274a29818ee8fc8810e759bd) Update ct/authentik.sh - [`175aa8f`](https://github.com/community-scripts/ProxmoxVE/commit/175aa8fb9fa55279c88beaf11dee85bf5a8aeaa4) Update ct/authentik.sh - [`e641ef6`](https://github.com/community-scripts/ProxmoxVE/commit/e641ef650c8db5cd64594b8520a1fb238ed47a74) Update install/authentik-install.sh - [`1bf86db`](https://github.com/community-scripts/ProxmoxVE/commit/1bf86dbb4de3ca633ca64ecac753d3941cfd21d3) Update install/authentik-install.sh - [`f1eebca`](https://github.com/community-scripts/ProxmoxVE/commit/f1eebcaa4b14feff5beeaa5eb871570f68686cc6) Update json/authentik.json - [`bce51bf`](https://github.com/community-scripts/ProxmoxVE/commit/bce51bfb3c04c769454c731bc44a79cadf851127) Update json/authentik.json ### 📊 Changes **3 files changed** (+319 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/authentik.sh` (+85 -0) ➕ `install/authentik-install.sh` (+195 -0) ➕ `json/authentik.json` (+39 -0) </details> ### 📄 Description > [!NOTE] > We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged. ## Description Adding scripts for [Authentik](https://github.com/goauthentik/authentik), as requested in this discussion (https://github.com/community-scripts/ProxmoxVE/discussions/53) Installation has been tested working by a few users, but update script is yet to be tested. Installation takes about 30 minutes to build everything. If you see any potential optimizations, let me know. ## Type of change Please check the relevant option(s): - [ ] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (a 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.) ## Prerequisites The following efforts must be made for the PR to be considered. Please check when completed: - [X] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [X] Testing performed (I have tested my changes, ensuring everything works as expected) - [X] Documentation updated (I have updated any relevant documentation) --- <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 05:30:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2472