diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2022-04-07 22:33:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-07 22:33:20 +0200 |
commit | 7341d7634b5a7d66e7eab921c0fcfe7034d2047f (patch) | |
tree | 943e41fee0bc8e4333d64331fab42b967d7f9d2e /public/assets/additional-page.yml.dist | |
parent | b2a41400540b5003431bd83f6859b74991f195c5 (diff) | |
parent | 9e1e82b0f3ce57f95f21fc09c70e2711e5105997 (diff) | |
download | homer-7341d7634b5a7d66e7eab921c0fcfe7034d2047f.tar.gz homer-7341d7634b5a7d66e7eab921c0fcfe7034d2047f.tar.zst homer-7341d7634b5a7d66e7eab921c0fcfe7034d2047f.zip |
Merge branch 'main' into feature/adguard-home-customservices-doc
Diffstat (limited to 'public/assets/additional-page.yml.dist')
-rw-r--r-- | public/assets/additional-page.yml.dist | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/public/assets/additional-page.yml.dist b/public/assets/additional-page.yml.dist new file mode 100644 index 0000000..5d377ee --- /dev/null +++ b/public/assets/additional-page.yml.dist | |||
@@ -0,0 +1,35 @@ | |||
1 | --- | ||
2 | # Additional page configuration | ||
3 | |||
4 | # Additional configurations are loaded using its file name, minus the extension, as an anchor (https://<mydashboad>#<config>). | ||
5 | # `config.yml` is still used as a base configuration, and all values here will overwrite it, so you don't have to re-defined everything | ||
6 | |||
7 | |||
8 | subtitle: "this is another dashboard page" | ||
9 | |||
10 | # This overwrites message config. Setting it to empty to remove message from this page and keep it only in the main one: | ||
11 | message: ~ | ||
12 | |||
13 | # as we want to include a differente link here (so we can get back to home page), we need to replicate all links or they will be revome when overwriting the links field: | ||
14 | links: | ||
15 | - name: "Home" | ||
16 | icon: "fas fa-home" | ||
17 | url: "#" | ||
18 | - name: "Contribute" | ||
19 | icon: "fab fa-github" | ||
20 | url: "https://github.com/bastienwirtz/homer" | ||
21 | target: "_blank" # optional html a tag target attribute | ||
22 | - name: "Wiki" | ||
23 | icon: "fas fa-book" | ||
24 | url: "https://www.wikipedia.org/" | ||
25 | |||
26 | services: | ||
27 | - name: "More applications on another page!" | ||
28 | icon: "fas fa-cloud" | ||
29 | items: | ||
30 | - name: "Awesome app on a second page!" | ||
31 | logo: "assets/tools/sample.png" | ||
32 | subtitle: "Bookmark example" | ||
33 | tag: "app" | ||
34 | url: "https://www.reddit.com/r/selfhosted/" | ||
35 | target: "_blank" | ||