diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/assets/config-demo.yml.dist | 65 |
1 files changed, 41 insertions, 24 deletions
diff --git a/public/assets/config-demo.yml.dist b/public/assets/config-demo.yml.dist index 5bd9bae..153ff6c 100644 --- a/public/assets/config-demo.yml.dist +++ b/public/assets/config-demo.yml.dist | |||
@@ -8,7 +8,7 @@ logo: "logo.png" | |||
8 | # icon: "fas fa-skull-crossbones" # Optional icon | 8 | # icon: "fas fa-skull-crossbones" # Optional icon |
9 | 9 | ||
10 | header: true | 10 | header: true |
11 | footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it. | 11 | footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">Bulma</a>, <a href="https://vuejs.org/">Vue.js</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it. |
12 | 12 | ||
13 | # Optional theme customization | 13 | # Optional theme customization |
14 | theme: default | 14 | theme: default |
@@ -42,11 +42,9 @@ colors: | |||
42 | 42 | ||
43 | # Optional message | 43 | # Optional message |
44 | message: | 44 | message: |
45 | #url: https://b4bz.io | ||
46 | style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options. | 45 | style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options. |
47 | title: "Demo !" | 46 | title: "👋 Welcome !" |
48 | icon: "fa fa-grin" | 47 | content: "This demo page shows an overview of Homer possibilities. Feel free to click anywhere!<br /> Find more information on <a href='https://github.com/bastienwirtz/homer'>github.com/bastienwirtz/homer</a>" |
49 | content: "This is a dummy homepage demo. <br /> Find more information on <a href='https://github.com/bastienwirtz/homer'>github.com/bastienwirtz/homer</a>" | ||
50 | 48 | ||
51 | # Optional navbar | 49 | # Optional navbar |
52 | # links: [] # Allows for navbar (dark mode, layout, and search) without any links | 50 | # links: [] # Allows for navbar (dark mode, layout, and search) without any links |
@@ -55,9 +53,9 @@ links: | |||
55 | icon: "fab fa-github" | 53 | icon: "fab fa-github" |
56 | url: "https://github.com/bastienwirtz/homer" | 54 | url: "https://github.com/bastienwirtz/homer" |
57 | target: "_blank" # optional html a tag target attribute | 55 | target: "_blank" # optional html a tag target attribute |
58 | - name: "Wiki" | 56 | - name: "Documentation" |
59 | icon: "fas fa-book" | 57 | icon: "fas fa-book" |
60 | url: "https://www.wikipedia.org/" | 58 | url: "https://github.com/bastienwirtz/homer/blob/main/README.md#table-of-contents" |
61 | # this will link to a second homer page that will load config from additional-page.yml and keep default config values as in config.yml file | 59 | # this will link to a second homer page that will load config from additional-page.yml and keep default config values as in config.yml file |
62 | # see url field and assets/additional-page.yml.dist used in this example: | 60 | # see url field and assets/additional-page.yml.dist used in this example: |
63 | - name: "another page!" | 61 | - name: "another page!" |
@@ -68,32 +66,51 @@ links: | |||
68 | # First level array represent a group. | 66 | # First level array represent a group. |
69 | # Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed). | 67 | # Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed). |
70 | services: | 68 | services: |
71 | - name: "Applications" | 69 | - name: "My apps" |
72 | icon: "fas fa-cloud" | 70 | icon: "fas fa-cloud" |
73 | items: | 71 | items: |
74 | - name: "Awesome app" | ||
75 | logo: "assets/tools/sample.png" | ||
76 | subtitle: "Bookmark example" | ||
77 | tag: "app" | ||
78 | keywords: "self hosted reddit" | ||
79 | url: "https://www.reddit.com/r/selfhosted/" | ||
80 | target: "_blank" # optional html a tag target attribute | ||
81 | - name: "Another one" | ||
82 | logo: "assets/tools/sample2.png" | ||
83 | subtitle: "Another application" | ||
84 | tag: "app" | ||
85 | url: "#" | ||
86 | - name: "Pi-hole" | 72 | - name: "Pi-hole" |
87 | logo: "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/pihole.png" | 73 | logo: "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/pihole.png" |
88 | url: "#" | 74 | url: "https://pi-hole.net/" |
89 | endpoint: "https://homer-demo-content.netlify.app/pihole" | 75 | endpoint: "https://homer-demo-content.netlify.app/pihole" |
90 | type: "PiHole" | 76 | type: "PiHole" |
91 | - name: "Proxmox - Node1" | 77 | - name: "Proxmox - Node1" |
92 | logo: "https://camo.githubusercontent.com/2df2ac41e1b8a1484be236c75e395981b31bfd670eff46b5c182ea0be9475310/68747470733a2f2f7777772e70726f786d6f782e636f6d2f696d616765732f70726f786d6f782f50726f786d6f785f73796d626f6c5f7374616e646172645f6865782e706e67" | 78 | logo: "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/proxmox.png" |
93 | type: "Proxmox" | 79 | type: "Proxmox" |
94 | tag: "sys" | 80 | tag: "sys" |
95 | url: "https://homer-demo-content.netlify.app/proxmox" | 81 | url: "https://www.proxmox.com/en/" |
82 | endpoint: "https://homer-demo-content.netlify.app/proxmox" | ||
96 | node: "node1" | 83 | node: "node1" |
97 | warning_value: 50 | 84 | warning_value: 50 |
98 | danger_value: 80 | 85 | danger_value: 80 |
99 | api_token: "PVEAPIToken=root@pam!monitoring=baaaa46c1-7aee-4f13-b3e5-754d856111a9" | 86 | api_token: "xxxxxxxxxxxx" |
87 | - name: "An awesome app" | ||
88 | logo: "assets/tools/sample.png" | ||
89 | subtitle: "Bookmark example" | ||
90 | tag: "app" | ||
91 | keywords: "self hosted reddit" | ||
92 | url: "https://www.reddit.com/r/selfhosted/" | ||
93 | - name: "Tools" | ||
94 | icon: "fa-solid fa-screwdriver-wrench" | ||
95 | items: | ||
96 | - name: "Example item" | ||
97 | logo: "assets/tools/sample.png" | ||
98 | subtitle: "This another example" | ||
99 | tag: "app" | ||
100 | keywords: "demo" | ||
101 | url: "#" | ||
102 | target: "_blank" | ||
103 | - name: "interesting links" | ||
104 | icon: "fas fa-solid fa-arrow-up-right-from-square" | ||
105 | items: | ||
106 | - name: "r/selfhosted" | ||
107 | icon: "fa-brands fa-reddit-alien" | ||
108 | subtitle: "Bookmark example" | ||
109 | tag: "reddit" | ||
110 | url: "https://www.reddit.com/r/selfhosted/" | ||
111 | target: "_blank" | ||
112 | - name: "Awesome selfhosted" | ||
113 | icon: "fa-brands fa-github-alt" | ||
114 | subtitle: "Another application" | ||
115 | tag: "awesome-list" | ||
116 | url: "https://github.com/awesome-selfhosted/awesome-selfhosted" | ||