app-store/apps/linkwarden/config.json
Stavros 1cc62c2202
Add supported architectures to all apps. (#1493)
* Add the extra config to the first 50 apps and modify tests,

* Add arch to extra 55 apps.

* Fix tests error.

* Fix tests (again).

* Andd the last 77 apps.

* Change photoprism from latest to a version.

* Fixes.

* Drop arm support for peppermint.

---------

Co-authored-by: JigSaw <JigSawFr@users.noreply.github.com>
2023-10-29 21:43:17 +02:00

41 lines
1.1 KiB
JSON

{
"$schema": "../schema.json",
"name": "Linkwarden",
"port": 8199,
"available": true,
"exposable": true,
"id": "linkwarden",
"tipi_version": 3,
"version": "1.2.5",
"categories": [
"data"
],
"description": "A self-hosted, open-source collaborative bookmark manager to collect, organize and archive webpages.",
"short_desc": "A self-hosted, open-source collaborative bookmark manager",
"author": "Linkwarden",
"source": "https://github.com/linkwarden/linkwarden",
"form_fields": [
{
"type": "random",
"label": "Linkwarden DB Password",
"min": 32,
"env_variable": "LINKWARDEN_DB_PASSWORD"
},
{
"type": "random",
"label": "Linkwarden Nextauth Secret",
"min": 32,
"env_variable": "LINKWARDEN_NEXTAUTH_SECRET"
},
{
"type": "boolean",
"label": "Disable Registration",
"hint": "Needed for at least one user. If on registration will be disabled.",
"required": false,
"default": "false",
"env_variable": "LINKWARDEN_NEXT_PUBLIC_DISABLE_REGISTRATION"
}
],
"supported_architectures": ["arm64", "amd64"]
}