@emersonfelipesp another issue is that the code want to write something into .venv folder here: https://github.com/emersonfelipesp/proxbox-api/blob/faa7f4bcb115b19f4a0a4b9d398d82226fd946e7/proxbox_api/proxmox_to_netbox/netbox_schema.py#L20-L23
I...
The image is expected to be executed as root which is forbidden in our organization. So I had to attach the volume into `/data` and set up some extra variables:
- name: PROXBOX_BIND_HOST
value: "0.0.0.0"
- name: PORT
value: "8000"...
Tried to fix the token - no luck. In the netbox I did:
ubuntu@netbox-7f4d9cb878-knt9k:/opt/netbox/netbox$ python manage.py proxbox_fix_tokens --fix
loaded config '/etc/netbox/config/configuration.py'
loaded config '/etc/netbox/config/extra.py'...
I had upgraded the plugin to `netbox_proxbox: 0.0.21` and have the same error when come to Proxbox - Homepage, pick up proxmox endpoint and go to Cluster Nodes tab.
Unfortunately after fixing the error with `cluster/status` the sync did not started to work. In 3 consoles (netbox, proxbox, netbox-worker) I do not see any traces, but the sync of nodes, VMs, etc fails. When I'm trying to check `Cluster Nodes` -...
Ok, nevermind - fixed that.
I had to add the user to the group, assign the permissions especially for the group and for the token.
...complex Proxmox ACLs, huh!
Hello @emersonfelipesp. I'm trying to set up your plugin and have this:
proxbox [2026-06-28 01:17:38,979] [WARNING] proxmox_core: Connected to Proxmox 1.2.3.4:8006 but cluster/status is forbidden; continuing in restricted mode
INFO...