diff --git a/stacks/homepage/config/bookmarks.yaml b/stacks/homepage/config/bookmarks.yaml new file mode 100644 index 0000000..e69de29 diff --git a/stacks/homepage/config/custom.css b/stacks/homepage/config/custom.css new file mode 100644 index 0000000..e69de29 diff --git a/stacks/homepage/config/custom.js b/stacks/homepage/config/custom.js new file mode 100644 index 0000000..e69de29 diff --git a/stacks/homepage/config/docker.yaml b/stacks/homepage/config/docker.yaml new file mode 100644 index 0000000..e69de29 diff --git a/stacks/homepage/config/services.yaml b/stacks/homepage/config/services.yaml new file mode 100644 index 0000000..e69de29 diff --git a/stacks/homepage/config/settings.yaml b/stacks/homepage/config/settings.yaml new file mode 100644 index 0000000..e69de29 diff --git a/stacks/homepage/config/widgets.yaml b/stacks/homepage/config/widgets.yaml new file mode 100644 index 0000000..5f3a15f --- /dev/null +++ b/stacks/homepage/config/widgets.yaml @@ -0,0 +1,10 @@ +- resources: + cpu: true + memory: true + disk: / + +- search: + provider: google # google, duckduckgo, bing, baidu, brave or custom + focus: true # Optional, will set focus to the search bar on page load + showSearchSuggestions: true # Optional, will show search suggestions. Defaults to false + target: _blank # One of _self, _blank, _parent or _top \ No newline at end of file