From 9a2f256bcf00ba455f3fec436b18f4deecb896aa Mon Sep 17 00:00:00 2001 From: Dustin Pianalto Date: Mon, 20 Feb 2023 23:04:14 -0900 Subject: [PATCH] Add proxmox servers --- config.yml.dist | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/config.yml.dist b/config.yml.dist index 4a2847f..5e7f58c 100644 --- a/config.yml.dist +++ b/config.yml.dist @@ -64,18 +64,17 @@ links: # First level array represent a group. # Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed). services: - - name: "Applications" + - name: "Servers" icon: "fas fa-cloud" items: - - name: "Awesome app" - logo: "assets/tools/sample.png" + - name: "Jacob" + logo: "assets/icons/homer-icons/png/proxmox.png" subtitle: "Bookmark example" - tag: "app" + tag: "proxmox" keywords: "self hosted reddit" - url: "https://www.reddit.com/r/selfhosted/" + url: "https://jacob.djpianalto.com" target: "_blank" # optional html a tag target attribute - - name: "Another one" - logo: "assets/tools/sample2.png" - subtitle: "Another application" - tag: "app" - url: "#" + - name: "Joseph" + logo: "assets/icons/homer-icons/png/proxmox.png" + tag: "proxmox" + url: "https://joseph.djpianalto.com"