[GH-ISSUE #6] Instructions for adding PBS connection incorrect syntax #115

Closed
opened 2026-03-13 17:11:52 +03:00 by kerem · 1 comment
Owner

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

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
kerem closed this issue 2026-03-13 17:11:57 +03:00
Author
Owner

@adminsyspro commented on GitHub (Feb 18, 2026):

This has been fixed in commit 6e6efda:

  • The connection dialog now shows the correct format depending on the connection type:
    • PVE: user@realm!tokenid=secret (with =)
    • PBS: user@realm!tokenid:secret (with :)
  • The helper text also indicates the difference explicitly.

Thank you for catching this — you're absolutely right that PBS uses : while PVE uses =.

Available in the latest Docker image.

<!-- gh-comment-id:3921795663 --> @adminsyspro commented on GitHub (Feb 18, 2026): This has been fixed in commit 6e6efda: - The connection dialog now shows the correct format depending on the connection type: - **PVE**: `user@realm!tokenid=secret` (with `=`) - **PBS**: `user@realm!tokenid:secret` (with `:`) - The helper text also indicates the difference explicitly. Thank you for catching this — you're absolutely right that PBS uses `:` while PVE uses `=`. Available in the latest Docker image.
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/proxcenter-ui#115
No description provided.