[PR #1941] [MERGED] New Script: Radicale #3307

Closed
opened 2025-11-20 06:04:05 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

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

Base: mainHead: radicale


📝 Commits (10+)

📊 Changes

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

View changed files

ct/radicale.sh (+56 -0)
install/radicale-install.sh (+71 -0)
json/radicale.json (+39 -0)

📄 Description

✍️ Description



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 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/1941 **Author:** [@tremor021](https://github.com/tremor021) **Created:** 2/2/2025 **Status:** ✅ Merged **Merged:** 2/5/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `radicale` --- ### 📝 Commits (10+) - [`2e3f387`](https://github.com/community-scripts/ProxmoxVE/commit/2e3f387d0076676b35ce109b3473bb437f63473c) add radicale script - [`4d5e5bc`](https://github.com/community-scripts/ProxmoxVE/commit/4d5e5bc04ca24e15348062fc9a0935651cfdea33) Merge branch 'community-scripts:main' into radicale - [`a490715`](https://github.com/community-scripts/ProxmoxVE/commit/a490715e1f980feafc8672fd6fb03fa7ac2f2aaf) Update install/radicale-install.sh - [`29f5460`](https://github.com/community-scripts/ProxmoxVE/commit/29f5460f0fb9911b57569fa3ae6b190dd4e0e4c5) Update install/radicale-install.sh - [`23d52b9`](https://github.com/community-scripts/ProxmoxVE/commit/23d52b9e9d5a015aaa1a852d88b8a2b65729b525) Update install/radicale-install.sh - [`12bae5c`](https://github.com/community-scripts/ProxmoxVE/commit/12bae5cbcf2bef1e33e99ff545ffbeb9cfbee604) small fixes - [`c0901ac`](https://github.com/community-scripts/ProxmoxVE/commit/c0901ac27bed82271c653a3032928a7482944226) fixes - [`98d70a2`](https://github.com/community-scripts/ProxmoxVE/commit/98d70a2309d347bc30ad0d53caec8458f5965309) fixes - [`24c7c4f`](https://github.com/community-scripts/ProxmoxVE/commit/24c7c4fe73266f1ca0af18d536a8dd23bcbc78c0) fixed json - [`7060d6c`](https://github.com/community-scripts/ProxmoxVE/commit/7060d6c550aa6bb8412a71f33cce80b345e29471) added update ### 📊 Changes **3 files changed** (+166 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/radicale.sh` (+56 -0) ➕ `install/radicale-install.sh` (+71 -0) ➕ `json/radicale.json` (+39 -0) </details> ### 📄 Description ## ✍️ Description - - - - Related Issue: #1934 - Related PR: #1934 - Related Discussion: #1934 - - - ## ✅ 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. --- <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:04:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#3307