[PR #567] [MERGED] New Script: Hoarder LXC #2656

Closed
opened 2026-02-05 05:06:26 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/567
Author: @vhsdream
Created: 11/28/2024
Status: Merged
Merged: 12/2/2024
Merged by: @MickLesk

Base: mainHead: hoarder


📝 Commits (10+)

  • 215e66c Add Hoarder script
  • 54cee34 Merge branch 'community-scripts:main' into hoarder
  • 772fd56 Point build.func to correct repo
  • f3b28fc I hate testing these scripts
  • 2bfc305 no comment
  • aace44b Quiesce systemctl enable output; add move DB to hoarder_data
  • e80a917 add timeout to hoarder-workers
  • 8f65698 Restore attribution
  • 588d363 fix sourcefix source URLs; quiesce migration post-install
  • e244959 Update hoarder-install.sh to move commands to separate lines

📊 Changes

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

View changed files

ct/hoarder.sh (+106 -0)
install/hoarder-install.sh (+180 -0)
json/hoarder.json (+34 -0)

📄 Description

Note

We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged.

Description

With help from @MickLesk and MohamedBasem I have created an LXC install script for Hoarder, the bookmark everything app.

Type of change

Please check the relevant option(s):

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (a 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 efforts must be made for the PR to be considered. Please check when completed:

  • Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions)
  • Testing performed (I have tested my changes, ensuring everything works as expected)
  • Documentation updated (I have updated any relevant documentation)

Additional Information (optional)

Provide any additional context or screenshots about the feature or fix here.

For some reason the bazaar scripts were executable so I changed their modes, that's why you'll see them in this PR. I'll need to learn to not get distracted by little things like that (or make a separate PR) when I try to contribute.

If there are other pull requests or discussions related to this change, please link them 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/567 **Author:** [@vhsdream](https://github.com/vhsdream) **Created:** 11/28/2024 **Status:** ✅ Merged **Merged:** 12/2/2024 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `hoarder` --- ### 📝 Commits (10+) - [`215e66c`](https://github.com/community-scripts/ProxmoxVE/commit/215e66c8a20e8694a9f0113effa6e1d2c031c3a3) Add Hoarder script - [`54cee34`](https://github.com/community-scripts/ProxmoxVE/commit/54cee34b2a810e9617672e0b6c4839b2a301be17) Merge branch 'community-scripts:main' into hoarder - [`772fd56`](https://github.com/community-scripts/ProxmoxVE/commit/772fd563fbf66324f507debc994e2ed438db057e) Point build.func to correct repo - [`f3b28fc`](https://github.com/community-scripts/ProxmoxVE/commit/f3b28fc0770d66a659a7342d4c72c80771917a37) I hate testing these scripts - [`2bfc305`](https://github.com/community-scripts/ProxmoxVE/commit/2bfc30563f6bd59ec2e2ef7ee1dd8bcd0bce6f6c) no comment - [`aace44b`](https://github.com/community-scripts/ProxmoxVE/commit/aace44b2ce8ccbbcec7ad2f83afd2c4e70edc267) Quiesce systemctl enable output; add move DB to hoarder_data - [`e80a917`](https://github.com/community-scripts/ProxmoxVE/commit/e80a91765cb9f3e1fb2192e2b4a8e61c9ed5d6a6) add timeout to hoarder-workers - [`8f65698`](https://github.com/community-scripts/ProxmoxVE/commit/8f6569828eaf4de6062c4df46294667c71d26f5f) Restore attribution - [`588d363`](https://github.com/community-scripts/ProxmoxVE/commit/588d363d03612e6b1e1f797856c3c96f6182b9d6) fix sourcefix source URLs; quiesce migration post-install - [`e244959`](https://github.com/community-scripts/ProxmoxVE/commit/e2449591a4d048d40710af479e04e9f67a5c6009) Update hoarder-install.sh to move commands to separate lines ### 📊 Changes **3 files changed** (+320 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/hoarder.sh` (+106 -0) ➕ `install/hoarder-install.sh` (+180 -0) ➕ `json/hoarder.json` (+34 -0) </details> ### 📄 Description > [!NOTE] > We are meticulous when it comes to merging code into the main branch, so please understand that we may reject pull requests that do not meet the project's standards. It's never personal. Also, game-related scripts have a lower chance of being merged. ## Description With help from @MickLesk and [MohamedBasem](https://github.com/MohamedBassem) I have created an LXC install script for [Hoarder](https://hoarder.app/), the bookmark everything app. ## Type of change Please check the relevant option(s): - [ ] Bug fix (non-breaking change that resolves an issue) - [ ] New feature (non-breaking change that adds functionality) - [ ] Breaking change (a 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 efforts must be made for the PR to be considered. Please check when completed: - [x] Self-review performed (I have reviewed my code, ensuring it follows established patterns and conventions) - [x] Testing performed (I have tested my changes, ensuring everything works as expected) - [ ] Documentation updated (I have updated any relevant documentation) ## Additional Information (optional) Provide any additional context or screenshots about the feature or fix here. For some reason the bazaar scripts were executable so I changed their modes, that's why you'll see them in this PR. I'll need to learn to not get distracted by little things like that (or make a separate PR) when I try to contribute. ## Related Pull Requests / Discussions If there are other pull requests or discussions related to this change, please link them here: - Related Discussion #73 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 05:06:26 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#2656