app-store/apps/linkstack/config.json
DrMxrcy 31faf48361
Add LinkStack (#577)
* Add Linkstack

* Update docker-compose.yml

* Update logo.jpg

* Update description.md

* Update description.md
2023-05-23 09:02:03 -04:00

26 lines
737 B
JSON

{
"$schema": "../schema.json",
"name": "LinkStack",
"port": 8154,
"available": true,
"exposable": true,
"id": "linkstack",
"tipi_version": 1,
"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"
}
]
}