[PR #838] Anytype #173

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVED/pull/838
Author: @ThisIsJeron
Created: 8/23/2025
Status: 🔄 Open

Base: mainHead: main


📝 Commits (3)

📊 Changes

4 files changed (+652 additions, -485 deletions)

View changed files

ct/anytype.sh (+64 -0)
frontend/public/json/anytype.json (+44 -0)
📝 frontend/public/json/versions.json (+485 -485)
install/anytype.sh (+59 -0)

📄 Description

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


✍️ Description

New script for Anytype self hosting, based from any-sync-dockercompose. Tested and properly creates LXC, pulls docker images, and runs containers

Link: #6383

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/838 **Author:** [@ThisIsJeron](https://github.com/ThisIsJeron) **Created:** 8/23/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (3) - [`1f511b3`](https://github.com/community-scripts/ProxmoxVED/commit/1f511b33af371fe187f8cf6e15ce41a94020254e) anytype - [`89ee0da`](https://github.com/community-scripts/ProxmoxVED/commit/89ee0dac47db8ae7ecb919cc342f885832230a7e) fix indent - [`529cd19`](https://github.com/community-scripts/ProxmoxVED/commit/529cd19d1d7910db62ab72dee3f4ce889b841838) revert versions.json ### 📊 Changes **4 files changed** (+652 additions, -485 deletions) <details> <summary>View changed files</summary> ➕ `ct/anytype.sh` (+64 -0) ➕ `frontend/public/json/anytype.json` (+44 -0) 📝 `frontend/public/json/versions.json` (+485 -485) ➕ `install/anytype.sh` (+59 -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 <!-- Briefly describe your changes. --> New script for Anytype self hosting, based from [any-sync-dockercompose](https://github.com/anyproto/any-sync-dockercompose). Tested and properly creates LXC, pulls docker images, and runs containers ## 🔗 Related PR / Issue Link: [#6383](https://github.com/community-scripts/ProxmoxVE/discussions/6383) ## ✅ 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:30 -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#173