You've already forked netbox-proxmox-power-button
added proxmox power button plugin 0.1
This commit is contained in:
5
proxmox_power_button/models.py
Normal file
5
proxmox_power_button/models.py
Normal file
@@ -0,0 +1,5 @@
|
||||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2026 Bryan Joshua Pedini
|
||||
# This plugin defines no models of its own — it extends core VirtualMachine and
|
||||
# Cluster via custom fields (created in migrations/0001_initial.py) and enforces
|
||||
# per-cluster VMID uniqueness via a signal (signals.py).
|
||||
Reference in New Issue
Block a user