feat: add Proxmox integration/widget (#1903)
This commit is contained in:
@@ -58,7 +58,8 @@ export type IntegrationType =
|
||||
| 'pihole'
|
||||
| 'adGuardHome'
|
||||
| 'homeAssistant'
|
||||
| 'openmediavault';
|
||||
| 'openmediavault'
|
||||
| 'proxmox';
|
||||
|
||||
export type AppIntegrationType = {
|
||||
type: IntegrationType | null;
|
||||
@@ -103,6 +104,7 @@ export const integrationFieldProperties: {
|
||||
adGuardHome: ['username', 'password'],
|
||||
homeAssistant: ['apiKey'],
|
||||
openmediavault: ['username', 'password'],
|
||||
proxmox: ['apiKey'],
|
||||
};
|
||||
|
||||
export type IntegrationFieldDefinitionType = {
|
||||
|
||||
Reference in New Issue
Block a user