chore: fix tests with mismatch between versions
This commit is contained in:
parent
501d4b743b
commit
41771b08e6
|
@ -1,5 +1,4 @@
|
|||
import fs from "fs";
|
||||
import semver from "semver";
|
||||
import jsyaml from "js-yaml";
|
||||
|
||||
interface AppConfig {
|
||||
|
|
|
@ -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",
|
||||
|
|
|
@ -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.
|
||||
|
@ -9,7 +13,7 @@ Read the docs here https://docs.inovector.com/books/mixpost-pro-team
|
|||
## Inital User
|
||||
|
||||
Username: admin@admin.com
|
||||
Password: SSH into your Tipi server and run `docker logs mixpost 2>&1 | grep "Your password" `
|
||||
Password: SSH into your Tipi server and run `docker logs mixpost 2>&1 | grep "Your password" `
|
||||
|
||||
## Introduction
|
||||
|
||||
|
@ -23,7 +27,7 @@ It's the perfect social media management solution for bloggers, crafters and ent
|
|||
|
||||
Join our community:
|
||||
|
||||
- [Discord](https://discord.gg/5YdseZnK2Z)
|
||||
- [Facebook Private Group](https://www.facebook.com/groups/inovector)
|
||||
- [Discord](https://discord.gg/5YdseZnK2Z)
|
||||
- [Facebook Private Group](https://www.facebook.com/groups/inovector)
|
||||
|
||||
[![](https://github.com/inovector/mixpost/raw/main/art/cover.png?v=3)](https://mixpost.app)
|
||||
|
|
Loading…
Reference in New Issue
Block a user