-
## Steps to Reproduce (for bugs)
Taking it from the initial startup of the program to error, here are the steps I've taken.
1. `sudo python3 rsf.py`
2. `use scanners/autopwn`
3. `set target 54.7…
-
**Describe the bug**
When a device sensors and switches goes Unavailable, tuya local seems to re-connect to the device with weird reconnection issue. First the device seems to get reconnected but a f…
-
### Checklist
- [X] I have updated to the latest available Proxmox VE Custom Integration version, [see the latest version here](https://github.com/dougiteixeira/proxmoxve/releases/latest).
### Descr…
-
Hello,
I'm trying to use an API endpoint's option that as a dash in it's name. As it's impossible to have dashes in Python variables, I'm facing a major problem.
I have this code I wrote :
```
…
-
Hello Proxmoxer maintainers and community,
I'd like to request the addition of a new feature to support the Proxmox Software-Defined Networking (SDN) API. Proxmox provides a rich set of APIs for ma…
-
When using an API-Token, Proxmox was complaining about not being able to authenticate. My user was created in the pve-realm, other realms might be provided by pam or ldap.
I had to fix this by addi…
-
### Summary
Currently, it seems the creation of mount points with the documented syntax is not idempotent but instead creates a new mount disk each time the update task is run.
In the [documentati…
-
Tried with verify_ssl: false but still get this warning on every scrape
```
/usr/lib/python3/dist-packages/urllib3/connectionpool.py:1015: InsecureRequestWarning: Unverified HTTPS request is being …
-
How to update 'description' in config?
vm = proxmox.nodes('proxmox6').qemu('101')
vm.config.update({'description': '#test\ntest2\n'})
Don't work.
areqq updated
5 months ago
-
Is there an option to change the port that the exporter tries to connect to proxmox at? I have my proxmox instance sitting behind a reverse proxy and I'd like to set the target as my hostname and conn…