[PR #163] [MERGED] Feature acme user and acme plugin #275

Closed
opened 2026-02-28 00:41:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/163
Author: @Tinyblargon
Created: 4/11/2022
Status: Merged
Merged: 4/12/2022
Merged by: @mleone87

Base: masterHead: Feature-Acme-User-and-Plugin


📝 Commits (3)

  • b599392 Add feature to interact with acme accounts
  • e76eefb Add feature to interact with acme plugins
  • fd12f6c Remove unneeded parameters from readme

📊 Changes

7 files changed (+470 additions, -1 deletions)

View changed files

📝 README.md (+42 -0)
📝 main.go (+92 -0)
📝 proxmox/client.go (+140 -1)
proxmox/config_acme_account.go (+84 -0)
proxmox/config_acme_plugin.go (+97 -0)
📝 proxmox/util.go (+4 -0)
proxmox/validate.go (+11 -0)

📄 Description

Added the functionality to interact with the acme user and acme plugin configuration of proxmox.

Features include:

  1. Acme Account
  • getAcmeAccountList
    Gives the json output of all the configured acme accounts
  • getAcmeAccount
    Gives the json formatted output of a acme accounts current configuration
  • createAcmeAccount
    Creates the acme accounts configuration
  • updateAcmeAccountEmail
    Updates the acme accounts contact emails
  • deleteAcmeAccount
    Deletes the acme account
  1. Acme Plugin
  • getAcmePluginList
    Gives the json output of all the configured acme plugins
  • getAcmePlugin
    Gives the json formatted output of a acme plugins current configuration
  • setAcmePlugin
    Creates or updates the acme plugins configuration
  • deleteAcmePlugin
    Deletes the acme plugin

🔄 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/Telmate/proxmox-api-go/pull/163 **Author:** [@Tinyblargon](https://github.com/Tinyblargon) **Created:** 4/11/2022 **Status:** ✅ Merged **Merged:** 4/12/2022 **Merged by:** [@mleone87](https://github.com/mleone87) **Base:** `master` ← **Head:** `Feature-Acme-User-and-Plugin` --- ### 📝 Commits (3) - [`b599392`](https://github.com/Telmate/proxmox-api-go/commit/b5993921f705d74c02871b3282acebcec886e31f) Add feature to interact with acme accounts - [`e76eefb`](https://github.com/Telmate/proxmox-api-go/commit/e76eefb28fd60b50ebbf6633090d124fea037f6c) Add feature to interact with acme plugins - [`fd12f6c`](https://github.com/Telmate/proxmox-api-go/commit/fd12f6c1478499d810eaf48639f9896c43022414) Remove unneeded parameters from readme ### 📊 Changes **7 files changed** (+470 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+42 -0) 📝 `main.go` (+92 -0) 📝 `proxmox/client.go` (+140 -1) ➕ `proxmox/config_acme_account.go` (+84 -0) ➕ `proxmox/config_acme_plugin.go` (+97 -0) 📝 `proxmox/util.go` (+4 -0) ➕ `proxmox/validate.go` (+11 -0) </details> ### 📄 Description Added the functionality to interact with the acme user and acme plugin configuration of proxmox. Features include: 1. Acme Account - getAcmeAccountList Gives the json output of all the configured acme accounts - getAcmeAccount Gives the json formatted output of a acme accounts current configuration - createAcmeAccount Creates the acme accounts configuration - updateAcmeAccountEmail Updates the acme accounts contact emails - deleteAcmeAccount Deletes the acme account 2. Acme Plugin - getAcmePluginList Gives the json output of all the configured acme plugins - getAcmePlugin Gives the json formatted output of a acme plugins current configuration - setAcmePlugin Creates or updates the acme plugins configuration - deleteAcmePlugin Deletes the acme plugin --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:41:31 +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/proxmox-api-go#275
No description provided.