[PR #801] Add Otter Wiki #199

Open
opened 2025-09-09 19:44:36 -05:00 by giteasync · 0 comments

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVED/pull/801
Author: @CillyCil
Created: 8/17/2025
Status: 🔄 Open

Base: mainHead: main


📝 Commits (10+)

📊 Changes

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

View changed files

ct/otterwiki.sh (+93 -0)
frontend/public/json/otterwiki.json (+40 -0)
install/otterwiki-install.sh (+88 -0)

📄 Description

🛑 New scripts must first be submitted to ProxmoxVED for testing.
PRs for new scripts that skip this process will be closed.


✍️ Description

Added OtterWiki container script

Link: #

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • No breaking changes – Existing functionality remains intact.
  • No security risks – No hardcoded secrets, unnecessary privilege escalations, or permission issues.

🛠️ Type of Change (X in brackets)

  • 🐞 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.
  • 🆕 New script – A fully functional and tested script or script set.
  • 🌍 Website update – Changes to website-related JSON files or metadata.
  • 🔧 Refactoring / Code Cleanup – Improves readability or maintainability without changing functionality.
  • 📝 Documentation update – Changes to README, AppName.md, CONTRIBUTING.md, or other docs.

🔍 Code & Security Review (X in brackets)

  • Follows Code_Audit.md & CONTRIBUTING.md guidelines
  • Uses correct script structure (AppName.sh, AppName-install.sh, AppName.json)
  • No hardcoded credentials

📋 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/ProxmoxVED/pull/801 **Author:** [@CillyCil](https://github.com/CillyCil) **Created:** 8/17/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`445bf20`](https://github.com/community-scripts/ProxmoxVED/commit/445bf2096285667a6a6097ef4e9bcd26fe7f519e) Added Otter Wiki entry - [`8386d9f`](https://github.com/community-scripts/ProxmoxVED/commit/8386d9f5c53037573b99f95075e15d4d6b45fe6d) Fix paths in Otter Wiki - [`fae848d`](https://github.com/community-scripts/ProxmoxVED/commit/fae848dba977d3f741782265bc3ea9892d76be26) Rename OtterWiki.sh to otterwiki.sh - [`e5920e4`](https://github.com/community-scripts/ProxmoxVED/commit/e5920e4af6eb4a619b11540e163d45d923d08a99) Rename OtterWiki-Install.sh to otterwiki-install.sh - [`a4c5722`](https://github.com/community-scripts/ProxmoxVED/commit/a4c5722c3661c3cbc626918e5a715a81d58993aa) Update and rename OtterWiki.json to otterwiki.json - [`ef4f898`](https://github.com/community-scripts/ProxmoxVED/commit/ef4f89873fcd2a964a9fc0f47e242676a319e3de) Fixed paths again - [`503a8ce`](https://github.com/community-scripts/ProxmoxVED/commit/503a8cef05cbb4705ee7e9b00c5c716dbc20dbcd) Merge branch 'main' of https://github.com/CillyCil/ProxmoxVED - [`1df09aa`](https://github.com/community-scripts/ProxmoxVED/commit/1df09aa420fcd24539f72c9d02f8ebfe318c5c29) Fixing more paths - [`709ee33`](https://github.com/community-scripts/ProxmoxVED/commit/709ee33621c9168547549536180494177163abdd) Fix install.func url - [`bc43d9e`](https://github.com/community-scripts/ProxmoxVED/commit/bc43d9e7b05246891f37c5b4d6750dc803357299) Fix installing dependencies ### 📊 Changes **3 files changed** (+221 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/otterwiki.sh` (+93 -0) ➕ `frontend/public/json/otterwiki.json` (+40 -0) ➕ `install/otterwiki-install.sh` (+88 -0) </details> ### 📄 Description 🛑 **New scripts must first be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing.** PRs for new scripts that skip this process will be closed. --- ## ✍️ Description Added OtterWiki container script ## 🔗 Related PR / Issue Link: # ## ✅ Prerequisites (**X** in brackets) - [X] **Self-review completed** – Code follows project standards. - [X] **Tested thoroughly** – Changes work as expected. - [X] **No breaking changes** – Existing functionality remains intact. - [X] **No security risks** – No hardcoded secrets, unnecessary privilege escalations, or permission issues. --- ## 🛠️ Type of Change (**X** in brackets) - [ ] 🐞 **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. - [X] 🆕 **New script** – A fully functional and tested script or script set. - [ ] 🌍 **Website update** – Changes to website-related JSON files or metadata. - [ ] 🔧 **Refactoring / Code Cleanup** – Improves readability or maintainability without changing functionality. - [ ] 📝 **Documentation update** – Changes to `README`, `AppName.md`, `CONTRIBUTING.md`, or other docs. --- ## 🔍 Code & Security Review (**X** in brackets) - [X] **Follows `Code_Audit.md` & `CONTRIBUTING.md` guidelines** - [X] **Uses correct script structure (`AppName.sh`, `AppName-install.sh`, `AppName.json`)** - [X] **No hardcoded credentials** ## 📋 Additional Information (optional) <!-- Add any extra context, screenshots, or references. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
giteasync added the
pull-request
label 2025-09-09 19:44:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: community-scripts/ProxmoxVED#199
No description provided.