[PR #2141] [MERGED] New Script: Zitadel #3440

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/2141
Author: @dave-yap
Created: 2/7/2025
Status: Merged
Merged: 2/10/2025
Merged by: @MickLesk

Base: mainHead: main


📝 Commits (10+)

📊 Changes

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

View changed files

ct/zitadel.sh (+70 -0)
install/zitadel-install.sh (+155 -0)
json/zitadel.json (+43 -0)

📄 Description

✍️ Description

Zitadel is an open-source identity and access management (IAM) solution designed to provide secure authentication, authorization, and user management for modern applications and services. Built with a focus on flexibility, scalability, and security, Zitadel offers a comprehensive set of features for developers and organizations looking to implement robust identity management.


  • Related Issue: #
  • Related PR: #
  • Related Discussion: #

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)

📋 Additional Information (optional)

Provide any extra context or screenshots about the feature or fix here.

This script exposes port 8080 with TLS disabled but users are able to easily change the config.yaml to include TLS solutions. The service needed to be ran twice in the install-script as initially the console is only accessible via localhost. As it is a LXC script, I do not see a way to access the console externally. Thus, the setup was ran again in order to have a nice admin username + access externally. Any changes done to the config.yaml file required an execution of the included bash script to ensure the database is migrated properly. This is based on Zitadel's own documentations.


🔄 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/2141 **Author:** [@dave-yap](https://github.com/dave-yap) **Created:** 2/7/2025 **Status:** ✅ Merged **Merged:** 2/10/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`80eb4ae`](https://github.com/community-scripts/ProxmoxVE/commit/80eb4ae0bccaeec548cf86182c9ce89021c523bf) Create zitadel-install.sh - [`d84ae0b`](https://github.com/community-scripts/ProxmoxVE/commit/d84ae0b197f18dd3e28a8118de2b7b5fdc93840e) Create zitadel.json - [`e07d54a`](https://github.com/community-scripts/ProxmoxVE/commit/e07d54ae280068c880567fba435d47ed1401af33) Create zitadel.sh - [`3875f1c`](https://github.com/community-scripts/ProxmoxVE/commit/3875f1c0d049a2961fcce6b26f82ab4646122e1f) Update zitadel.sh - [`43d1337`](https://github.com/community-scripts/ProxmoxVE/commit/43d1337187c7bb0b085744f32709c3ade8f7a00c) Update zitadel.json - [`568f6de`](https://github.com/community-scripts/ProxmoxVE/commit/568f6de72f50dc8b067d5ad9f5498e9b38283810) Update zitadel.sh - [`603127f`](https://github.com/community-scripts/ProxmoxVE/commit/603127f8734bbe54c86f04351bd10b14fb685112) Update zitadel.sh - [`523a243`](https://github.com/community-scripts/ProxmoxVE/commit/523a243fd0642f251800ae39ca02325cf29d28a9) Update zitadel.sh - [`ac794b9`](https://github.com/community-scripts/ProxmoxVE/commit/ac794b946654d32c7fff5d73fa54299986f5b324) Update zitadel.sh - [`37b60fe`](https://github.com/community-scripts/ProxmoxVE/commit/37b60fea41c979268914ba09a0dd4722ae75c1cd) Update zitadel.sh ### 📊 Changes **3 files changed** (+268 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/zitadel.sh` (+70 -0) ➕ `install/zitadel-install.sh` (+155 -0) ➕ `json/zitadel.json` (+43 -0) </details> ### 📄 Description ## ✍️ Description Zitadel is an open-source identity and access management (IAM) solution designed to provide secure authentication, authorization, and user management for modern applications and services. Built with a focus on flexibility, scalability, and security, Zitadel offers a comprehensive set of features for developers and organizations looking to implement robust identity management. - - - - Related Issue: # - Related PR: # - Related Discussion: # - - - ## ✅ 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) --- ## 📋 Additional Information (optional) Provide any extra context or screenshots about the feature or fix here. This script exposes port 8080 with TLS disabled but users are able to easily change the config.yaml to include TLS solutions. The service needed to be ran twice in the install-script as initially the console is only accessible via localhost. As it is a LXC script, I do not see a way to access the console externally. Thus, the setup was ran again in order to have a nice admin username + access externally. Any changes done to the config.yaml file required an execution of the included bash script to ensure the database is migrated properly. This is based on Zitadel's own documentations. --- <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-05 05:45:17 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#3440