mirror of
https://github.com/Telmate/proxmox-api-go.git
synced 2026-04-25 23:45:55 +03:00
[PR #163] [MERGED] Feature acme user and acme plugin #275
Labels
No labels
good first issue
issue/confirmed
issue/critical
proposal/accepted
pull-request
type/bug
type/enhancement
type/feature
type/question
type/refactoring
type/testing
type/testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxmox-api-go#275
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:Feature-Acme-User-and-Plugin📝 Commits (3)
b599392Add feature to interact with acme accountse76eefbAdd feature to interact with acme pluginsfd12f6cRemove 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:
Gives the json output of all the configured acme accounts
Gives the json formatted output of a acme accounts current configuration
Creates the acme accounts configuration
Updates the acme accounts contact emails
Deletes the acme account
Gives the json output of all the configured acme plugins
Gives the json formatted output of a acme plugins current configuration
Creates or updates the acme plugins configuration
Deletes the acme plugin
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.