49e9316685
* feat(jackett): change config to support local domain * feat(matrix-conduit): change config to support local domain * feat(mealie): change config to support local domain * feat(memos): change config to support local domain * feat(mind): change config to support local domain * feat(minecraft-server): change config to support local domain * feat(mixpost): change config to support local domain * feat(mixpost-pro): change config to support local domain * feat(moneroblock): change config to support local domain * feat(monerod): change config to support local domain * feat(monica): change config to support local domain * feat(movary): change config to support local domain * feat(mstream): change config to support local domain * feat(mylar3): change config to support local domain * feat(n8n): change config to support local domain * feat(navidrome): change config to support local domain * feat(nitter): change config to support local domain * feat(nocodb): change config to support local domain * feat(nodered): change config to support local domain * feat(onedev): change config to support local domain * feat(openbooks): change config to support local domain * feat(overseerr): change config to support local domain * feat(owncloud): change config to support local domain
39 lines
986 B
JSON
39 lines
986 B
JSON
{
|
|
"$schema": "../schema.json",
|
|
"name": "Mixpost",
|
|
"port": 8167,
|
|
"available": true,
|
|
"exposable": true,
|
|
"id": "mixpost",
|
|
"tipi_version": 4,
|
|
"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"
|
|
}
|
|
]
|
|
}
|