app-store/apps/linkstack/config.json
Nicolas Meienberger 01c6836796
local domain configs H-L (#678)
* feat(halo): change config to support local domain

* feat(hammond): change config to support local domain

* feat(haven): change config to support local domain

* feat(hedgedoc): change config to support local domain

* feat(hello-world): change config to support local domain

* feat(homarr): change config to support local domain

* feat(homebox): change config to support local domain

* feat(immich): change config to support local domain

* feat(invidious): change config to support local domain

* feat(it-tools): change config to support local domain

* feat(jackett): change config to support local domain

* feat(jellyseerr): change config to support local domain

* feat(joplin): change config to support local domain

* feat(kandboard): change config to support local domain

* feat(kapowarr): change config to support local domain

* feat(kavita): change config to support local domain

* feat(libreddit): change config to support local domain

* feat(librephotos): change config to support local domain

* feat(libretranslate): change config to support local domain

* feat(lidarr): change config to support local domain

* feat(lidarr-deemix): change config to support local domain

* feat(linkstack): change config to support local domain

* feat(lodestone-core): change config to support local domain
2023-06-10 17:29:03 +02:00

26 lines
737 B
JSON

{
"$schema": "../schema.json",
"name": "LinkStack",
"port": 8154,
"available": true,
"exposable": true,
"id": "linkstack",
"tipi_version": 2,
"version": "latest",
"categories": ["media"],
"description": "LinkStack is a highly customizable link sharing platform with an intuitive, easy to use user interface",
"short_desc": "LinkStack is a highly customizable link sharing platform with an intuitive, easy to use user interface",
"author": "LinkStackOrg",
"source": "https://github.com/LinkStackOrg/linkstack-docker",
"form_fields": [
{
"type": "email",
"label": "Admin email",
"max": 50,
"min": 3,
"required": true,
"env_variable": "LINKSTACK_CUSTOM_EMAIL"
}
]
}