mirror of
https://github.com/adminsyspro/proxcenter-ui.git
synced 2026-04-25 06:25:57 +03:00
[GH-ISSUE #6] Instructions for adding PBS connection incorrect syntax #115
Labels
No labels
bug
enhancement
feature-request
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxcenter-ui#115
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?
Originally created by @turnipy on GitHub (Feb 18, 2026).
Original GitHub issue: https://github.com/adminsyspro/proxcenter-ui/issues/6
In the form to add a PBS server
API syntax is given as: Format: user@realm!tokenid=secret
Format only works with user@realm!tokenid:secret
Proxmox token uses "=" before secret
PBS token uses ":" before secret
@adminsyspro commented on GitHub (Feb 18, 2026):
This has been fixed in commit
6e6efda:user@realm!tokenid=secret(with=)user@realm!tokenid:secret(with:)Thank you for catching this — you're absolutely right that PBS uses
:while PVE uses=.Available in the latest Docker image.