[PR #2060] [MERGED] New Script: Authelia #3514

Closed
opened 2026-02-26 13:33:46 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2060
Author: @thost96
Created: 2/5/2025
Status: Merged
Merged: 2/24/2025
Merged by: @tremor021

Base: mainHead: authelia


📝 Commits (10+)

📊 Changes

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

View changed files

ct/authelia.sh (+55 -0)
install/authelia-install.sh (+84 -0)
json/authelia.json (+34 -0)

📄 Description

✍️ Description

Authelia is an open-source authentication and authorization server and portal fulfilling the identity and access management (IAM) role of information security in providing multi-factor authentication and single sign-on (SSO) for your applications via a web portal. It acts as a companion for common reverse proxies.
https://github.com/authelia/authelia

Also added a default configuration with random secret generation to get a working setup out of the box with this. Currently only configuration supported by Authelia is through config files. Web UI is still roadmap, but will be added as it gets available.


  • Related Discussion: #963

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/2060 **Author:** [@thost96](https://github.com/thost96) **Created:** 2/5/2025 **Status:** ✅ Merged **Merged:** 2/24/2025 **Merged by:** [@tremor021](https://github.com/tremor021) **Base:** `main` ← **Head:** `authelia` --- ### 📝 Commits (10+) - [`e8ac8f7`](https://github.com/community-scripts/ProxmoxVE/commit/e8ac8f7c78b0ed915d96e16c2a6438438afa8103) fixed subscription nag removal - [`df5a60e`](https://github.com/community-scripts/ProxmoxVE/commit/df5a60ec62acdba09fb9609cd61cbf9c20a49006) Merge branch 'community-scripts:main' into main - [`ec846e4`](https://github.com/community-scripts/ProxmoxVE/commit/ec846e4f4624a80bac6fee4c2b5a60bd5441d5db) Authelia + Dev env - [`3618e07`](https://github.com/community-scripts/ProxmoxVE/commit/3618e073d2e16ae1fda3a0fe318e9d636baee33f) unbound var fix - [`6ade0a2`](https://github.com/community-scripts/ProxmoxVE/commit/6ade0a2b4b458387435107bc315fdb4e7e4c62c9) fixes - [`cbd7fd0`](https://github.com/community-scripts/ProxmoxVE/commit/cbd7fd0f215b501871d44c9cb568afa3ae0c2bc7) service start and update function - [`115e13f`](https://github.com/community-scripts/ProxmoxVE/commit/115e13fee6b0df1ad5d0eff92f9c2b0041a078b3) remove dev env - [`cc13819`](https://github.com/community-scripts/ProxmoxVE/commit/cc13819652b8e8aeae2e6eac36e81ddd3e88a7c5) remove dev env - [`ec8d725`](https://github.com/community-scripts/ProxmoxVE/commit/ec8d7257247f4065ec0557a2f78c93ac2f0cc21d) Apply suggestions from code review - [`2a0888c`](https://github.com/community-scripts/ProxmoxVE/commit/2a0888c4220ea4238e54f138e277d5894a7263ad) Update authelia.sh ### 📊 Changes **3 files changed** (+173 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/authelia.sh` (+55 -0) ➕ `install/authelia-install.sh` (+84 -0) ➕ `json/authelia.json` (+34 -0) </details> ### 📄 Description ## ✍️ Description Authelia is an open-source authentication and authorization server and portal fulfilling the identity and access management (IAM) role of information security in providing multi-factor authentication and single sign-on (SSO) for your applications via a web portal. It acts as a companion for common reverse proxies. https://github.com/authelia/authelia Also added a default configuration with random secret generation to get a working setup out of the box with this. Currently only configuration supported by Authelia is through config files. Web UI is still roadmap, but will be added as it gets available. - - - - Related Discussion: #963 - - - ## ✅ 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>
kerem 2026-02-26 13:33:46 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#3514
No description provided.