[PR #3046] [MERGED] Seafile - Minor bug fix: domain.sh script fix #4055

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/3046
Author: @dave-yap
Created: 3/13/2025
Status: Merged
Merged: 3/14/2025
Merged by: @tremor021

Base: mainHead: seafile


📝 Commits (10+)

📊 Changes

2 files changed (+58 additions, -50 deletions)

View changed files

📝 install/seafile-install.sh (+13 -5)
📝 json/seafile.json (+45 -45)

📄 Description

✍️ Description

Fixed domain.sh script by adding correct lines to modify in-place. Corrected the systemd file that seemed to not want to be restarted.

Issue was raised up on Discord > Testers wanted for Seafile
Link: #

Prerequisites

Before this PR can be reviewed, the following must be completed:

  • [] Self-review performed – Code follows established patterns and conventions.
  • [] Testing performed – Changes have been thoroughly tested and verified.

🛠️ Type of Change

Select all that apply:

  • [] 🆕 New script – A fully functional and tested script or script set.
  • [] 🐞 Bug fix – Resolves an issue without breaking functionality.
  • [] New feature – Adds new, non-breaking functionality.
  • [] 💥 Breaking change – Alters existing functionality in a way that may require updates.

📋 Additional Information (optional)


🔄 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/3046 **Author:** [@dave-yap](https://github.com/dave-yap) **Created:** 3/13/2025 **Status:** ✅ Merged **Merged:** 3/14/2025 **Merged by:** [@tremor021](https://github.com/tremor021) **Base:** `main` ← **Head:** `seafile` --- ### 📝 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 **2 files changed** (+58 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `install/seafile-install.sh` (+13 -5) 📝 `json/seafile.json` (+45 -45) </details> ### 📄 Description ## ✍️ Description <!-- Provide a clear and concise description of your changes. --> Fixed domain.sh script by adding correct lines to modify in-place. Corrected the systemd file that seemed to not want to be restarted. ## 🔗 Related PR / Discussion / Issue Issue was raised up on Discord > Testers wanted for Seafile Link: # ## ✅ Prerequisites Before this PR can be reviewed, the following must be completed: - [✅] **Self-review performed** – Code follows established patterns and conventions. - [✅] **Testing performed** – Changes have been thoroughly tested and verified. ## 🛠️ Type of Change Select all that apply: - [] 🆕 **New script** – A fully functional and tested script or script set. - [✅] 🐞 **Bug fix** – Resolves an issue without breaking functionality. - [] ✨ **New feature** – Adds new, non-breaking functionality. - [] 💥 **Breaking change** – Alters existing functionality in a way that may require updates. ## 📋 Additional Information (optional) <!-- Provide extra context, screenshots, or references if needed. --> --- <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:08:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#4055