mirror of
https://github.com/bastienwirtz/homer.git
synced 2024-11-07 08:44:00 +01:00
doc: add lemmy and dashboard icons links, cleanup
This commit is contained in:
parent
aa8be8e576
commit
f7cc9761e9
11
README.md
11
README.md
@ -17,9 +17,6 @@
|
||||
<a href="https://opensource.org/licenses/Apache-2.0"><img
|
||||
alt="License: Apache 2"
|
||||
src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a>
|
||||
<a href="https://gitter.im/homer-dashboard/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge"><img
|
||||
alt="Gitter chat"
|
||||
src="https://badges.gitter.im/homer-dashboard/community.svg"></a>
|
||||
<a href="https://github.com/bastienwirtz/homer/releases/latest/download/homer.zip"><img
|
||||
alt="Download homer static build"
|
||||
src="https://img.shields.io/badge/Download-homer.zip-orange"></a>
|
||||
@ -58,10 +55,10 @@
|
||||
- 📂 Multi pages & item grouping
|
||||
- 🎨 Theme customization
|
||||
- ⌨️ keyboard shortcuts:
|
||||
- `/` Start searching.
|
||||
- `Escape` Stop searching.
|
||||
- `Enter` Open the first matching result (respects the bookmark's `_target` property).
|
||||
- `Alt`/`Option` + `Enter` Open the first matching result in a new tab.
|
||||
- <kbd>/</kbd> Start searching.
|
||||
- <kbd>Escape</kbd> Stop searching.
|
||||
- <kbd>Enter</kbd> Open the first matching result (respects the bookmark's `_target` property).
|
||||
- <kbd>Alt</kbd> (or <kbd>Option</kbd>) + <kbd>Enter</kbd> Open the first matching result in a new tab.
|
||||
|
||||
## Get started
|
||||
|
||||
|
@ -152,7 +152,7 @@ For Ping you need to set the type to Ping and provide a url. By default the HEAD
|
||||
type: Ping
|
||||
logo: "assets/tools/sample.png"
|
||||
tag: "app"
|
||||
url: "https://www.reddit.com/r/selfhosted/"
|
||||
url: "https://www.wikipedia.org/"
|
||||
method: "head"
|
||||
subtitle: "Bookmark example"
|
||||
# showRtt: true
|
||||
|
@ -2,6 +2,12 @@
|
||||
|
||||
Here is a collection of neat tips and tricks that Homer users have come up with!
|
||||
|
||||
## Dashboard icons
|
||||
|
||||
Great source to find service icons
|
||||
|
||||
- <https://github.com/walkxcode/dashboard-icons>
|
||||
|
||||
## Use Homer as a custom "new tab" page
|
||||
|
||||
#### `by @vosdev`
|
||||
|
@ -67,12 +67,18 @@ services:
|
||||
subtitle: "Displays dynamic information or actions."
|
||||
tag: "setup"
|
||||
url: "https://github.com/bastienwirtz/homer/blob/main/docs/theming.md"
|
||||
- name: "Dashboard icons"
|
||||
icon: "fa-solid fa-icons"
|
||||
subtitle: "Dashboard icons"
|
||||
tag: "setup"
|
||||
url: "https://github.com/walkxcode/dashboard-icons"
|
||||
- name: "Buy me a coffee!"
|
||||
subtitle: "Sponsor this project"
|
||||
icon: "fa-solid fa-mug-hot"
|
||||
url: "https://www.buymeacoffee.com/bastien"
|
||||
- name: "Smart cards showcase"
|
||||
icon: "fa-solid fa-brain"
|
||||
class: "highlight-purple"
|
||||
items:
|
||||
- name: "Octoprint"
|
||||
logo: "https://cdn-icons-png.flaticon.com/512/3112/3112529.png"
|
||||
@ -102,12 +108,19 @@ services:
|
||||
type: "OpenWeather"
|
||||
- name: "Ressources"
|
||||
icon: "fa-regular fa-bookmark"
|
||||
class: highlight-inverted
|
||||
items:
|
||||
- name: "r/selfhosted"
|
||||
icon: "fa-brands fa-reddit-alien"
|
||||
subtitle: "Bookmark example"
|
||||
tag: "reddit"
|
||||
subtitle: "selfhosted community on Reddit"
|
||||
tag: "community"
|
||||
url: "https://www.reddit.com/r/selfhosted/"
|
||||
target: "_blank"
|
||||
- name: "c/selfhosted"
|
||||
logo: "https://icons.iconarchive.com/icons/simpleicons-team/simple/256/lemmy-icon.png"
|
||||
subtitle: "selfhosted community on Lemmy"
|
||||
tag: "community"
|
||||
url: "https://lemmy.world/c/selfhosted"
|
||||
target: "_blank"
|
||||
- name: "Awesome selfhosted"
|
||||
icon: "fa-solid fa-star"
|
||||
|
@ -74,15 +74,28 @@ services:
|
||||
- name: "Applications"
|
||||
icon: "fas fa-cloud"
|
||||
items:
|
||||
- name: "Awesome app"
|
||||
logo: "assets/tools/sample.png"
|
||||
subtitle: "Bookmark example"
|
||||
tag: "app"
|
||||
keywords: "self hosted reddit"
|
||||
url: "https://www.reddit.com/r/selfhosted/"
|
||||
target: "_blank" # optional html a tag target attribute
|
||||
- name: "Another one"
|
||||
logo: "assets/tools/sample2.png"
|
||||
subtitle: "Another application"
|
||||
tag: "app"
|
||||
url: "#"
|
||||
- name: "Get started"
|
||||
icon: "fa-solid fa-download"
|
||||
subtitle: "Start using Homer in a few minutes"
|
||||
tag: "setup"
|
||||
url: "https://github.com/bastienwirtz/homer?tab=readme-ov-file#getting-started"
|
||||
- name: "Configuration"
|
||||
icon: "fa-solid fa-sliders"
|
||||
subtitle: "Configuration options documentation"
|
||||
tag: "setup"
|
||||
url: "https://github.com/bastienwirtz/homer/blob/main/docs/configuration.md"
|
||||
- name: "Theming"
|
||||
icon: "fa-solid fa-palette"
|
||||
subtitle: "Customize Homer appearance"
|
||||
tag: "theming"
|
||||
url: "https://github.com/bastienwirtz/homer/blob/main/docs/theming.md"
|
||||
- name: "Smart cards"
|
||||
icon: "fa-solid fa-palette"
|
||||
subtitle: "Displays dynamic information or actions."
|
||||
tag: "setup"
|
||||
url: "https://github.com/bastienwirtz/homer/blob/main/docs/theming.md"
|
||||
- name: "Dashboard icons"
|
||||
icon: "fa-solid fa-icons"
|
||||
subtitle: "Dashboard icons"
|
||||
tag: "setup"
|
||||
url: "https://github.com/walkxcode/dashboard-icons"
|
||||
|
Loading…
Reference in New Issue
Block a user