[PR #1429] [MERGED] New Script: Opengist #3053

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

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1429
Author: @jd-apprentice
Created: 1/12/2025
Status: Merged
Merged: 1/14/2025
Merged by: @MickLesk

Base: mainHead: main


📝 Commits (10+)

  • 3b17601 feat(script): added opengist lxc
  • 92317fb fix: executable was inside the folder
  • e83cfb8 chore: use script from the fork
  • 984f1f5 chore: proper copyright
  • fbe911f chore: self script
  • c469a96 chore: self script
  • 6658530 chore: use original sources
  • c3abc44 chore: back to links from fork
  • c717ef2 fix: added /ref/head to urls
  • 214096d fix: wrong executble path

📊 Changes

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

View changed files

ct/opengist.sh (+71 -0)
install/opengist-install.sh (+60 -0)
json/opengist.json (+34 -0)

📄 Description

🛠️ Note:
We are meticulous about merging code into the main branch, so please understand that pull requests not meeting the project's standards may be rejected. It's never personal!
🎮 Note for game-related scripts: These have a lower likelihood of being merged.


✍️ Description

I've added a tool named Opengist which is an open source alternative to GitHub Gist.
The installer includes install of the tool itself via the Golang binary and the creation of a systemd service to persist the app itself.


🛠️ Type of Change

Please check the relevant options:

  • 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)

Install step OK

image

App working

image


🔄 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/1429 **Author:** [@jd-apprentice](https://github.com/jd-apprentice) **Created:** 1/12/2025 **Status:** ✅ Merged **Merged:** 1/14/2025 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`3b17601`](https://github.com/community-scripts/ProxmoxVE/commit/3b17601c25a4c1510742724ae0d72a9d408bc2e5) feat(script): added opengist lxc - [`92317fb`](https://github.com/community-scripts/ProxmoxVE/commit/92317fb30d80f8308a0796b078010d1f4ecfb877) fix: executable was inside the folder - [`e83cfb8`](https://github.com/community-scripts/ProxmoxVE/commit/e83cfb8d50755baa0d513748add41b8eef603162) chore: use script from the fork - [`984f1f5`](https://github.com/community-scripts/ProxmoxVE/commit/984f1f5b26df9fbc87fa91477bfee14fac8f974b) chore: proper copyright - [`fbe911f`](https://github.com/community-scripts/ProxmoxVE/commit/fbe911fa5b3df7d2486704272d7b636dff3fd968) chore: self script - [`c469a96`](https://github.com/community-scripts/ProxmoxVE/commit/c469a96e6d10bd87feb1b549af79b033b6d282cd) chore: self script - [`6658530`](https://github.com/community-scripts/ProxmoxVE/commit/66585303d6ac6a68ca41d0cac8fb7f317bcf9d70) chore: use original sources - [`c3abc44`](https://github.com/community-scripts/ProxmoxVE/commit/c3abc447d8005e1c5a208b28dbef0e2ccb3f4e91) chore: back to links from fork - [`c717ef2`](https://github.com/community-scripts/ProxmoxVE/commit/c717ef22e7ba7b0d5e6f8b524cd3a4dcc2594315) fix: added /ref/head to urls - [`214096d`](https://github.com/community-scripts/ProxmoxVE/commit/214096d2f8184f5cb13d293dbae913313183193a) fix: wrong executble path ### 📊 Changes **3 files changed** (+165 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/opengist.sh` (+71 -0) ➕ `install/opengist-install.sh` (+60 -0) ➕ `json/opengist.json` (+34 -0) </details> ### 📄 Description > **🛠️ Note:** > We are meticulous about merging code into the main branch, so please understand that pull requests not meeting the project's standards may be rejected. It's never personal! > 🎮 **Note for game-related scripts:** These have a lower likelihood of being merged. --- ## ✍️ Description I've added a tool named [Opengist](https://opengist.io/) which is an open source alternative to GitHub Gist. The installer includes install of the tool itself via the Golang binary and the creation of a systemd service to persist the app itself. - - - ## 🛠️ Type of Change Please check the relevant options: - [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) Install step OK ![image](https://github.com/user-attachments/assets/c27aa6cb-90fb-4239-a9ca-c8c75769b6c0) App working ![image](https://github.com/user-attachments/assets/1f97245b-cedf-4a1c-ab0c-3e4fd2e3acfd) --- <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:26:31 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/ProxmoxVE#3053