2023-03-22 18:26:10 +00:00
|
|
|
{
|
|
|
|
"$schema": "../schema.json",
|
|
|
|
"name": "Mixpost",
|
|
|
|
"port": 8167,
|
|
|
|
"available": true,
|
|
|
|
"exposable": true,
|
|
|
|
"id": "mixpost",
|
2024-06-14 13:09:45 +00:00
|
|
|
"tipi_version": 13,
|
|
|
|
"version": "1.7.1",
|
2024-06-07 07:04:00 +00:00
|
|
|
"categories": ["social"],
|
2023-03-22 18:26:10 +00:00
|
|
|
"description": "Mixpost it's the coolest Self-hosted social media management software.",
|
|
|
|
"short_desc": "Self-hosted social media management. Schedule and organize your social content. ",
|
|
|
|
"author": "Inovector",
|
2023-03-28 21:15:56 +00:00
|
|
|
"source": "https://github.com/inovector/mixpost",
|
2023-03-22 18:26:10 +00:00
|
|
|
"form_fields": [
|
|
|
|
{
|
|
|
|
"type": "random",
|
|
|
|
"label": "Mixpost SQL Password",
|
|
|
|
"min": 32,
|
|
|
|
"env_variable": "MIXPOST_MYSQL_PASSWORD"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "random",
|
|
|
|
"label": "Mixpost Redis Password",
|
|
|
|
"min": 32,
|
|
|
|
"env_variable": "MIXPOST_REDIS_PASSWORD"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "random",
|
|
|
|
"label": "Application key",
|
|
|
|
"required": false,
|
|
|
|
"min": 32,
|
|
|
|
"max": 32,
|
|
|
|
"env_variable": "MIXPOST_APP_KEY"
|
|
|
|
}
|
2023-10-29 19:43:17 +00:00
|
|
|
],
|
2024-06-07 07:04:00 +00:00
|
|
|
"supported_architectures": ["arm64", "amd64"]
|
2023-03-22 18:26:10 +00:00
|
|
|
}
|