[PR #34] [MERGED] Multi service support #147

Closed
opened 2026-02-27 15:46:40 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/proxmoxer/proxmoxer/pull/34
Author: @jhollowe
Created: 7/21/2020
Status: Merged
Merged: 12/20/2020
Merged by: @jhollowe

Base: developHead: multi-service-support


📝 Commits (8)

  • 7c4eebb Generalize service selection and add to API Token
  • fc88468 Add (untested) multi-service SSH support
  • 0029992 Use correct method call for super (for py2 support)
  • 1be22b2 Merge branch 'develop' into multi-service-support
  • 78dd777 Fix super call for ssh
  • 9a657a6 Fix small bugs
  • ba36a20 Fix SSH cross-service compatibility issue
  • 5a73b1f Add API token incompatibility warning for PMG

📊 Changes

5 files changed (+46 additions, -15 deletions)

View changed files

📝 proxmoxer/backends/base_ssh.py (+16 -1)
📝 proxmoxer/backends/https.py (+16 -8)
📝 proxmoxer/backends/openssh.py (+6 -2)
📝 proxmoxer/backends/ssh_paramiko.py (+6 -4)
📝 proxmoxer/core.py (+2 -0)

📄 Description

Add support for multiple services with room for future services. Add support to SSH and API token authentication for https.


🔄 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/proxmoxer/proxmoxer/pull/34 **Author:** [@jhollowe](https://github.com/jhollowe) **Created:** 7/21/2020 **Status:** ✅ Merged **Merged:** 12/20/2020 **Merged by:** [@jhollowe](https://github.com/jhollowe) **Base:** `develop` ← **Head:** `multi-service-support` --- ### 📝 Commits (8) - [`7c4eebb`](https://github.com/proxmoxer/proxmoxer/commit/7c4eebb9818ff4f3d5b84faa669df206d52420e4) Generalize service selection and add to API Token - [`fc88468`](https://github.com/proxmoxer/proxmoxer/commit/fc88468dd4b41b95415da948773f39d7ba27c1f3) Add (untested) multi-service SSH support - [`0029992`](https://github.com/proxmoxer/proxmoxer/commit/00299928a4744b7b88ea85dccd03139a28d39609) Use correct method call for super (for py2 support) - [`1be22b2`](https://github.com/proxmoxer/proxmoxer/commit/1be22b2cbff0af52564a567549f564edb4723dc6) Merge branch 'develop' into multi-service-support - [`78dd777`](https://github.com/proxmoxer/proxmoxer/commit/78dd777474a4890e586cb6aaf79845f7e314e2b5) Fix super call for ssh - [`9a657a6`](https://github.com/proxmoxer/proxmoxer/commit/9a657a66015801369e7f1a9e8b8c4c4f2b5a9121) Fix small bugs - [`ba36a20`](https://github.com/proxmoxer/proxmoxer/commit/ba36a20ba159cba732438eae7014ea4f7ce8b6b8) Fix SSH cross-service compatibility issue - [`5a73b1f`](https://github.com/proxmoxer/proxmoxer/commit/5a73b1f483bf0e4e943a541645bc8a0a429c208d) Add API token incompatibility warning for PMG ### 📊 Changes **5 files changed** (+46 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `proxmoxer/backends/base_ssh.py` (+16 -1) 📝 `proxmoxer/backends/https.py` (+16 -8) 📝 `proxmoxer/backends/openssh.py` (+6 -2) 📝 `proxmoxer/backends/ssh_paramiko.py` (+6 -4) 📝 `proxmoxer/core.py` (+2 -0) </details> ### 📄 Description Add support for multiple services with room for future services. Add support to SSH and API token authentication for https. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:46:40 +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/proxmoxer#147
No description provided.