Added Documentation
This commit is contained in:
parent
721b2c4b2f
commit
d29ccadaaf
@ -123,6 +123,7 @@ You can also find a list of all available service widgets in the sidebar navigat
|
||||
- [Transmission](transmission.md)
|
||||
- [TrueNAS](truenas.md)
|
||||
- [TubeArchivist](tubearchivist.md)
|
||||
- [Twingate](twingate.md)
|
||||
- [UniFi Controller](unifi-controller.md)
|
||||
- [Unmanic](unmanic.md)
|
||||
- [Uptime Kuma](uptime-kuma.md)
|
||||
|
||||
20
docs/widgets/services/twingate.md
Normal file
20
docs/widgets/services/twingate.md
Normal file
@ -0,0 +1,20 @@
|
||||
---
|
||||
title: Twingate
|
||||
description: Twingate Widget Configuration
|
||||
---
|
||||
|
||||
Learn more about [Twingate](https://www.twingate.com/).
|
||||
|
||||
You will need to generate an API key from the [API settings](https://amagi.twingate.com/settings/api) on the Twingate settings dashboard.
|
||||
|
||||
For URL use your network subdomain like - `https://<NETWORK_NAME>.twingate.com`
|
||||
|
||||
Allowed fields: `["networks", "devices", "resources", "users", "groups", "connectors"]`.
|
||||
|
||||
```yaml
|
||||
widget:
|
||||
type: twingate
|
||||
url: https://amagi.twingate.com
|
||||
key: <API_KEY generated from above step>
|
||||
fields: ["networks", "devices", "resources", "users", "groups", "connectors"]
|
||||
```
|
||||
@ -145,6 +145,7 @@ nav:
|
||||
- widgets/services/traefik.md
|
||||
- widgets/services/transmission.md
|
||||
- widgets/services/truenas.md
|
||||
- widgets/services/twingate.md
|
||||
- widgets/services/tubearchivist.md
|
||||
- widgets/services/unifi-controller.md
|
||||
- widgets/services/unmanic.md
|
||||
|
||||
Loading…
Reference in New Issue
Block a user