You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/api-wrapper/index.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,19 @@
1
-
The pve api wrapper is an http server ment to be installed on the proxmox host server () that wraps the proxmox api and adds missing features to it.
1
+
The pve api wrapper is an http server ment to be installed on the proxmox host server that wraps the proxmox api and adds missing features to it.
2
2
3
-
_pve-api-wrapper can definitely be installed somewhere else but some functionalities might not work._
3
+
4
+
> [!NOTE]
5
+
> pve-api-wrapper can definitely be installed somewhere else by pointing to the corresponding pve host & port, but some functionalities might not work.
4
6
5
7
## Features
6
8
- Proper error responses on failed requests,
7
-
-lxc exec command endpoint (not available yet).
9
+
-custom endpoints (for a full list see the [reference])
8
10
9
11
## Installation
10
12
### Latest release
11
13
The installation script installs the `pve-api-wrapper` binary into `/usr/local/bin`.
0 commit comments