app-store/apps/littlelink-custom/config.json

26 lines
936 B
JSON
Raw Normal View History

2023-03-01 19:10:23 +00:00
{
"$schema": "../schema.json",
"name": "Littlelink Custom",
"port": 8154,
"available": true,
"exposable": true,
"id": "littlelink-custom",
"tipi_version": 1,
"version": "latest",
"categories": ["media"],
"description": "LittleLink Custom - the ultimate solution for creating a personalized & professional profile page. Showcase all your important links in one place, forget the limitation of one link on social media. Set up your personal site on your own server with just a few clicks.",
"short_desc": "LittleLink Custom - the ultimate solution for creating a personalized & professional profile page.",
"author": "https://github.com/JulianPrieber",
"source": "https://github.com/JulianPrieber/littlelink-custom",
"form_fields": [
{
2023-03-20 21:58:25 +00:00
"type": "email",
"label": "Admin email",
2023-03-01 19:10:23 +00:00
"max": 50,
"min": 3,
"required": true,
2023-03-20 21:58:25 +00:00
"env_variable": "LITTLELINK_CUSTOM_EMAIL"
2023-03-01 19:10:23 +00:00
}
]
}