mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00:00
New Copy to clipboard custom service
This commit is contained in:
parent
bdad8933ff
commit
f72c0bc781
2 changed files with 103 additions and 0 deletions
|
|
@ -27,6 +27,7 @@ within Homer:
|
|||
- [Proxmox](#proxmox)
|
||||
- [rTorrent](#rtorrent)
|
||||
- [qBittorrent](#qbittorrent)
|
||||
- [CopyToClipboard](#copy-to-clipboard)
|
||||
|
||||
If you experiencing any issue, please have a look to the [troubleshooting](troubleshooting.md) page.
|
||||
|
||||
|
|
@ -317,3 +318,20 @@ servers can be found at [enable-cors.org](https://enable-cors.org/server.html).
|
|||
torrentInterval: 5000 # Interval for updating the torrent count.
|
||||
target: "_blank" # optional html a tag target attribute
|
||||
```
|
||||
|
||||
## Copy to Clipboard
|
||||
|
||||
This service displays the same information of a generic one, but shows an icon button on the indicator place (right side) you can click to get the content of the `clipboard` field copied to your clipboard.
|
||||
|
||||
You can still provide an `url` that would be open when clicked anywhere but on the icon button.
|
||||
|
||||
Configuration example:
|
||||
|
||||
```yaml
|
||||
- name: "Copy me!"
|
||||
logo: "assets/tools/sample.png"
|
||||
subtitle: "Subtitle text goes here"
|
||||
url: "#"
|
||||
type: "CopyToClipboard"
|
||||
clipboard: "this text will be copied to your clipboard"
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue