chore: fix tests with mismatch between versions

This commit is contained in:
Nicolas Meienberger 2023-06-29 08:53:11 +02:00
parent 501d4b743b
commit 41771b08e6
3 changed files with 10 additions and 12 deletions

View File

@ -1,5 +1,4 @@
import fs from "fs";
import semver from "semver";
import jsyaml from "js-yaml";
interface AppConfig {

View File

@ -6,18 +6,13 @@
"exposable": true,
"id": "mixpost-pro",
"tipi_version": 7,
"version": "v0.8.2",
"categories": [
"social",
"utilities"
],
"version": "latest",
"categories": ["social", "utilities"],
"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"
],
"supported_architectures": ["amd64"],
"form_fields": [
{
"type": "random",

View File

@ -1,3 +1,7 @@
## Mixpost Pro
Version: ^0.8
## Inital Setup
An admin user will be created automatically. SSH into your Tipi server and run `docker logs mixpost 2>&1 | grep "Your password" ` to find out the password.