app-store/apps/mixpost/config.json
renovate[bot] 8b029ab71f
chore(deps): update inovector/mixpost docker tag to v1.2.0 (#634)
* chore(deps): update inovector/mixpost docker tag to v1.2.0

* Update app version

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-action update-app-version <githubaction@githubaction.com>
2023-06-01 08:38:36 -04:00

43 lines
1002 B
JSON

{
"$schema": "../schema.json",
"name": "Mixpost",
"port": 8167,
"available": true,
"exposable": true,
"id": "mixpost",
"tipi_version": 3,
"version": "1.2.0",
"categories": [
"social"
],
"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",
"source": "https://github.com/inovector/mixpost",
"supported_architectures": [
"amd64"
],
"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"
}
]
}