mirror of
https://github.com/karl0ss/homepage.git
synced 2025-04-29 12:03:41 +01:00
16 lines
357 B
Markdown
16 lines
357 B
Markdown
---
|
|
title: Linkwarden
|
|
description: Linkwarden Widget Configuration
|
|
---
|
|
|
|
Learn more about [Linkwarden](https://linkwarden.app/).
|
|
|
|
Allowed fields: `["links", "collections", "tags"]`.
|
|
|
|
```yaml
|
|
widget:
|
|
type: linkwarden
|
|
url: http://linkwarden.host.or.ip
|
|
key: myApiKeyHere # On your Linkwarden install, go to Settings > Access Tokens. Generate a token.
|
|
```
|