CPN commit
This commit is contained in:
@@ -2,7 +2,7 @@ version: '3.7'
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: ghcr.io/gitroomhq/postiz-app:v2.12.1@sha256:e2901bafed045bb24e0dbf01a722b96de65f827fec02cf8f5bf0ca1c6d52ad6b
|
image: ghcr.io/gitroomhq/postiz-app:v2.12.0@sha256:c19cfae5c392d17ca3471f00e044da77e4e1d1e5a6667aae6e1e9adf411e4600
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
environment:
|
environment:
|
||||||
MAIN_URL: "http://umbrel-2.local:4442"
|
MAIN_URL: "http://umbrel-2.local:4442"
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ name: Postiz
|
|||||||
tagline: An intuitive tool for managing social media
|
tagline: An intuitive tool for managing social media
|
||||||
icon: https://git.weektab.org/companas/umbrel-apps/raw/branch/main/gallery/postiz/icon.png
|
icon: https://git.weektab.org/companas/umbrel-apps/raw/branch/main/gallery/postiz/icon.png
|
||||||
category: Social
|
category: Social
|
||||||
version: "1.37.3"
|
version: "2.12.0"
|
||||||
port: 4442
|
port: 4442
|
||||||
description: >-
|
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.
|
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.
|
||||||
@@ -32,7 +32,23 @@ support: https://git.weektab.org/companas/umbrel-apps/issues
|
|||||||
gallery:
|
gallery:
|
||||||
- https://git.weektab.org/companas/umbrel-apps/raw/branch/main/gallery/postiz/image-1.jpeg
|
- https://git.weektab.org/companas/umbrel-apps/raw/branch/main/gallery/postiz/image-1.jpeg
|
||||||
releaseNotes: >-
|
releaseNotes: >-
|
||||||
In v1.37.3, overall dependencies were updated, a Telegram alt text fix and a Jenkins pipeline upgrade were implemented, and unit tests were added. Additionally, the maximum message length in Telegram and the maximum video length in Instagram were increased, a backend port environment setting was added, TikTok images were integrated, and a Docker fix was applied.
|
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:
|
dependencies:
|
||||||
path: ""
|
path: ""
|
||||||
defaultUsername: ""
|
defaultUsername: ""
|
||||||
|
|||||||
Reference in New Issue
Block a user