[PR #1064] [MERGED] New Script: TeddyCloud Server #2827

Closed
opened 2025-11-20 05:32:02 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1064
Author: @dsiebel
Created: 12/28/2024
Status: Merged
Merged: 12/29/2024
Merged by: @michelroegl-brunner

Base: mainHead: teddycloud-lxc


📝 Commits (4)

  • afe30de New Script: TeddyCloud Server
  • bbcbf40 provide logo URL to fix frontend build
  • 6144ad6 fix website category
  • fe598da remove unnecessary info

📊 Changes

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

View changed files

ct/teddycloud.sh (+70 -0)
install/teddycloud-install.sh (+62 -0)
json/teddycloud.json (+39 -0)

📄 Description

✍️ Description

New Scripts to install and update the TeddyCloud Server.


🛠️ 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)

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.)
  • Documentation updated (I have updated any relevant documentation)

📋 Additional Information (optional)

I just started looking into TeddyCloud and the ecosystem, so I have currently no idea if the setup is sufficient to work with it. Maybe those involved in the discussion can give this a try. FYI @StefanX13 @Goldi95


🔄 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/1064 **Author:** [@dsiebel](https://github.com/dsiebel) **Created:** 12/28/2024 **Status:** ✅ Merged **Merged:** 12/29/2024 **Merged by:** [@michelroegl-brunner](https://github.com/michelroegl-brunner) **Base:** `main` ← **Head:** `teddycloud-lxc` --- ### 📝 Commits (4) - [`afe30de`](https://github.com/community-scripts/ProxmoxVE/commit/afe30de620f9c1dbffdd0e9ac38d996943b0d51e) New Script: TeddyCloud Server - [`bbcbf40`](https://github.com/community-scripts/ProxmoxVE/commit/bbcbf40b5da0a46a70b5571e9448d0078f29a1d5) provide logo URL to fix frontend build - [`6144ad6`](https://github.com/community-scripts/ProxmoxVE/commit/6144ad654e693b68e2504882d4764ef63cc02eb3) fix website category - [`fe598da`](https://github.com/community-scripts/ProxmoxVE/commit/fe598dafb0673ec992a4a5c6323f6a6866eacb81) remove unnecessary info ### 📊 Changes **3 files changed** (+171 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/teddycloud.sh` (+70 -0) ➕ `install/teddycloud-install.sh` (+62 -0) ➕ `json/teddycloud.json` (+39 -0) </details> ### 📄 Description ## ✍️ Description New Scripts to install and update the [TeddyCloud Server](https://tonies-wiki.revvox.de/docs/tools/teddycloud/). - Related Discussion: https://github.com/community-scripts/ProxmoxVE/discussions/89 --- ## 🛠️ 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) --- ## ✅ 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.) - [x] Documentation updated (I have updated any relevant documentation) --- ## 📋 Additional Information (optional) I just started looking into TeddyCloud and the ecosystem, so I have currently no idea if the setup is sufficient to work with it. Maybe those involved in the discussion can give this a try. FYI @StefanX13 @Goldi95 --- <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:32:02 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2827