mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-12 00:15:48 +01:00
✨ Add ad guard home (#937)
* ✨ Add add guard home * ✨ Add request for blocked domains and fix request for blocked queries * ♻️ PR feedback * ✅ Fix tests
This commit is contained in:
@@ -45,7 +45,8 @@ export type IntegrationType =
|
||||
| 'plex'
|
||||
| 'jellyfin'
|
||||
| 'nzbGet'
|
||||
| 'pihole';
|
||||
| 'pihole'
|
||||
| 'adGuardHome';
|
||||
|
||||
export type AppIntegrationType = {
|
||||
type: IntegrationType | null;
|
||||
@@ -86,6 +87,7 @@ export const integrationFieldProperties: {
|
||||
jellyfin: ['username', 'password'],
|
||||
plex: ['apiKey'],
|
||||
pihole: ['password'],
|
||||
adGuardHome: ['username', 'password'],
|
||||
};
|
||||
|
||||
export type IntegrationFieldDefinitionType = {
|
||||
|
||||
Reference in New Issue
Block a user