[PR #637] [CLOSED] New Script: CUPS printing server #2815

Closed
opened 2026-02-26 13:31:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/637
Author: @zdraganov
Created: 12/2/2024
Status: Closed

Base: mainHead: add-cups-printserver


📝 Commits (3)

📊 Changes

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

View changed files

ct/cups.sh (+81 -0)
install/cups-install.sh (+37 -0)
json/cups.json (+34 -0)

📄 Description

Description

Adding CUPS print server as LXE container installation

Fixes # (issue)

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)

🔄 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/637 **Author:** [@zdraganov](https://github.com/zdraganov) **Created:** 12/2/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-cups-printserver` --- ### 📝 Commits (3) - [`f312a9e`](https://github.com/community-scripts/ProxmoxVE/commit/f312a9ec229d08d05653f2a2030466aafc3b06e3) add CUPS printing system - [`4a3a93d`](https://github.com/community-scripts/ProxmoxVE/commit/4a3a93d5e75df573ba519413c1b6ff3adc613bcd) cover PR comments - [`d76757e`](https://github.com/community-scripts/ProxmoxVE/commit/d76757eff0abc513e62106573d51221a5434054b) Fixed incorrect info ### 📊 Changes **3 files changed** (+152 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `ct/cups.sh` (+81 -0) ➕ `install/cups-install.sh` (+37 -0) ➕ `json/cups.json` (+34 -0) </details> ### 📄 Description ## Description Adding CUPS print server as LXE container installation Fixes # (issue) ## 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: - [ ] 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) ## Related Pull Requests / Discussions --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 13:31:27 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ProxmoxVE#2815
No description provided.