]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - src/assets/defaults.yml
Pass new forwarder config to services, give it a default value of empty
[github/bastienwirtz/homer.git] / src / assets / defaults.yml
CommitLineData
b9c5fcf0
BW
1---
2# Default configuration
3
4title: "Dashboard"
5subtitle: "Homer"
b9c5fcf0
BW
6
7header: true
8footer: '<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.
9
9e4fe0d2 10columns: 3
e9113b48
BW
11connectivityCheck: true
12
5db2414d
A
13defaults:
14 # columns, list
15 layout: columns
16 # auto, light, dark
17 colorTheme: auto
18
b9c5fcf0
BW
19theme: default
20colors:
21 light:
22 highlight-primary: "#3367d6"
23 highlight-secondary: "#4285f4"
24 highlight-hover: "#5a95f5"
25 background: "#f5f5f5"
26 card-background: "#ffffff"
27 text: "#363636"
28 text-header: "#ffffff"
29 text-title: "#303030"
30 text-subtitle: "#424242"
31 card-shadow: rgba(0, 0, 0, 0.1)
3faeac7e 32 link: "#3273dc"
b9c5fcf0 33 link-hover: "#363636"
154e6efe 34 background-image: ""
b9c5fcf0
BW
35 dark:
36 highlight-primary: "#3367d6"
37 highlight-secondary: "#4285f4"
38 highlight-hover: "#5a95f5"
39 background: "#131313"
40 card-background: "#2b2b2b"
41 text: "#eaeaea"
42 text-header: "#ffffff"
43 text-title: "#fafafa"
44 text-subtitle: "#f5f5f5"
45 card-shadow: rgba(0, 0, 0, 0.4)
3faeac7e 46 link: "#3273dc"
b9c5fcf0 47 link-hover: "#ffdd57"
154e6efe 48 background-image: ""
b9c5fcf0 49
9814a037 50message: ~
b9c5fcf0
BW
51links: []
52services: []
0a3be103
BW
53
54
76d30be8
ES
55proxy: ~
56forwarder: ~