Adds content for PiHole

This commit is contained in:
2023-09-21 13:46:26 +02:00
parent f6d884a91c
commit 19a4e7514d
6 changed files with 72 additions and 32 deletions

View File

@@ -3,7 +3,8 @@ import { type ServiceData, type ServiceHandler } from '../service';
export const handle: ServiceHandler = async (config: ServiceConfig) => {
const res: ServiceData = {
logo: 'https://cdn.rawgit.com/pi-hole/graphics/master/Vortex/Vortex.svg'
logo: 'https://cdn.rawgit.com/pi-hole/graphics/master/Vortex/Vortex.svg',
subtitle: 'Sends ads into a black hole'
};
try {