[PR #4092] [MERGED] Make apt-cacher-ng a client of its own server #4735

Open
opened 2025-11-20 06:11:25 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/4092
Author: @pgcudahy
Created: 4/28/2025
Status: Merged
Merged: 4/28/2025
Merged by: @tremor021

Base: mainHead: apt-cacher-ng-client-config


📝 Commits (1)

  • 791e70d Make apt-cacher-ng a client of its own server

📊 Changes

1 file changed (+3 additions, -0 deletions)

View changed files

📝 install/apt-cacher-ng-install.sh (+3 -0)

📄 Description

✍️ Description

When installing apt-cacher-ng into a CT, in addition to being a caching server, I think it would be good to also be a client of its own cache. From https://askubuntu.com/questions/1503184/apt-cacher-ng-not-caching-packages-installed-on-the-server it changes this

image

to this

image

Link: #

Prerequisites (X in brackets)

  • Self-review completed – Code follows project standards.
  • Tested thoroughly – Changes work as expected.
  • 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.

🔄 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/4092 **Author:** [@pgcudahy](https://github.com/pgcudahy) **Created:** 4/28/2025 **Status:** ✅ Merged **Merged:** 4/28/2025 **Merged by:** [@tremor021](https://github.com/tremor021) **Base:** `main` ← **Head:** `apt-cacher-ng-client-config` --- ### 📝 Commits (1) - [`791e70d`](https://github.com/community-scripts/ProxmoxVE/commit/791e70d4b31a4149d9c0475fe9a33e37bf54c904) Make apt-cacher-ng a client of its own server ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `install/apt-cacher-ng-install.sh` (+3 -0) </details> ### 📄 Description <!--🛑 New scripts must be submitted to [ProxmoxVED](https://github.com/community-scripts/ProxmoxVED) for testing. PRs without prior testing will be closed. --> ## ✍️ Description When installing apt-cacher-ng into a CT, in addition to being a caching server, I think it would be good to also be a client of its own cache. From https://askubuntu.com/questions/1503184/apt-cacher-ng-not-caching-packages-installed-on-the-server it changes this ![image](https://github.com/user-attachments/assets/fe129acf-67e1-4f35-a2c3-3b856a2bf253) to this ![image](https://github.com/user-attachments/assets/7e565253-32bc-4f72-a6f1-b1a3752f36c4) ## 🔗 Related PR / Issue Link: # ## ✅ Prerequisites (**X** in brackets) - [X] **Self-review completed** – Code follows project standards. - [ ] **Tested thoroughly** – Changes work as expected. - [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. - [X] ✨ **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. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 06:11:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#4735