56 lines
4.4 KiB
YAML
56 lines
4.4 KiB
YAML
manifestVersion: 1
|
|
id: cpn-postiz
|
|
name: Postiz
|
|
tagline: An intuitive tool for managing social media
|
|
icon: https://git.weektab.org/companas/umbrel-apps/raw/branch/main/gallery/postiz/icon.png
|
|
category: Social
|
|
version: "2.12.0"
|
|
port: 4442
|
|
description: >-
|
|
Postiz is a comprehensive social media management tool designed to streamline the process of content creation, scheduling, and publication across multiple social media platforms. It is targeted at content creators, businesses, and agencies looking to optimize their online presence. With Postiz, users can plan, create, and automatically publish content to various social media channels, including Instagram, YouTube, LinkedIn, and more, all from one unified interface.
|
|
|
|
|
|
One of the standout features of Postiz is its AI-driven content creation assistance. This feature helps users generate posts, captions, and other social media content more efficiently, using artificial intelligence to streamline the writing process. It is particularly useful for users who need to produce high volumes of content or seek inspiration for their posts. Additionally, Postiz includes a built-in graphic design tool, similar to Canva, which enables users to create visually appealing images and graphics for their posts, further simplifying the content creation process.
|
|
|
|
|
|
The platform also facilitates team collaboration, making it ideal for businesses or agencies with multiple team members. Users can assign tasks, share content drafts, and plan content calendars together, ensuring that the entire team is aligned on social media strategies. Postiz's analytics features provide users with detailed insights into the performance of their posts, helping them refine their strategies based on engagement data and reach.
|
|
|
|
|
|
Postiz supports a wide range of social media platforms, including both well-known networks like Facebook, Instagram, and Twitter, as well as emerging platforms like Mastodon and Bluesky. This extensive platform support allows users to manage all their social media accounts from a single dashboard, saving time and effort in switching between different tools and services.
|
|
|
|
|
|
The platform is offered in various pricing tiers to cater to different needs, from individual content creators to large agencies. Each plan includes different levels of access to features such as the number of social media channels, posts, and AI-generated images available per month, with more advanced features available in higher-priced plans.
|
|
|
|
|
|
Postiz offers a convenient and efficient way to manage and grow social media presence, combining content creation, scheduling, team collaboration, and analytics in a single, easy-to-use platform.
|
|
developer: Postiz
|
|
website: https://postiz.com/
|
|
submitter: Weektab
|
|
submission: https://git.weektab.org/companas/umbrel-apps
|
|
repo: https://git.weektab.org/companas/umbrel-apps/src/branch/main/cpn-postiz
|
|
support: https://git.weektab.org/companas/umbrel-apps/issues
|
|
gallery:
|
|
- https://git.weektab.org/companas/umbrel-apps/raw/branch/main/gallery/postiz/image-1.jpeg
|
|
releaseNotes: >-
|
|
We have moved Postiz to a new infrastructure.
|
|
Instead of using BullMQ for the queue, we are now using Temporal.
|
|
We are paying off Postiz technical debt now, so we can soon deliver many, many awesome features.
|
|
That means we no longer use an event-driven queue; we use a synced workflow.
|
|
That allowed us to easily pass context between jobs, maintain state on failures, monitor them, and scale them.
|
|
We also removed cron jobs and workers from the apps folder and replaced them with orchestrator.
|
|
Before, when you posted something, it was added to different queues for webhooks and notifications — a total salad.
|
|
If you have a problem, please report it ASAP.
|
|
|
|
If you have a problem, please roll back to version: v2.11.3
|
|
|
|
Breaking changes you should know about.
|
|
- Docker compose has changed to include Temporal, make sure you update it!
|
|
- Postiz Docker no longer uses Alpine, as it's not supported by Temporal; we are now using bookworm-slim
|
|
- We have a cron that moves posts from BullMQ to Temporal, so don't worry about scheduled posts.
|
|
- You can track your scheduled posts on temporal ui at localhost:8080
|
|
-We changed the Docker Compose to expose port 5000 to 4007, because on many systems, port 5000 is taken. You can easily revert it in Docker Compose to port 5000.
|
|
dependencies:
|
|
path: ""
|
|
defaultUsername: ""
|
|
defaultPassword: ""
|