mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-06 04:29:34 +02:00
36 lines
858 B
JSON
36 lines
858 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "omarchy.tailscale",
|
|
"name": "Tailscale",
|
|
"version": "1.0.0",
|
|
"author": "Omarchy",
|
|
"license": "MIT",
|
|
"description": "Tailscale status, connection switching, machine browsing, and quick copy actions in the Omarchy bar.",
|
|
"kinds": [
|
|
"bar-widget"
|
|
],
|
|
"entryPoints": {
|
|
"barWidget": "Panel.qml"
|
|
},
|
|
"barWidget": {
|
|
"displayName": "Tailscale",
|
|
"description": "Toggle Tailscale, switch connections, browse machines, and copy machine IPs or names.",
|
|
"category": "Network",
|
|
"allowMultiple": false,
|
|
"defaults": {
|
|
"refreshIntervalSec": 30
|
|
},
|
|
"schema": [
|
|
{
|
|
"key": "refreshIntervalSec",
|
|
"type": "integer",
|
|
"label": "Refresh interval (seconds)",
|
|
"min": 5,
|
|
"max": 3600,
|
|
"step": 5,
|
|
"defaultValue": 30
|
|
}
|
|
]
|
|
}
|
|
}
|